Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_cpumask.tc12 NP=`nproc`
14 if [ $NP -eq 1 ] ;then
/linux-6.1.9/Documentation/trace/
Dhisi-ptt.rst168 - 8'b00000010: non-posted requests (NP)
183 - 4'b0000: inbound TLPs (P, NP, CPL)
184 - 4'b0001: outbound TLPs (P, NP, CPL)
185 - 4'b0010: outbound TLPs (P, NP, CPL) and inbound TLPs (P, NP, CPL B)
186 - 4'b0011: outbound TLPs (P, NP, CPL) and inbound TLPs (CPL A)
192 - 4'b0001: outbound TLPs (P, NP, CPL)
193 - 4'b0010: inbound TLPs (P, NP, CPL B)
/linux-6.1.9/Documentation/devicetree/bindings/ata/
Dahci-common.yaml96 more than 32 ports due to the CAP.NP fields and PI register size
/linux-6.1.9/drivers/scsi/
DFlashPoint.c704 #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()
/linux-6.1.9/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-6.1.9/drivers/net/ethernet/sun/
Dniu.c150 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument
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) \ argument
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) \ argument
211 __niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY); \
229 #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument
231 __niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
/linux-6.1.9/arch/x86/kvm/
Dtrace.h360 EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), \