Searched defs:csr_offset (Results 1 – 5 of 5) sorted by relevance
/drivers/firewire/ |
D | core-card.c | 635 static u32 dummy_read_csr(struct fw_card *card, int csr_offset) in dummy_read_csr() 640 static void dummy_write_csr(struct fw_card *card, int csr_offset, u32 value) in dummy_write_csr()
|
D | ohci.c | 2656 static u32 ohci_read_csr(struct fw_card *card, int csr_offset) in ohci_read_csr() 2707 static void ohci_write_csr(struct fw_card *card, int csr_offset, u32 value) in ohci_write_csr()
|
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | lmac_common.h | 60 u64 csr_offset; member
|
/drivers/crypto/qat/qat_common/ |
D | adf_accel_devices.h | 228 #define ADF_CSR_WR(csr_base, csr_offset, val) \ argument 232 #define ADF_CSR_RD(csr_base, csr_offset) __raw_readl(csr_base + csr_offset) argument
|
/drivers/net/ethernet/cavium/thunder/ |
D | thunder_bgx.c | 438 u64 csr_offset, cfg; in bgx_config_timestamping() local
|