Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dmemstick.h59 #define MEMSTICK_SYS_PAM 0x08 macro
/linux-4.19.296/drivers/memstick/core/
Dms_block.c689 msb->regs.param.system &= ~MEMSTICK_SYS_PAM; in h_msb_parallel_switch()
696 msb->regs.param.system |= MEMSTICK_SYS_PAM; in h_msb_parallel_switch()
728 bool was_parallel = msb->regs.param.system & MEMSTICK_SYS_PAM; in msb_reset()
780 msb->regs.param.system &= ~MEMSTICK_SYS_PAM; in msb_switch_to_parallel()