Searched refs:csr_offset (Results 1 – 3 of 3) sorted by relevance
/drivers/crypto/qat/qat_common/ |
D | adf_accel_devices.h | 184 #define ADF_CSR_WR(csr_base, csr_offset, val) \ argument 185 __raw_writel(val, csr_base + csr_offset) 188 #define ADF_CSR_RD(csr_base, csr_offset) __raw_readl(csr_base + csr_offset) argument
|
/drivers/firewire/ |
D | core.h | 90 u32 (*read_csr)(struct fw_card *card, int csr_offset); 91 void (*write_csr)(struct fw_card *card, int csr_offset, u32 value);
|
D | ohci.c | 2626 static u32 ohci_read_csr(struct fw_card *card, int csr_offset) in ohci_read_csr() argument 2632 switch (csr_offset) { in ohci_read_csr() 2677 static void ohci_write_csr(struct fw_card *card, int csr_offset, u32 value) in ohci_write_csr() argument 2682 switch (csr_offset) { in ohci_write_csr()
|