Searched refs:ch_memt (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/hpcsh/dev/hd64465/
H A Dhd64465pcmcia.c97 bus_space_tag_t ch_memt; member in struct:hd64465pcmcia_channel
341 ch->ch_memt = bus_space_create(0, "PCMCIA attribute memory",
343 bus_space_alloc(ch->ch_memt, 0, 0x00ffffff, 0x0001000,
512 pcmhp->memt = ch->ch_memt;
545 cookie->wc_tag = ch->ch_memt;
546 if (bus_space_subregion(ch->ch_memt, ch->ch_memh, card_addr,
/netbsd-current/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461pcmcia.c119 bus_space_tag_t ch_memt; member in struct:hd64461pcmcia_channel
404 ch->ch_memt = bus_space_create(0, "PCMCIA attribute memory",
406 bus_space_alloc(ch->ch_memt, 0, 0x00ffffff, 0x01000000,
410 fixup_sh3_pcmcia_area6(ch->ch_memt);
612 pcmhp->memt = ch->ch_memt;
646 cookie->wc_tag = ch->ch_memt;
647 if (bus_space_subregion(ch->ch_memt, ch->ch_memh, card_addr,

Completed in 194 milliseconds