Home
last modified time | relevance | path

Searched refs:mobiveil_csr_write (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil.h188 void mobiveil_csr_write(struct mobiveil_pcie *pcie, u32 val, u32 off,
210 mobiveil_csr_write(pcie, val, off, 0x4); in mobiveil_csr_writel()
216 mobiveil_csr_write(pcie, val, off, 0x2); in mobiveil_csr_writew()
222 mobiveil_csr_write(pcie, val, off, 0x1); in mobiveil_csr_writeb()
H A Dpcie-mobiveil.c114 void mobiveil_csr_write(struct mobiveil_pcie *pcie, u32 val, u32 off, in mobiveil_csr_write() function