Home
last modified time | relevance | path

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

/netbsd/sys/dev/cardbus/
H A Dif_re_cardbus.c176 if (Cardbus_mapreg_map(ct, RTK_PCI_LOMEM, PCI_MAPREG_TYPE_MEM, 0, in re_cardbus_attach()
179 csc->sc_bar_reg = RTK_PCI_LOMEM; in re_cardbus_attach()
260 RTK_PCI_LOMEM); in re_cardbus_setup()
276 RTK_PCI_LOMEM, membase); in re_cardbus_setup()
H A Dif_rtk_cardbus.c206 if (Cardbus_mapreg_map(ct, RTK_PCI_LOMEM, PCI_MAPREG_TYPE_MEM, 0, in rtk_cardbus_attach()
209 csc->sc_bar_reg = RTK_PCI_LOMEM; in rtk_cardbus_attach()
291 RTK_PCI_LOMEM); in rtk_cardbus_setup()
307 RTK_PCI_LOMEM, membase); in rtk_cardbus_setup()
/netbsd/sys/dev/pci/
H A Dif_re_pci.c207 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, RTK_PCI_LOMEM); in re_pci_attach()
212 (pci_mapreg_map(pa, RTK_PCI_LOMEM, in re_pci_attach()
214 (pci_mapreg_map(pa, RTK_PCI_LOMEM + 4, in re_pci_attach()
H A Dif_rtk_pci.c194 memh_valid = (pci_mapreg_map(pa, RTK_PCI_LOMEM, PCI_MAPREG_TYPE_MEM, 0, in rtk_pci_attach()
/netbsd/sys/dev/ic/
H A Drtl81x9var.h298 #define RTK_PCI_LOMEM 0x14 macro