Searched refs:bbp (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/spi/ |
D | spi-ppc4xx.c | 385 struct spi_bitbang *bbp; in spi_ppc4xx_of_probe() local 450 bbp = &hw->bitbang; in spi_ppc4xx_of_probe() 451 bbp->master = hw->master; in spi_ppc4xx_of_probe() 452 bbp->setup_transfer = spi_ppc4xx_setupxfer; in spi_ppc4xx_of_probe() 453 bbp->chipselect = spi_ppc4xx_chipsel; in spi_ppc4xx_of_probe() 454 bbp->txrx_bufs = spi_ppc4xx_txrx; in spi_ppc4xx_of_probe() 455 bbp->use_dma = 0; in spi_ppc4xx_of_probe() 456 bbp->master->setup = spi_ppc4xx_setup; in spi_ppc4xx_of_probe() 457 bbp->master->cleanup = spi_ppc4xx_cleanup; in spi_ppc4xx_of_probe() 458 bbp->master->bits_per_word_mask = SPI_BPW_MASK(8); in spi_ppc4xx_of_probe() [all …]
|
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00debug.h | 64 RT2X00DEBUGFS_REGISTER_ENTRY(bbp, u8);
|
D | rt2800lib.c | 1252 .bbp = { 2431 u8 bbp; in rt2800_config_channel_rf3053() local 2435 bbp = rt2800_bbp_read(rt2x00dev, 109); in rt2800_config_channel_rf3053() 2436 rt2x00_set_field8(&bbp, BBP109_TX0_POWER, 0); in rt2800_config_channel_rf3053() 2437 rt2x00_set_field8(&bbp, BBP109_TX1_POWER, 0); in rt2800_config_channel_rf3053() 2438 rt2800_bbp_write(rt2x00dev, 109, bbp); in rt2800_config_channel_rf3053() 2440 bbp = rt2800_bbp_read(rt2x00dev, 110); in rt2800_config_channel_rf3053() 2441 rt2x00_set_field8(&bbp, BBP110_TX2_POWER, 0); in rt2800_config_channel_rf3053() 2442 rt2800_bbp_write(rt2x00dev, 110, bbp); in rt2800_config_channel_rf3053() 3348 u8 bbp; in rt2800_config_alc() local [all …]
|
D | rt2x00debug.c | 530 RT2X00DEBUGFS_OPS(bbp, "0x%.2x\n", u8); 643 RT2X00DEBUGFS_SPRINTF_REGISTER(bbp); in rt2x00debug_create_file_chipset() 728 RT2X00DEBUGFS_CREATE_REGISTER_ENTRY(intf, bbp); in rt2x00debug_register()
|
D | rt2500usb.c | 250 .bbp = { 1332 u8 bbp; in rt2500usb_validate_eeprom() local 1387 bbp = rt2500usb_bbp_read(rt2x00dev, 17); in rt2500usb_validate_eeprom() 1388 bbp -= 6; in rt2500usb_validate_eeprom() 1393 rt2x00_set_field16(&word, EEPROM_BBPTUNE_VGCLOWER, bbp); in rt2500usb_validate_eeprom() 1397 rt2x00_set_field16(&word, EEPROM_BBPTUNE_VGCLOWER, bbp); in rt2500usb_validate_eeprom()
|
D | rt2400pci.c | 187 .bbp = { 585 u8 bbp; in rt2400pci_link_stats() local 596 bbp = rt2400pci_bbp_read(rt2x00dev, 39); in rt2400pci_link_stats() 597 qual->false_cca = bbp; in rt2400pci_link_stats()
|
D | rt2500pci.c | 187 .bbp = {
|
D | rt73usb.c | 170 .bbp = {
|
D | rt61pci.c | 225 .bbp = {
|
/Linux-v4.19/sound/usb/caiaq/ |
D | device.h | 126 int snd_usb_caiaq_set_audio_params (struct snd_usb_caiaqdev *cdev, int rate, int depth, int bbp);
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | sta_cmdresp.c | 770 struct host_cmd_ds_bbp_reg_access *bbp; in mwifiex_ret_reg_access() member 788 r.bbp = &resp->params.bbp_reg; in mwifiex_ret_reg_access() 789 reg_rw->offset = (u32) le16_to_cpu(r.bbp->offset); in mwifiex_ret_reg_access() 790 reg_rw->value = (u32) r.bbp->value; in mwifiex_ret_reg_access() 796 reg_rw->value = (u32) r.bbp->value; in mwifiex_ret_reg_access()
|
/Linux-v4.19/drivers/md/ |
D | md.c | 1560 u64 *bbp; in super_1_load() local 1572 bbp = (u64 *)page_address(rdev->bb_page); in super_1_load() 1574 for (i = 0 ; i < (sectors << (9-3)) ; i++, bbp++) { in super_1_load() 1575 u64 bb = le64_to_cpu(*bbp); in super_1_load() 1884 u64 *bbp = (u64 *)page_address(rdev->bb_page); in super_1_sync() local 1893 memset(bbp, 0xff, PAGE_SIZE); in super_1_sync() 1899 bbp[i] = cpu_to_le64(store_bb); in super_1_sync()
|