Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/cb710/
Dcore.c230 if (val & CB710_SLOT_SM) in cb710_probe()
279 if (val & CB710_SLOT_SM) { /* SmartMedia slot */ in cb710_probe()
281 CB710_SLOT_SM, 0x60, "cb710-sm"); in cb710_probe()
302 cb710_unregister_slot(chip, CB710_SLOT_SM); in cb710_remove_one()
/Linux-v4.19/include/linux/
Dcb710.h51 #define CB710_SLOT_SM 4 macro