/kernel/linux/linux-5.10/drivers/atm/ |
H A D | firestream.c | 71 #define NP FS_NR_FREE_POOLS macro 72 static int rx_buf_sizes[NP] = {128, 256, 512, 1024, 2048, 4096, 16384, 65520}; 76 static int rx_pool_sizes[NP] = {1024, 1024, 512, 256, 128, 64, 32, 32}; 79 static int rx_pool_sizes[NP] = {128, 128, 128, 64, 64, 64, 32, 32}; 86 /* NP is shorter, so that it fits on a single line. */ 87 #undef NP macro
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | FlashPoint.c | 732 #define NP 0x10 /*Next Phase */ macro 2416 WRW_HARPOON((port + ID_MSG_STRT + 2), BRH_OP + ALWAYS + NP); in FPT_ssel() 2454 WRW_HARPOON((port + SYNC_MSGS + 4), (BRH_OP + ALWAYS + NP)); in FPT_ssel() 2570 WRW_HARPOON(cdb_reg, (BRH_OP + ALWAYS + NP)); in FPT_ssel() 3184 WRW_HARPOON((port + SYNC_MSGS + 12), (BRH_OP + ALWAYS + NP)); in FPT_sisyncn() 3356 WRW_HARPOON((port + SYNC_MSGS + 12), (BRH_OP + ALWAYS + NP)); in FPT_sisyncr() 3402 WRW_HARPOON((port + SYNC_MSGS + 10), (BRH_OP + ALWAYS + NP)); in FPT_siwidn() 3511 WRW_HARPOON((port + SYNC_MSGS + 10), (BRH_OP + ALWAYS + NP)); in FPT_siwidr() 4122 WRW_HARPOON(cdb_reg, (BRH_OP + ALWAYS + NP)); in FPT_phaseCommand() 6125 WRW_HARPOON(i, (BRH_OP + ALWAYS + NP)); in FPT_scsell() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | FlashPoint.c | 704 #define NP 0x10 /*Next Phase */ macro 2384 WRW_HARPOON((port + ID_MSG_STRT + 2), BRH_OP + ALWAYS + NP); in FPT_ssel() 2422 WRW_HARPOON((port + SYNC_MSGS + 4), (BRH_OP + ALWAYS + NP)); in FPT_ssel() 2538 WRW_HARPOON(cdb_reg, (BRH_OP + ALWAYS + NP)); in FPT_ssel() 3153 WRW_HARPOON((port + SYNC_MSGS + 12), (BRH_OP + ALWAYS + NP)); in FPT_sisyncn() 3327 WRW_HARPOON((port + SYNC_MSGS + 12), (BRH_OP + ALWAYS + NP)); in FPT_sisyncr() 3373 WRW_HARPOON((port + SYNC_MSGS + 10), (BRH_OP + ALWAYS + NP)); in FPT_siwidn() 3484 WRW_HARPOON((port + SYNC_MSGS + 10), (BRH_OP + ALWAYS + NP)); in FPT_siwidr() 4091 WRW_HARPOON(cdb_reg, (BRH_OP + ALWAYS + NP)); in FPT_phaseCommand() 6094 WRW_HARPOON(i, (BRH_OP + ALWAYS + NP)); in FPT_scsell() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | niu.c | 131 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ 133 __niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \ 170 #define niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ 172 __niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \ 190 #define niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY) \ 192 __niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY); \ 210 #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ 212 __niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | niu.c | 150 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ 152 __niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \ 189 #define niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ 191 __niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \ 209 #define niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY) \ 211 __niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY); \ 229 #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ 231 __niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | trace.h | 300 EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), \
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | trace.h | 363 EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), \
|