Searched refs:csr_offset (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | adf_accel_devices.h | 198 #define ADF_CSR_WR(csr_base, csr_offset, val) \ argument 199 __raw_writel(val, csr_base + csr_offset) 202 #define ADF_CSR_RD(csr_base, csr_offset) __raw_readl(csr_base + csr_offset) argument
|
/Linux-v4.19/drivers/firewire/ |
D | core.h | 91 u32 (*read_csr)(struct fw_card *card, int csr_offset); 92 void (*write_csr)(struct fw_card *card, int csr_offset, u32 value);
|
D | ohci.c | 2625 static u32 ohci_read_csr(struct fw_card *card, int csr_offset) in ohci_read_csr() argument 2631 switch (csr_offset) { in ohci_read_csr() 2676 static void ohci_write_csr(struct fw_card *card, int csr_offset, u32 value) in ohci_write_csr() argument 2681 switch (csr_offset) { in ohci_write_csr()
|
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | thunder_bgx.c | 432 u64 csr_offset, cfg; in bgx_config_timestamping() local 442 csr_offset = BGX_GMP_GMI_RXX_FRM_CTL; in bgx_config_timestamping() 444 csr_offset = BGX_SMUX_RX_FRM_CTL; in bgx_config_timestamping() 446 cfg = bgx_reg_read(bgx, lmacid, csr_offset); in bgx_config_timestamping() 452 bgx_reg_write(bgx, lmacid, csr_offset, cfg); in bgx_config_timestamping()
|