Home
last modified time | relevance | path

Searched refs:MemWndCaps (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c1538 if (iw.mem_win_char.MemWndCaps & WC_SIZE) { in cs_init_cis_window()
4744 if (iw.mem_win_char.MemWndCaps & WC_CALIGN) in cs_request_window()
5088 if (iw.mem_win_char.MemWndCaps & WC_CALIGN) in cs_map_mem_page()
5178 uint32_t MinSize, MaxSize, ReqGran, MemWndCaps, WndCaps; in cs_find_mem_window() local
5200 MemWndCaps = iw->mem_win_char.MemWndCaps; in cs_find_mem_window()
5216 if (!(MemWndCaps & WC_SIZE)) { in cs_find_mem_window()
5228 if (MemWndCaps & WC_POW2) { in cs_find_mem_window()
5281 MemWndCaps = iw->mem_win_char.MemWndCaps; in cs_find_mem_window()
5283 if (MemWndCaps & WC_CALIGN) in cs_find_mem_window()
5310 iw->mem_win_char.MemWndCaps); in cs_memwin_space_and_map_ok()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsservice.h311 unsigned MemWndCaps; /* memory window characteristcs */ member
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c3638 window->mem_win_char.MemWndCaps, in SSInquireWindow()
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c4266 mem->MemWndCaps = WC_BASE|WC_SIZE|WC_WENABLE|WC_8BIT| in pcic_inquire_window()