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

  /src/sys/arch/hpcsh/dev/hd64465/
hd64465pcmcia.c 104 bus_space_tag_t ch_iot; member in struct:hd64465pcmcia_channel
356 ch->ch_iot = bus_space_create(0, "PCMCIA I/O port",
600 if (bus_space_map(ch->ch_iot, start, size, 0, &pcihp->ioh)) {
607 if (bus_space_alloc(ch->ch_iot, ch->ch_iobase,
617 pcihp->iot = ch->ch_iot;
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461pcmcia.c 126 bus_space_tag_t ch_iot; member in struct:hd64461pcmcia_channel
428 ch->ch_iot = bus_space_create(0, "PCMCIA I/O port",
431 fixup_sh3_pcmcia_area6(ch->ch_iot);
705 if (bus_space_map(ch->ch_iot, start, size, 0, &pcihp->ioh)) {
711 if (bus_space_alloc(ch->ch_iot, ch->ch_iobase,
722 pcihp->iot = ch->ch_iot;

Completed in 35 milliseconds