Home
last modified time | relevance | path

Searched refs:MEMSTICK_CAP_PAR4 (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/include/linux/
Dmemstick.h280 #define MEMSTICK_CAP_PAR4 2 macro
/linux-4.19.296/drivers/memstick/core/
Dms_block.c1715 if (host->caps & MEMSTICK_CAP_PAR4) in msb_init_card()
1758 msb->caps |= MEMSTICK_CAP_PAR4; in msb_init_card()
1766 dbg("Parallel mode supported: %d", !!(msb->caps & MEMSTICK_CAP_PAR4)); in msb_init_card()
1771 if (host->caps & msb->caps & MEMSTICK_CAP_PAR4) in msb_init_card()
Dmspro_block.c895 if (msb->caps & MEMSTICK_CAP_PAR4) in mspro_block_switch_interface()
/linux-4.19.296/drivers/memstick/host/
Drtsx_pci_ms.c578 msh->caps = MEMSTICK_CAP_PAR4; in rtsx_pci_ms_drv_probe()
Dr592.c776 host->caps = MEMSTICK_CAP_PAR4; in r592_probe()
Dtifm_ms.c586 msh->caps |= MEMSTICK_CAP_PAR4; in tifm_ms_probe()
Drtsx_usb_ms.c762 msh->caps = MEMSTICK_CAP_PAR4; in rtsx_usb_ms_drv_probe()
Djmb38x_ms.c900 msh->caps = MEMSTICK_CAP_PAR4 | MEMSTICK_CAP_PAR8; in jmb38x_ms_alloc_host()