Home
last modified time | relevance | path

Searched refs:MEMSTICK_CAP_PAR8 (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dmemstick.h281 #define MEMSTICK_CAP_PAR8 4 macro
/linux-4.1.27/drivers/memstick/core/
Dmspro_block.c923 if (msb->caps & MEMSTICK_CAP_PAR8) { in mspro_block_switch_interface()
966 if (msb->caps & MEMSTICK_CAP_PAR8) { in mspro_block_switch_interface()
967 msb->caps &= ~MEMSTICK_CAP_PAR8; in mspro_block_switch_interface()
/linux-4.1.27/drivers/memstick/host/
Djmb38x_ms.c898 msh->caps = MEMSTICK_CAP_PAR4 | MEMSTICK_CAP_PAR8; in jmb38x_ms_alloc_host()