cached_switch     233 drivers/mmc/host/cavium.c 	return (slot->cached_switch & match) != (new_val & match);
cached_switch     263 drivers/mmc/host/cavium.c 	slot->cached_switch = emm_switch;
cached_switch     282 drivers/mmc/host/cavium.c 		old_slot->cached_switch = readq(host->base + MIO_EMM_SWITCH(host));
cached_switch     287 drivers/mmc/host/cavium.c 	emm_switch = slot->cached_switch;
cached_switch     894 drivers/mmc/host/cavium.c 	slot->cached_switch = emm_switch;
cached_switch     937 drivers/mmc/host/cavium.c 	slot->cached_switch = emm_switch;
cached_switch     100 drivers/mmc/host/cavium.h 	u64 cached_switch;