Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/pci/
Dops-emma2rh.c64 emma2rh_out32(EMMA2RH_PCI_IWIN0_CTR, config_win0); in set_pci_configuration_address()
82 backup_win0 = emma2rh_in32(EMMA2RH_PCI_IWIN0_CTR); in pci_config_read()
102 emma2rh_out32(EMMA2RH_PCI_IWIN0_CTR, backup_win0); in pci_config_read()
106 emma2rh_out32(EMMA2RH_PCI_IWIN0_CTR, backup_win0); in pci_config_read()
126 backup_win0 = emma2rh_in32(EMMA2RH_PCI_IWIN0_CTR); in pci_config_write()
151 emma2rh_out32(EMMA2RH_PCI_IWIN0_CTR, backup_win0); in pci_config_write()
157 emma2rh_out32(EMMA2RH_PCI_IWIN0_CTR, backup_win0); in pci_config_write()
Dpci-emma2rh.c48 emma2rh_out32(EMMA2RH_PCI_IWIN0_CTR, 0x80000a18); in emma2rh_pci_init()
55 emma2rh_out32(EMMA2RH_PCI_IWIN0_CTR, 0x12000000 | 0x218); in emma2rh_pci_init()
/Linux-v5.4/arch/mips/include/asm/emma/
Demma2rh.h49 #define EMMA2RH_PCI_IWIN0_CTR (0x200010+REGBASE) macro