Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dmemstick.h277 #define MEMSTICK_CAP_PAR8 4 macro
/Linux-v6.1/drivers/memstick/core/
Dmspro_block.c874 if (msb->caps & MEMSTICK_CAP_PAR8) { in mspro_block_switch_interface()
917 if (msb->caps & MEMSTICK_CAP_PAR8) { in mspro_block_switch_interface()
918 msb->caps &= ~MEMSTICK_CAP_PAR8; in mspro_block_switch_interface()
/Linux-v6.1/drivers/memstick/host/
Djmb38x_ms.c875 msh->caps = MEMSTICK_CAP_PAR4 | MEMSTICK_CAP_PAR8; in jmb38x_ms_alloc_host()