Home
last modified time | relevance | path

Searched refs:PR (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Ddebug.c583 PR("MPDUs Queued: ", queued); in read_file_xmit()
584 PR("MPDUs Completed: ", completed); in read_file_xmit()
585 PR("MPDUs XRetried: ", xretries); in read_file_xmit()
586 PR("Aggregates: ", a_aggr); in read_file_xmit()
587 PR("AMPDUs Queued HW:", a_queued_hw); in read_file_xmit()
588 PR("AMPDUs Completed:", a_completed); in read_file_xmit()
589 PR("AMPDUs Retried: ", a_retries); in read_file_xmit()
590 PR("AMPDUs XRetried: ", a_xretries); in read_file_xmit()
591 PR("TXERR Filtered: ", txerr_filtered); in read_file_xmit()
592 PR("FIFO Underrun: ", fifo_underrun); in read_file_xmit()
[all …]
H A Ddebug.h198 #define PR(str, elem) \ macro
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-dfl-port13 Description: Read-only. User can program different PR bitstreams to FPGA
15 returns uuid which could be used to identify which PR bitstream
/linux/Documentation/fpga/
H A Ddfl.rst282 never cause any system level issue, only functional failure (e.g. DMA or PR
291 afu_id indicates which PR bitstream is programmed to this AFU.
343 bridges and FPGA regions during PR sub feature initialization. Once
346 reconfiguration of the PR bitstream to the given port.
363 reconfiguration of a PR bitstream file. The PR bitstream file must have been
367 comparing the compatibility ID noted in the header of PR bitstream file against
464 Note that an FME can't be assigned to a VF, thus PR and other management
/linux/Documentation/devicetree/bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt99 bit 0 - PR (problem state / user mode)
179 This property may exist when the usable-privilege property value has PR bit set.
/linux/arch/powerpc/kvm/
H A DKconfig124 hash MMU mode (regardless of PR VMs running). When any PR VMs
/linux/drivers/spi/
H A Dspi-intel.c61 #define PR(n) ((n) * 4) macro
215 readl(ispi->pregs + PR(i))); in intel_spi_dump_regs()
235 value = readl(ispi->pregs + PR(i)); in intel_spi_dump_regs()
1199 pr_value = readl(ispi->pregs + PR(i)); in intel_spi_is_protected()
/linux/drivers/iio/temperature/
H A Dmlx90632.c897 s32 PT, PR, PG, PO; in mlx90632_calc_ambient_dsp105() local
901 ret = mlx90632_read_ee_register(data->regmap, MLX90632_EE_P_R, &PR); in mlx90632_calc_ambient_dsp105()
923 PT, PR, PG, PO, Gb); in mlx90632_calc_ambient_dsp105()
/linux/Documentation/crypto/
H A Dapi-samples.rst162 char *drbg = "drbg_nopr_sha256"; /* Hash DRBG with SHA-256, no PR */
/linux/arch/sh/kernel/cpu/sh3/
H A Dentry.S240 mov.l @r15+, k2 ! original PR
/linux/Documentation/driver-api/md/
H A Dmd-cluster.rst184 receiver tries to get PR on "message"
202 receiver upconvert to PR on "message"
/linux/Documentation/virt/kvm/
H A Dppc-pv.rst8 space code in PR=1 which is user space. This way we trap all privileged
/linux/Documentation/arch/powerpc/
H A Dultravisor.rst69 MSR(S, HV, PR). In each of the tables below the modes are listed
76 | S | HV| PR|Privilege |
90 | S | HV| PR|Privilege |
/linux/fs/gfs2/
H A Dtrace_gfs2.h27 dlm_state_name(PR), \
/linux/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h273 #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
/linux/Documentation/filesystems/
H A Dgfs2-glocks.rst33 SH PR (Protected read)
/linux/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst311 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
/linux/Documentation/networking/
H A Darcnet-hardware.rst233 RP-------P--------P--------H-----P------P-----PR
235 RP-----H--------P--------H-----P------PR
237 PR PR
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c950 if (XGMAC_IOREAD_BITS(pdata, MAC_PFR, PR) == val) in xgbe_set_promiscuous_mode()
955 XGMAC_IOWRITE_BITS(pdata, MAC_PFR, PR, val); in xgbe_set_promiscuous_mode()
/linux/
H A DCREDITS2620 S: 80050-040 Curitiba PR
2964 S: 80050-430 Curitiba PR
/linux/arch/x86/
H A DKconfig2442 # GCC < 13.3 - see GCC PR sanitizer/111736.