Searched refs:CP (Results 1 - 6 of 6) sorted by relevance

/drivers/ide/
H A Dpdc202xx_old.c30 u8 AP = 0, BP = 0, CP = 0; local
35 pci_read_config_byte(dev, drive_pci + 2, &CP);
73 CP &= ~0x0f;
75 pci_write_config_byte(dev, drive_pci + 2, CP | TC);
/drivers/net/ethernet/realtek/
H A DKconfig36 config 8139CP
H A D8139cp.c115 #define TX_BUFFS_AVAIL(CP) \
116 (((CP)->tx_tail <= (CP)->tx_head) ? \
117 (CP)->tx_tail + (CP_TX_RING_SIZE - 1) - (CP)->tx_head : \
118 (CP)->tx_tail - (CP)->tx_head - 1)
/drivers/telephony/
H A Dixj.h205 } CP; typedef in typeref:struct:__anon5468
208 CP bits;
/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c101 #define TX_BUFFS_AVAIL(CP) \
102 (((CP)->tx_tail <= (CP)->tx_head) ? \
103 (CP)->tx_tail + (DE_TX_RING_SIZE - 1) - (CP)->tx_head : \
104 (CP)->tx_tail - (CP)->tx_head - 1)
/drivers/tty/serial/
H A DKconfig45 an Integrator/PP2, Integrator/CP or Versatile platform, say Y or M

Completed in 448 milliseconds