Home
last modified time | relevance | path

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

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