Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dpci_common.c76 pci_config_read8((u8 *)addr, &tmp8); in sun4u_read_pci_cfg_host()
86 pci_config_read8((u8 *)addr, &tmp8); in sun4u_read_pci_cfg_host()
88 pci_config_read8(((u8 *)addr) + 1, &tmp8); in sun4u_read_pci_cfg_host()
139 pci_config_read8((u8 *)addr, &tmp8); in sun4u_read_pci_cfg()
H A Dpci_impl.h178 void pci_config_read8(u8 *addr, u8 *ret);
H A Dpci.c46 void pci_config_read8(u8 *addr, u8 *ret) in pci_config_read8() function