Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h184 #define ADF_CSR_WR(csr_base, csr_offset, val) \ argument
188 #define ADF_CSR_RD(csr_base, csr_offset) __raw_readl(csr_base + csr_offset) argument
/linux-4.4.14/drivers/firewire/
Dohci.c2620 static u32 ohci_read_csr(struct fw_card *card, int csr_offset) in ohci_read_csr()
2671 static void ohci_write_csr(struct fw_card *card, int csr_offset, u32 value) in ohci_write_csr()