Searched refs:MSC_WRITE (Results 1 – 4 of 4) sorted by relevance
54 MSC_WRITE(MSC01_PCI_INTSTAT, in msc_config_access()63 MSC_WRITE(MSC01_PCI_CFGADDR, in msc_config_access()72 MSC_WRITE(MSC01_PCI_CFGDATA, *data); in msc_config_access()84 MSC_WRITE(MSC01_PCI_INTSTAT, in msc_config_access()
196 MSC_WRITE(MSC01_PCI_SWAP, MSC01_PCI_SWAP_NOSWAP); in prom_init()198 MSC_WRITE(MSC01_PCI_SWAP, in prom_init()
211 #define MSC_WRITE(reg, data) do { *(volatile u32 *)(reg) = data; } while (0) macro