Searched refs:bbp (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/spi/ |
| A D | spi-ppc4xx.c | 344 struct spi_bitbang *bbp; in spi_ppc4xx_of_probe() local 364 bbp = &hw->bitbang; in spi_ppc4xx_of_probe() 365 bbp->master = hw->master; in spi_ppc4xx_of_probe() 367 bbp->txrx_bufs = spi_ppc4xx_txrx; in spi_ppc4xx_of_probe() 368 bbp->use_dma = 0; in spi_ppc4xx_of_probe() 369 bbp->master->setup = spi_ppc4xx_setup; in spi_ppc4xx_of_probe() 370 bbp->master->cleanup = spi_ppc4xx_cleanup; in spi_ppc4xx_of_probe() 372 bbp->master->use_gpio_descriptors = true; in spi_ppc4xx_of_probe() 377 bbp->master->num_chipselect = 0; in spi_ppc4xx_of_probe() 380 bbp->master->mode_bits = in spi_ppc4xx_of_probe() [all …]
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| A D | rt2800lib.c | 1479 .bbp = { 2685 u8 bbp; in rt2800_config_channel_rf3053() local 2979 u8 bbp; in rt2800_config_channel_rf3853() local 3153 bbp &= 0x0f; in rt2800_config_channel_rf3853() 3804 u8 bbp; in rt2800_config_alc() local 3854 bbp = 0x40; in rt2800_config_alc() 3863 bbp = 0x1f; in rt2800_config_alc() 3999 u8 bbp; in rt3883_bbp_adjust() local 6941 u8 bbp; in rt2800_init_bbp_6352() local 7220 u8 bbp; in rt2800_init_rx_filter() local [all …]
|
| A D | rt2x00debug.h | 53 RT2X00DEBUGFS_REGISTER_ENTRY(bbp, u8);
|
| A D | rt2x00debug.c | 497 RT2X00DEBUGFS_OPS(bbp, "0x%.2x\n", u8); 625 RT2X00DEBUGFS_SPRINTF_REGISTER(bbp); in rt2x00debug_create_file_chipset() 682 RT2X00DEBUGFS_CREATE_REGISTER_ENTRY(intf, bbp); in rt2x00debug_register()
|
| A D | rt2500usb.c | 239 .bbp = { 1321 u8 bbp; in rt2500usb_validate_eeprom() local 1376 bbp = rt2500usb_bbp_read(rt2x00dev, 17); in rt2500usb_validate_eeprom() 1377 bbp -= 6; in rt2500usb_validate_eeprom() 1382 rt2x00_set_field16(&word, EEPROM_BBPTUNE_VGCLOWER, bbp); in rt2500usb_validate_eeprom() 1386 rt2x00_set_field16(&word, EEPROM_BBPTUNE_VGCLOWER, bbp); in rt2500usb_validate_eeprom()
|
| A D | rt2400pci.c | 176 .bbp = { 574 u8 bbp; in rt2400pci_link_stats() local 585 bbp = rt2400pci_bbp_read(rt2x00dev, 39); in rt2400pci_link_stats() 586 qual->false_cca = bbp; in rt2400pci_link_stats()
|
| A D | rt2500pci.c | 176 .bbp = {
|
| A D | rt73usb.c | 159 .bbp = {
|
| A D | rt61pci.c | 214 .bbp = {
|
| /linux/sound/usb/caiaq/ |
| A D | device.h | 126 int snd_usb_caiaq_set_audio_params (struct snd_usb_caiaqdev *cdev, int rate, int depth, int bbp);
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| A D | sta_cmdresp.c | 778 struct host_cmd_ds_bbp_reg_access *bbp; in mwifiex_ret_reg_access() member 796 r.bbp = &resp->params.bbp_reg; in mwifiex_ret_reg_access() 797 reg_rw->offset = (u32) le16_to_cpu(r.bbp->offset); in mwifiex_ret_reg_access() 798 reg_rw->value = (u32) r.bbp->value; in mwifiex_ret_reg_access() 804 reg_rw->value = (u32) r.bbp->value; in mwifiex_ret_reg_access()
|
| /linux/drivers/md/ |
| A D | md.c | 1715 __le64 *bbp; in super_1_load() local 1727 bbp = (__le64 *)page_address(rdev->bb_page); in super_1_load() 1729 for (i = 0 ; i < (sectors << (9-3)) ; i++, bbp++) { in super_1_load() 1730 u64 bb = le64_to_cpu(*bbp); in super_1_load() 2064 __le64 *bbp = (__le64 *)page_address(rdev->bb_page); in super_1_sync() local 2073 memset(bbp, 0xff, PAGE_SIZE); in super_1_sync() 2079 bbp[i] = cpu_to_le64(store_bb); in super_1_sync()
|
Completed in 54 milliseconds