Searched refs:maptype (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | ufshci_pci.c | 72 pcireg_t maptype; in ufshci_pci_attach() local 79 maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, UFSHCI_PCI_BAR); in ufshci_pci_attach() 80 if (pci_mapreg_map(pa, UFSHCI_PCI_BAR, maptype, 0, &sc->sc_iot, in ufshci_pci_attach()
|
H A D | nvme_pci.c | 82 pcireg_t maptype; in nvme_pci_attach() local 91 maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, NVME_PCI_BAR); in nvme_pci_attach() 92 if (pci_mapreg_map(pa, NVME_PCI_BAR, maptype, 0, in nvme_pci_attach()
|
H A D | ahci_pci.c | 398 pcireg_t maptype; in ahci_map_regs() local 401 maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, AHCI_PCI_BAR); in ahci_map_regs() 402 if (pci_mapreg_map(pa, AHCI_PCI_BAR, maptype, 0, &sc->sc_iot, in ahci_map_regs()
|
H A D | vga_pcivar.h | 45 pcireg_t maptype; member
|
H A D | ips.c | 584 pcireg_t maptype; in ips_attach() local 599 maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, sc->sc_chip->ic_bar); in ips_attach() 600 if (pci_mapreg_map(pa, sc->sc_chip->ic_bar, maptype, 0, &sc->sc_iot, in ips_attach()
|
H A D | pciide.c | 1713 pcireg_t maptype; in pciide_mapregs_native() local 1743 maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, in pciide_mapregs_native() 1749 maptype, 0, in pciide_mapregs_native() 1756 maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, in pciide_mapregs_native() 1760 (maptype == PCI_MAPREG_TYPE_IO ? "I/O": "memory")), DEBUG_PROBE); in pciide_mapregs_native() 1762 maptype, 0, in pciide_mapregs_native() 1809 pcireg_t maptype; in pciide_mapreg_dma() local 1828 maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, in pciide_mapreg_dma() 1831 switch (maptype) { in pciide_mapreg_dma() 1850 PCIIDE_REG_BUS_MASTER_DMA, maptype, 0, in pciide_mapreg_dma() [all …]
|
/openbsd/usr.bin/vi/docs/interp/ |
H A D | spell.ok | 36 maptype
|
H A D | interp | 122 enum maptype {NONE, INPUT, COMMAND} mapt); 129 size_t *lenp, enum maptype {NONE, INPUT, COMMAND} mapt);
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-2001 | 6714 * solib-aix5.c (enum maptype): Delete.
|