Searched refs:loongson_pcibios_read (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/mips/pci/ |
D | ops-loongson2.c | 121 static int loongson_pcibios_read(struct pci_bus *bus, unsigned int devfn, in loongson_pcibios_read() function 178 .read = loongson_pcibios_read, 195 loongson_pcibios_read(&bus, devfn, PCI_MSR_DATA_LO, 4, lo); in _rdmsr() 196 loongson_pcibios_read(&bus, devfn, PCI_MSR_DATA_HI, 4, hi); in _rdmsr()
|