Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/cb710/
Dcore.c230 if (val & CB710_SLOT_MS) in cb710_probe()
282 if (val & CB710_SLOT_MS) { /* MemoryStick slot */ in cb710_probe()
284 CB710_SLOT_MS, 0x40, "cb710-ms"); in cb710_probe()
298 cb710_unregister_slot(chip, CB710_SLOT_MS); in cb710_probe()
314 cb710_unregister_slot(chip, CB710_SLOT_MS); in cb710_remove_one()
/linux-4.4.14/include/linux/
Dcb710.h50 #define CB710_SLOT_MS 2 macro