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

  /src/sys/dev/sbus/
stp4020.c 107 bus_space_tag_t pcmciat; /* io space for pcmcia */ member in struct:stp4020_socket
390 sc->sc_socks[0].pcmciat = sc->sc_socks[1].pcmciat = tag;
822 pcmhp->memt = h->pcmciat;
842 pcmhp->memt = h->pcmciat;
843 bus_space_subregion(h->pcmciat, h->windows[win].winaddr, card_addr, size, &pcmhp->memh);
868 pcihp->iot = h->pcmciat;
883 pcihp->iot = h->pcmciat;
884 bus_space_subregion(h->pcmciat, h->windows[STP_WIN_IO].winaddr, offset, size, &pcihp->ioh);
stp4020.c 107 bus_space_tag_t pcmciat; /* io space for pcmcia */ member in struct:stp4020_socket
390 sc->sc_socks[0].pcmciat = sc->sc_socks[1].pcmciat = tag;
822 pcmhp->memt = h->pcmciat;
842 pcmhp->memt = h->pcmciat;
843 bus_space_subregion(h->pcmciat, h->windows[win].winaddr, card_addr, size, &pcmhp->memh);
868 pcihp->iot = h->pcmciat;
883 pcihp->iot = h->pcmciat;
884 bus_space_subregion(h->pcmciat, h->windows[STP_WIN_IO].winaddr, offset, size, &pcihp->ioh);

Completed in 24 milliseconds