Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dmemstick.h277 #define MEMSTICK_CAP_PAR8 4 macro
/linux-5.19.10/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-5.19.10/drivers/memstick/host/
Djmb38x_ms.c875 msh->caps = MEMSTICK_CAP_PAR4 | MEMSTICK_CAP_PAR8; in jmb38x_ms_alloc_host()