PCIC_WRITE         62 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCIBCR1, bcr1);	 /* PCIC BCR1 */
PCIC_WRITE         63 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCIBCR2, bcr2);     /* PCIC BCR2 */
PCIC_WRITE         64 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCIWCR1, wcr1);     /* PCIC WCR1 */
PCIC_WRITE         65 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCIWCR2, wcr2);     /* PCIC WCR2 */
PCIC_WRITE         66 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCIWCR3, wcr3);     /* PCIC WCR3 */
PCIC_WRITE         68 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCIMCR, mcr);      /* PCIC MCR */
PCIC_WRITE         72 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCIINTM, 0x0000c3ff);
PCIC_WRITE         73 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCIAINTM, 0x0000380f);
PCIC_WRITE         76 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCICONF1,	0xF39000C7); /* Bus Master, Mem & I/O access */
PCIC_WRITE         77 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCICONF2,	0x00000000); /* PCI Class code & Revision ID */
PCIC_WRITE         78 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCICONF4,	0xab000001); /* PCI I/O address (local regs) */
PCIC_WRITE         79 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCICONF5,	0x0c000000); /* PCI MEM address (local RAM)  */
PCIC_WRITE         80 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCICONF6,	0xd0000000); /* PCI MEM address (unused)     */
PCIC_WRITE         81 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCICONF11, 0x35051054); /* PCI Subsystem ID & Vendor ID */
PCIC_WRITE         82 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCILSR0, 0x03f00000);   /* MEM (full 64M exposed)       */
PCIC_WRITE         83 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCILSR1, 0x00000000);   /* MEM (unused)                 */
PCIC_WRITE         84 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCILAR0, 0x0c000000);   /* MEM (direct map from PCI)    */
PCIC_WRITE         85 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCILAR1, 0x00000000);   /* MEM (unused)                 */
PCIC_WRITE         88 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCICR, 0xa5000001);
PCIC_WRITE        104 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCIMBR, chan->resources[1].start);
PCIC_WRITE        107 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCIIOBR, (chan->resources[0].start & SH7751_PCIIOBR_MASK));