Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/cb710/
Dcore.c227 if (val & CB710_SLOT_SM) in cb710_probe()
276 if (val & CB710_SLOT_SM) { /* SmartMedia slot */ in cb710_probe()
278 CB710_SLOT_SM, 0x60, "cb710-sm"); in cb710_probe()
299 cb710_unregister_slot(chip, CB710_SLOT_SM); in cb710_remove_one()
/Linux-v5.4/include/linux/
Dcb710.h48 #define CB710_SLOT_SM 4 macro