Searched refs:BP (Results 1 – 3 of 3) sorted by relevance
/drivers/ide/ |
D | pdc202xx_old.c | 31 u8 AP = 0, BP = 0, CP = 0; in pdc202xx_set_mode() local 35 pci_read_config_byte(dev, drive_pci + 1, &BP); in pdc202xx_set_mode() 67 BP &= ~0x1f; in pdc202xx_set_mode() 69 pci_write_config_byte(dev, drive_pci + 1, BP | TB); in pdc202xx_set_mode() 72 BP &= ~0xe0; in pdc202xx_set_mode() 75 pci_write_config_byte(dev, drive_pci + 1, BP | TB); in pdc202xx_set_mode()
|
/drivers/sbus/char/ |
D | bbc_i2c.c | 66 #define claim_device(BP,ECHILD) set_device_claimage(BP,ECHILD,1) argument 67 #define release_device(BP,ECHILD) set_device_claimage(BP,ECHILD,0) argument
|
/drivers/net/ethernet/broadcom/ |
D | b44.c | 73 #define TX_RING_GAP(BP) \ argument 74 (B44_TX_RING_SIZE - (BP)->tx_pending) 75 #define TX_BUFFS_AVAIL(BP) \ argument 76 (((BP)->tx_cons <= (BP)->tx_prod) ? \ 77 (BP)->tx_cons + (BP)->tx_pending - (BP)->tx_prod : \ 78 (BP)->tx_cons - (BP)->tx_prod - TX_RING_GAP(BP))
|