Home
last modified time | relevance | path

Searched refs:bbp (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/spi/
Dspi-ppc4xx.c385 struct spi_bitbang *bbp; in spi_ppc4xx_of_probe() local
449 bbp = &hw->bitbang; in spi_ppc4xx_of_probe()
450 bbp->master = hw->master; in spi_ppc4xx_of_probe()
451 bbp->setup_transfer = spi_ppc4xx_setupxfer; in spi_ppc4xx_of_probe()
452 bbp->chipselect = spi_ppc4xx_chipsel; in spi_ppc4xx_of_probe()
453 bbp->txrx_bufs = spi_ppc4xx_txrx; in spi_ppc4xx_of_probe()
454 bbp->use_dma = 0; in spi_ppc4xx_of_probe()
455 bbp->master->setup = spi_ppc4xx_setup; in spi_ppc4xx_of_probe()
456 bbp->master->cleanup = spi_ppc4xx_cleanup; in spi_ppc4xx_of_probe()
457 bbp->master->bits_per_word_mask = SPI_BPW_MASK(8); in spi_ppc4xx_of_probe()
[all …]
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00debug.h64 RT2X00DEBUGFS_REGISTER_ENTRY(bbp, u8);
Drt2800lib.c1130 .bbp = {
2287 u8 bbp; in rt2800_config_channel_rf3053() local
2291 rt2800_bbp_read(rt2x00dev, 109, &bbp); in rt2800_config_channel_rf3053()
2292 rt2x00_set_field8(&bbp, BBP109_TX0_POWER, 0); in rt2800_config_channel_rf3053()
2293 rt2x00_set_field8(&bbp, BBP109_TX1_POWER, 0); in rt2800_config_channel_rf3053()
2294 rt2800_bbp_write(rt2x00dev, 109, bbp); in rt2800_config_channel_rf3053()
2296 rt2800_bbp_read(rt2x00dev, 110, &bbp); in rt2800_config_channel_rf3053()
2297 rt2x00_set_field8(&bbp, BBP110_TX2_POWER, 0); in rt2800_config_channel_rf3053()
2298 rt2800_bbp_write(rt2x00dev, 110, bbp); in rt2800_config_channel_rf3053()
3156 u8 bbp, rfcsr; in rt2800_config_channel() local
[all …]
Drt2x00debug.c528 RT2X00DEBUGFS_OPS(bbp, "0x%.2x\n", u8);
641 RT2X00DEBUGFS_SPRINTF_REGISTER(bbp); in rt2x00debug_create_file_chipset()
725 RT2X00DEBUGFS_CREATE_REGISTER_ENTRY(intf, bbp); in rt2x00debug_register()
Drt2500usb.c259 .bbp = {
1341 u8 bbp; in rt2500usb_validate_eeprom() local
1399 rt2500usb_bbp_read(rt2x00dev, 17, &bbp); in rt2500usb_validate_eeprom()
1400 bbp -= 6; in rt2500usb_validate_eeprom()
1405 rt2x00_set_field16(&word, EEPROM_BBPTUNE_VGCLOWER, bbp); in rt2500usb_validate_eeprom()
1409 rt2x00_set_field16(&word, EEPROM_BBPTUNE_VGCLOWER, bbp); in rt2500usb_validate_eeprom()
Drt2400pci.c184 .bbp = {
582 u8 bbp; in rt2400pci_link_stats() local
593 rt2400pci_bbp_read(rt2x00dev, 39, &bbp); in rt2400pci_link_stats()
594 qual->false_cca = bbp; in rt2400pci_link_stats()
Drt2500pci.c184 .bbp = {
Drt73usb.c167 .bbp = {
Drt61pci.c222 .bbp = {
/linux-4.1.27/sound/usb/caiaq/
Ddevice.h125 int snd_usb_caiaq_set_audio_params (struct snd_usb_caiaqdev *cdev, int rate, int depth, int bbp);
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dsta_cmdresp.c757 struct host_cmd_ds_bbp_reg_access *bbp; in mwifiex_ret_reg_access() member
775 r.bbp = &resp->params.bbp_reg; in mwifiex_ret_reg_access()
776 reg_rw->offset = cpu_to_le32((u32) le16_to_cpu(r.bbp->offset)); in mwifiex_ret_reg_access()
777 reg_rw->value = cpu_to_le32((u32) r.bbp->value); in mwifiex_ret_reg_access()
783 reg_rw->value = cpu_to_le32((u32) r.bbp->value); in mwifiex_ret_reg_access()
/linux-4.1.27/drivers/md/
Dmd.c1485 u64 *bbp; in super_1_load() local
1497 bbp = (u64 *)page_address(rdev->bb_page); in super_1_load()
1499 for (i = 0 ; i < (sectors << (9-3)) ; i++, bbp++) { in super_1_load()
1500 u64 bb = le64_to_cpu(*bbp); in super_1_load()
1765 u64 *bbp = (u64 *)page_address(rdev->bb_page); in super_1_sync() local
1774 memset(bbp, 0xff, PAGE_SIZE); in super_1_sync()
1780 bbp[i] = cpu_to_le64(store_bb); in super_1_sync()