Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_sk.c1528 membase = pci_conf_read(pc, pa->pa_tag, SK_PCI_LOMEM); in skc_attach()
1541 pci_conf_write(pc, pa->pa_tag, SK_PCI_LOMEM, membase); in skc_attach()
1584 memtype = pci_mapreg_type(pc, pa->pa_tag, SK_PCI_LOMEM); in skc_attach()
1588 if (pci_mapreg_map(pa, SK_PCI_LOMEM, in skc_attach()
H A Dif_msk.c1488 membase = pci_conf_read(pc, pa->pa_tag, SK_PCI_LOMEM); in mskc_attach()
1501 pci_conf_write(pc, pa->pa_tag, SK_PCI_LOMEM, membase); in mskc_attach()
1509 memtype = pci_mapreg_type(pc, pa->pa_tag, SK_PCI_LOMEM); in mskc_attach()
1510 if (pci_mapreg_map(pa, SK_PCI_LOMEM, memtype, 0, &sc->sk_btag, in mskc_attach()
H A Dif_skreg.h1526 #define SK_PCI_LOMEM 0x0010 macro