/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | debug.c | 598 PR("MPDUs Queued: ", queued); in read_file_xmit() 599 PR("MPDUs Completed: ", completed); in read_file_xmit() 600 PR("MPDUs XRetried: ", xretries); in read_file_xmit() 601 PR("Aggregates: ", a_aggr); in read_file_xmit() 602 PR("AMPDUs Queued HW:", a_queued_hw); in read_file_xmit() 603 PR("AMPDUs Completed:", a_completed); in read_file_xmit() 604 PR("AMPDUs Retried: ", a_retries); in read_file_xmit() 605 PR("AMPDUs XRetried: ", a_xretries); in read_file_xmit() 606 PR("TXERR Filtered: ", txerr_filtered); in read_file_xmit() 607 PR("FIFO Underrun: ", fifo_underrun); in read_file_xmit() [all …]
|
D | debug.h | 197 #define PR(str, elem) \ macro
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/fpga/ |
D | xilinx-pr-decoupler.txt | 10 The Driver supports only MMIO handling. A PR region can have multiple 11 PR Decouplers which can be handled independently or chained via decouple/
|
D | fpga-region.txt | 34 Partial Reconfiguration (PR) 37 * Not all FPGA's support PR. 124 FPGA Regions represent FPGA's and FPGA PR regions in the device tree. An FPGA 150 For partial reconfiguration (PR), each PR region will have an FPGA Region. 162 region is getting reconfigured (see Figure 1 above). During PR, the FPGA's 163 hardware bridges remain enabled. The PR regions' bridges will be FPGA bridges
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
D | entry.h | 35 .spillsp pr, PT(PR)+16+(off); 64 .spillsp pr,SW(PR)+16+(off)
|
D | entry.S | 337 stf.spill [r3]=f31,SW(PR)-SW(F31) 383 ld8 r16=[r2],(SW(PR)-SW(AR_PFS)) // ar.pfs 747 ld8 r27=[r3],PT(PR)-PT(AR_RSC) // M0|1 load ar.rsc 751 ld8 r31=[r3],PT(R1)-PT(PR) // M0|1 load predicates 835 adds r21=PT(PR)+16,r12 838 lfetch [r21],PT(CR_IPSR)-PT(PR)
|
D | ivt.S | 983 (pKStk) adds r16=PT(PR)-PT(AR_RNAT),r16 // skip over ar_rnat field 991 (pUStk) st8 [r16]=r24,PT(PR)-PT(AR_RNAT) // save ar.rnat 995 st8 [r16]=r31,PT(LOADRS)-PT(PR) // save predicates
|
/kernel/linux/linux-5.10/Documentation/fpga/ |
D | dfl.rst | 162 never cause any system level issue, only functional failure (e.g. DMA or PR 171 afu_id indicates which PR bitstream is programmed to this AFU. 223 bridges and FPGA regions during PR sub feature initialization. Once 226 reconfiguration of the PR bitstream to the given port. 243 reconfiguration of a PR bitstream file. The PR bitstream file must have been 247 comparing the compatibility ID noted in the header of PR bitstream file against 344 Note that an FME can't be assigned to a VF, thus PR and other management
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-platform-dfl-port | 13 Description: Read-only. User can program different PR bitstreams to FPGA 15 returns uuid which could be used to identify which PR bitstream
|
/kernel/linux/linux-5.10/drivers/fpga/ |
D | Kconfig | 117 tristate "Xilinx LogiCORE PR Decoupler" 121 Say Y to enable drivers for Xilinx LogiCORE PR Decoupler. 122 The PR Decoupler exists in the FPGA fabric to isolate one
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/ |
D | intel-spi.c | 61 #define PR(n) ((n) * 4) macro 192 readl(ispi->pregs + PR(i))); in intel_spi_dump_regs() 215 value = readl(ispi->pregs + PR(i)); in intel_spi_dump_regs() 841 pr_value = readl(ispi->pregs + PR(i)); in intel_spi_is_protected()
|
/kernel/linux/linux-5.10/drivers/iio/temperature/ |
D | mlx90632.c | 708 s32 PT, PR, PG, PO; in mlx90632_calc_ambient_dsp105() local 712 ret = mlx90632_read_ee_register(data->regmap, MLX90632_EE_P_R, &PR); in mlx90632_calc_ambient_dsp105() 734 PT, PR, PG, PO, Gb); in mlx90632_calc_ambient_dsp105()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/ |
D | ibm,powerpc-cpu-features.txt | 99 bit 0 - PR (problem state / user mode) 179 This property may exist when the usable-privilege property value has PR bit set.
|
/kernel/linux/linux-5.10/Documentation/crypto/ |
D | api-samples.rst | 162 char *drbg = "drbg_nopr_sha256"; /* Hash DRBG with SHA-256, no PR */
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 241 mov.l @r15+, k2 ! original PR
|
/kernel/linux/linux-5.10/Documentation/driver-api/md/ |
D | md-cluster.rst | 184 receiver tries to get PR on "message" 202 receiver upconvert to PR on "message"
|
/kernel/uniproton/doc/ |
D | contribute_guide.md | 766 …如您有兴趣参与开源贡献,欢迎提交PR参与特性建设,可至<a href="https://gitee.com/openeuler/UniProton " target="_blank">UniPro…
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | ppc-pv.rst | 8 space code in PR=1 which is user space. This way we trap all privileged
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | ultravisor.rst | 69 MSR(S, HV, PR). In each of the tables below the modes are listed 76 | S | HV| PR|Privilege | 90 | S | HV| PR|Privilege |
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | trace_gfs2.h | 27 dlm_state_name(PR), \
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | gfs2-glocks.rst | 34 SH PR (Protected read)
|
/kernel/linux/linux-5.10/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 273 #define SET_PR(b, v) SET_GLOBAL_FIELD(b, TLBTR0, PR, v) 398 #define GET_PR(b) GET_GLOBAL_FIELD(b, TLBTR0, PR) 958 #define PR (PR_MASK << PR_SHIFT) macro
|
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/ |
D | intel_powerclamp.rst | 306 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dev.c | 940 if (XGMAC_IOREAD_BITS(pdata, MAC_PFR, PR) == val) in xgbe_set_promiscuous_mode() 945 XGMAC_IOWRITE_BITS(pdata, MAC_PFR, PR, val); in xgbe_set_promiscuous_mode()
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | arcnet-hardware.rst | 233 RP-------P--------P--------H-----P------P-----PR 235 RP-----H--------P--------H-----P------PR 237 PR PR
|