Searched refs:SH5PCI_WRITE (Results 1 – 3 of 3) sorted by relevance
/arch/sh/drivers/pci/ |
D | pci-sh5.c | 69 SH5PCI_WRITE(INT, ~0); in pcish5_err_irq() 78 SH5PCI_WRITE(AINT, ~0); in pcish5_err_irq() 131 SH5PCI_WRITE(CSCR0, 0); in sh5pci_init() 132 SH5PCI_WRITE(CSCR1, 0); in sh5pci_init() 135 SH5PCI_WRITE(INTM, 0); in sh5pci_init() 136 SH5PCI_WRITE(AINTM, 0); in sh5pci_init() 137 SH5PCI_WRITE(PINTM, 0); in sh5pci_init() 143 SH5PCI_WRITE(CR, uval | CR_LOCK_MASK | CR_CFINT| CR_FTO | CR_PFE | in sh5pci_init() 159 SH5PCI_WRITE(MBR,0x40000000); in sh5pci_init() 162 SH5PCI_WRITE(MBMR, PCISH5_MEM_SIZCONV(512*1024*1024)); in sh5pci_init() [all …]
|
D | ops-sh5.c | 27 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where)); in sh5pci_read() 47 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where)); in sh5pci_write() 57 SH5PCI_WRITE(PDR, val); in sh5pci_write()
|
D | pci-sh5.h | 89 #define SH5PCI_WRITE(reg,val) __raw_writel((u32)(val),PCISH5_ICR_REG(reg)) macro
|