Searched refs:ctlio (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/ata/
H A Data-isa.c64 struct resource *io = NULL, *ctlio = NULL; local
86 if (!(ctlio = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
93 bus_release_resource(dev, SYS_RES_IOPORT, ATA_CTLADDR_RID, ctlio);
104 struct resource *io = NULL, *ctlio = NULL; local
126 if (!(ctlio = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
137 ch->r_io[ATA_CONTROL].res = ctlio;
H A Data-card.c93 struct resource *io, *ctlio; local
116 * where ctlio is located at offset 14 into "normal" io space.
124 if (!(ctlio = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
131 ch->r_io[ATA_CONTROL].res = ctlio;
H A Data-pci.c404 struct resource *io = NULL, *ctlio = NULL; local
412 if (!(ctlio = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,RF_ACTIVE))){
423 ch->r_io[ATA_CONTROL].res = ctlio;
/freebsd-12-stable/sys/dev/ata/chipsets/
H A Data-acerlabs.c225 struct resource *io = NULL, *ctlio = NULL; local
232 ctlio = res->bars[3];
235 ctlio = res->bars[1];
242 ch->r_io[ATA_CONTROL].res = ctlio;

Completed in 103 milliseconds