Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/pci/
H A Dpci-rt3883.c37 #define RT3883_PCI_REG_CFGDATA 0x24 macro
110 return rt3883_pci_r32(rpc, RT3883_PCI_REG_CFGDATA); in rt3883_pci_read_cfg32()
122 rt3883_pci_w32(rpc, val, RT3883_PCI_REG_CFGDATA); in rt3883_pci_write_cfg32()
240 data = rt3883_pci_r32(rpc, RT3883_PCI_REG_CFGDATA); in rt3883_pci_config_read()
273 data = rt3883_pci_r32(rpc, RT3883_PCI_REG_CFGDATA); in rt3883_pci_config_write()
289 rt3883_pci_w32(rpc, data, RT3883_PCI_REG_CFGDATA); in rt3883_pci_config_write()