HomeSort by: relevance | last modified time | path
    Searched defs:compat_iot (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/pnpbios/
pciide_pnpbios.c 85 bus_space_tag_t compat_iot; local in function:pciide_pnpbios_attach
103 if (pnpbios_io_map(aa->pbt, aa->resc, 0, &compat_iot,
108 if (pnpbios_io_map(aa->pbt, aa->resc, 1, &compat_iot,
153 wdr->cmd_iot = compat_iot;
166 wdr->ctl_iot = wdr->data32iot = compat_iot;
pciide_pnpbios.c 85 bus_space_tag_t compat_iot; local in function:pciide_pnpbios_attach
103 if (pnpbios_io_map(aa->pbt, aa->resc, 0, &compat_iot,
108 if (pnpbios_io_map(aa->pbt, aa->resc, 1, &compat_iot,
153 wdr->cmd_iot = compat_iot;
166 wdr->ctl_iot = wdr->data32iot = compat_iot;

Completed in 29 milliseconds