Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmemstick.h277 #define MEMSTICK_CAP_PAR8 4 macro
/linux/drivers/memstick/core/
H A Dmspro_block.c841 if (msb->caps & MEMSTICK_CAP_PAR8) { in mspro_block_switch_interface()
884 if (msb->caps & MEMSTICK_CAP_PAR8) { in mspro_block_switch_interface()
885 msb->caps &= ~MEMSTICK_CAP_PAR8; in mspro_block_switch_interface()
/linux/drivers/memstick/host/
H A Djmb38x_ms.c875 msh->caps = MEMSTICK_CAP_PAR4 | MEMSTICK_CAP_PAR8; in jmb38x_ms_alloc_host()