Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_cpumask.tc12 NP=`nproc`
14 if [ $NP -eq 1 ] ;then
/openbmc/linux/Documentation/trace/
H A Dhisi-ptt.rst174 - 8'b00000010: non-posted requests (NP)
189 - 4'b0000: inbound TLPs (P, NP, CPL)
190 - 4'b0001: outbound TLPs (P, NP, CPL)
191 - 4'b0010: outbound TLPs (P, NP, CPL) and inbound TLPs (P, NP, CPL B)
192 - 4'b0011: outbound TLPs (P, NP, CPL) and inbound TLPs (CPL A)
198 - 4'b0001: outbound TLPs (P, NP, CPL)
199 - 4'b0010: inbound TLPs (P, NP, CPL B)
/openbmc/linux/Documentation/devicetree/bindings/ata/
H A Dahci-common.yaml96 more than 32 ports due to the CAP.NP fields and PI register size
/openbmc/qemu/hw/intc/
H A Dgic_internal.h99 FIELD(GICH_MISR, NP, 3, 1)
/openbmc/linux/drivers/scsi/
H A 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()
/openbmc/linux/drivers/eisa/
H A 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"
/openbmc/linux/drivers/net/ethernet/sun/
H A 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); \
/openbmc/linux/arch/x86/kvm/
H A Dtrace.h363 EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), \