Searched refs:SH5PCI_WRITE (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/sh/drivers/pci/ |
D | pci-sh5.c | 70 SH5PCI_WRITE(INT, ~0); in pcish5_err_irq() 79 SH5PCI_WRITE(AINT, ~0); in pcish5_err_irq() 132 SH5PCI_WRITE(CSCR0, 0); in sh5pci_init() 133 SH5PCI_WRITE(CSCR1, 0); in sh5pci_init() 136 SH5PCI_WRITE(INTM, 0); in sh5pci_init() 137 SH5PCI_WRITE(AINTM, 0); in sh5pci_init() 138 SH5PCI_WRITE(PINTM, 0); in sh5pci_init() 144 SH5PCI_WRITE(CR, uval | CR_LOCK_MASK | CR_CFINT| CR_FTO | CR_PFE | in sh5pci_init() 160 SH5PCI_WRITE(MBR,0x40000000); in sh5pci_init() 163 SH5PCI_WRITE(MBMR, PCISH5_MEM_SIZCONV(512*1024*1024)); in sh5pci_init() [all …]
|
D | ops-sh5.c | 28 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where)); in sh5pci_read() 48 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where)); in sh5pci_write() 58 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
|