Home
last modified time | relevance | path

Searched refs:TCIC_MCTL_ENA (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pcmcia/
H A Dtcic.h242 #define TCIC_MCTL_ENA 0x8000 macro
264 #define TCIC_ICTL_ENA TCIC_MCTL_ENA
H A Dtcic.c767 ctl |= (mem->flags & MAP_ACTIVE) ? TCIC_MCTL_ENA : 0; in tcic_set_mem_map()