Searched refs:BP (Results 1 – 3 of 3) sorted by relevance
/drivers/ide/ |
D | pdc202xx_old.c | 46 u8 AP = 0, BP = 0, CP = 0; in pdc202xx_set_mode() local 61 pci_read_config_byte(dev, drive_pci + 1, &BP); in pdc202xx_set_mode() 93 BP &= ~0x1f; in pdc202xx_set_mode() 95 pci_write_config_byte(dev, drive_pci + 1, BP | TB); in pdc202xx_set_mode() 98 BP &= ~0xe0; in pdc202xx_set_mode() 101 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/ |
D | b44.c | 68 #define TX_RING_GAP(BP) \ argument 69 (B44_TX_RING_SIZE - (BP)->tx_pending) 70 #define TX_BUFFS_AVAIL(BP) \ argument 71 (((BP)->tx_cons <= (BP)->tx_prod) ? \ 72 (BP)->tx_cons + (BP)->tx_pending - (BP)->tx_prod : \ 73 (BP)->tx_cons - (BP)->tx_prod - TX_RING_GAP(BP))
|