Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/pmc-sierra/stretch/
Dsetup.h25 #define PMC_STRETCH_PCI_BASE (0x1A000000 + KSEG1) /* FIXME */ macro
28 *(volatile u32 *)(PMC_STRETCH_PCI_BASE + ofs)
37 *(volatile u32 *)(PMC_STRETCH_PCI_BASE + ofs) = data
40 *(data) = *(volatile u32 *)(PMC_STRETCH_PCI_BASE + ofs)
43 *(volatile u16 *)(PMC_STRETCH_PCI_BASE + ofs) = data
46 *(data) = *(volatile u16 *)(PMC_STRETCH_PCI_BASE + ofs)
49 *(volatile u8 *)(PMC_STRETCH_PCI_BASE + ofs) = data
52 *(data) = *(volatile u8 *)(PMC_STRETCH_PCI_BASE + ofs)