Searched refs:PR (Results 1 – 7 of 7) sorted by relevance
| /drivers/net/wireless/ath/ath9k/ |
| A D | debug.c | 583 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() 589 PR("AMPDUs Retried: ", a_retries); in read_file_xmit() 590 PR("AMPDUs XRetried: ", a_xretries); in read_file_xmit() 593 PR("TXOP Exceeded: ", xtxop); in read_file_xmit() 594 PR("TXTIMER Expiry: ", timer_exp); in read_file_xmit() 600 PR("HW-put-tx-buf: ", puttxbuf); in read_file_xmit() 601 PR("HW-tx-start: ", txstart); in read_file_xmit() [all …]
|
| A D | debug.h | 199 #define PR(str, elem) \ macro
|
| /drivers/fpga/ |
| A D | Kconfig | 129 tristate "Xilinx LogiCORE PR Decoupler" 133 Say Y to enable drivers for Xilinx LogiCORE PR Decoupler 135 The PR Decoupler exists in the FPGA fabric to isolate one
|
| /drivers/spi/ |
| A D | spi-intel.c | 61 #define PR(n) ((n) * 4) macro 224 readl(ispi->pregs + PR(i))); in intel_spi_dump_regs() 244 value = readl(ispi->pregs + PR(i)); in intel_spi_dump_regs() 1211 pr_value = readl(ispi->pregs + PR(i)); in intel_spi_is_protected()
|
| /drivers/iio/temperature/ |
| A D | mlx90632.c | 897 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()
|
| /drivers/iommu/ |
| A 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
|
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-dev.c | 855 if (XGMAC_IOREAD_BITS(pdata, MAC_PFR, PR) == val) in xgbe_set_promiscuous_mode() 860 XGMAC_IOWRITE_BITS(pdata, MAC_PFR, PR, val); in xgbe_set_promiscuous_mode()
|
Completed in 35 milliseconds