Home
last modified time | relevance | path

Searched defs:csr_offset (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/firewire/
H A Dcore-card.c647 static u32 dummy_read_csr(struct fw_card *card, int csr_offset) in dummy_read_csr()
652 static void dummy_write_csr(struct fw_card *card, int csr_offset, u32 value) in dummy_write_csr()
H A Dohci.c2676 static u32 ohci_read_csr(struct fw_card *card, int csr_offset) in ohci_read_csr()
2727 static void ohci_write_csr(struct fw_card *card, int csr_offset, u32 value) in ohci_write_csr()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dlmac_common.h62 u64 csr_offset; member
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_accel_devices.h242 #define ADF_CSR_WR(csr_base, csr_offset, val) \ argument
246 #define ADF_CSR_RD(csr_base, csr_offset) __raw_readl(csr_base + csr_offset) argument
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c438 u64 csr_offset, cfg; in bgx_config_timestamping() local