Searched defs:csr_offset (Results 1 – 4 of 4) sorted by relevance
62 u64 csr_offset; member
359 #define ADF_CSR_WR(csr_base, csr_offset, val) \ argument372 #define ADF_CSR_RD(csr_base, csr_offset) __raw_readl(csr_base + csr_offset) argument
438 u64 csr_offset, cfg; in bgx_config_timestamping() local
2633 static u32 ohci_read_csr(struct fw_card *card, int csr_offset) in ohci_read_csr()2681 static void ohci_write_csr(struct fw_card *card, int csr_offset, u32 value) in ohci_write_csr()