Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/cb710/
Dcore.c226 if (val & CB710_SLOT_MMC) in cb710_probe()
265 if (val & CB710_SLOT_MMC) { /* MMC/SD slot */ in cb710_probe()
267 CB710_SLOT_MMC, 0x00, "cb710-mmc"); in cb710_probe()
290 cb710_unregister_slot(chip, CB710_SLOT_MMC); in cb710_probe()
304 cb710_unregister_slot(chip, CB710_SLOT_MMC); in cb710_remove_one()
/Linux-v4.19/include/linux/
Dcb710.h49 #define CB710_SLOT_MMC 1 macro