Home
last modified time | relevance | path

Searched refs:SS_CAP_STATIC_MAP (Results 1 – 9 of 9) sorted by relevance

/linux/include/pcmcia/
H A Dss.h45 #define SS_CAP_STATIC_MAP 0x0008 macro
/linux/drivers/pcmcia/
H A Dpcmcia_resource.c856 if ((res->start && (s->features & SS_CAP_STATIC_MAP)) || in pcmcia_request_window()
877 if (!(s->features & SS_CAP_STATIC_MAP)) { in pcmcia_request_window()
902 if (s->features & SS_CAP_STATIC_MAP) in pcmcia_request_window()
H A Dxxs1500_ss.c266 sock->socket.features = SS_CAP_STATIC_MAP | SS_CAP_PCCARD; in xxs1500_pcmcia_probe()
H A Domap_cf.c271 cf->socket.features = SS_CAP_PCCARD | SS_CAP_STATIC_MAP in omap_cf_probe()
H A Delectra_cf.c273 cf->socket.features = SS_CAP_PCCARD | SS_CAP_STATIC_MAP | in electra_cf_probe()
H A Dbcm63xx_pcmcia.c382 sock->features = SS_CAP_STATIC_MAP | SS_CAP_PCCARD; in bcm63xx_drv_pcmcia_probe()
H A Dcistpl.c92 if (!(s->features & SS_CAP_STATIC_MAP) && (mem->res == NULL)) { in set_cis_map()
102 if (!(s->features & SS_CAP_STATIC_MAP) && (!s->cis_virt)) in set_cis_map()
115 if (s->features & SS_CAP_STATIC_MAP) { in set_cis_map()
H A Ddb1xxx_ss.c540 sock->socket.features = SS_CAP_STATIC_MAP | SS_CAP_PCCARD; in db1x_pcmcia_socket_probe()
H A Dsoc_common.c838 skt->socket.features = SS_CAP_STATIC_MAP|SS_CAP_PCCARD; in soc_pcmcia_add_one()