Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/pmc-sierra/stretch/
Dpci.c57 PMC_STRETCH_READ(PMC_STRETCH_PCI_0_DATA_ADDRESS, val); in pmc_stretch_read_config_dword()
76 PMC_STRETCH_READ_16((PMC_STRETCH_PCI_0_DATA_ADDRESS + (offset & 0x3)), val); in pmc_stretch_read_config_word()
95 PMC_STRETCH_READ_8((PMC_STRETCH_PCI_0_DATA_ADDRESS + (offset & 0x3)), val); in pmc_stretch_read_config_byte()
114 PMC_STRETCH_WRITE(PMC_STRETCH_PCI_0_DATA_ADDRESS, val); in pmc_stretch_write_config_dword()
133 PMC_STRETCH_WRITE_16((PMC_STRETCH_PCI_0_DATA_ADDRESS + (offset & 0x3)), val); in pmc_stretch_write_config_word()
152 PMC_STRETCH_WRITE_8((PMC_STRETCH_PCI_0_DATA_ADDRESS + (offset & 0x3)), val); in pmc_stretch_write_config_byte()
Dsetup.h34 #define PMC_STRETCH_PCI_0_DATA_ADDRESS 0x6fc macro