Home
last modified time | relevance | path

Searched refs:NP (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/atm/
Dfirestream.c86 #define NP FS_NR_FREE_POOLS macro
87 static int rx_buf_sizes[NP] = {128, 256, 512, 1024, 2048, 4096, 16384, 65520};
91 static int rx_pool_sizes[NP] = {1024, 1024, 512, 256, 128, 64, 32, 32};
94 static int rx_pool_sizes[NP] = {128, 128, 128, 64, 64, 64, 32, 32};
102 #undef NP
/linux-4.4.14/drivers/scsi/
DFlashPoint.c732 #define NP 0x10 /*Next Phase */ macro
2413 WRW_HARPOON((port + ID_MSG_STRT + 2), BRH_OP + ALWAYS + NP); in FPT_ssel()
2451 WRW_HARPOON((port + SYNC_MSGS + 4), (BRH_OP + ALWAYS + NP)); in FPT_ssel()
2567 WRW_HARPOON(cdb_reg, (BRH_OP + ALWAYS + NP)); in FPT_ssel()
3181 WRW_HARPOON((port + SYNC_MSGS + 12), (BRH_OP + ALWAYS + NP)); in FPT_sisyncn()
3353 WRW_HARPOON((port + SYNC_MSGS + 12), (BRH_OP + ALWAYS + NP)); in FPT_sisyncr()
3399 WRW_HARPOON((port + SYNC_MSGS + 10), (BRH_OP + ALWAYS + NP)); in FPT_siwidn()
3508 WRW_HARPOON((port + SYNC_MSGS + 10), (BRH_OP + ALWAYS + NP)); in FPT_siwidr()
4119 WRW_HARPOON(cdb_reg, (BRH_OP + ALWAYS + NP)); in FPT_phaseCommand()
6122 WRW_HARPOON(i, (BRH_OP + ALWAYS + NP)); in FPT_scsell()
/linux-4.4.14/drivers/eisa/
Deisa.ids1143 NPI0120 "Network Peripherals NP-EISA-1 FDDI Interface"
1144 NPI0221 "Network Peripherals NP-EISA-2 FDDI Interface"
1145 NPI0223 "Network Peripherals NP-EISA-2E Enhanced FDDI Interface"
1146 NPI0301 "Network Peripherals NP-EISA-3 FDDI Interface"
1147 NPI0303 "Network Peripherals NP-EISA-3E Enhanced FDDI Interface"
/linux-4.4.14/arch/x86/kvm/
Dtrace.h270 EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), \
/linux-4.4.14/drivers/net/ethernet/sun/
Dniu.c130 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument
132 __niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
169 #define niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument
171 __niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
189 #define niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY) \ argument
191 __niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY); \
209 #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument
211 __niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \