Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dpci_common.c71 pci_config_read16((u16 *)align, &tmp16); in sun4u_read_pci_cfg_host()
84 pci_config_read16((u16 *)addr, &tmp16); in sun4u_read_pci_cfg_host()
150 pci_config_read16((u16 *)addr, &tmp16); in sun4u_read_pci_cfg()
183 pci_config_read16((u16 *)align, &tmp16); in sun4u_write_pci_cfg_host()
H A Dpci_impl.h178 void pci_config_read16(u16 *addr, u16 *ret);
H A Dpsycho_common.c277 pci_config_read16(addr, &stat); in psycho_pcierr_intr_other()
H A Dpci.c69 void pci_config_read16(u16 *addr, u16 *ret) in pci_config_read16() function