Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dmemstick.h55 #define MEMSTICK_SYS_PAM 0x08 macro
/linux-6.6.21/drivers/memstick/core/
Dms_block.c687 msb->regs.param.system &= ~MEMSTICK_SYS_PAM; in h_msb_parallel_switch()
694 msb->regs.param.system |= MEMSTICK_SYS_PAM; in h_msb_parallel_switch()
727 bool was_parallel = msb->regs.param.system & MEMSTICK_SYS_PAM; in msb_reset()
779 msb->regs.param.system &= ~MEMSTICK_SYS_PAM; in msb_switch_to_parallel()