Searched refs:SK_PCI_LOMEM (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/dev/pci/ |
| H A D | if_sk.c | 1528 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 D | if_msk.c | 1488 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 D | if_skreg.h | 1526 #define SK_PCI_LOMEM 0x0010 macro
|