Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmemstick.h280 #define MEMSTICK_CAP_PAR4 2 macro
/linux-4.1.27/drivers/memstick/core/
Dms_block.c1714 if (host->caps & MEMSTICK_CAP_PAR4) in msb_init_card()
1757 msb->caps |= MEMSTICK_CAP_PAR4; in msb_init_card()
1765 dbg("Parallel mode supported: %d", !!(msb->caps & MEMSTICK_CAP_PAR4)); in msb_init_card()
1770 if (host->caps & msb->caps & MEMSTICK_CAP_PAR4) in msb_init_card()
Dmspro_block.c906 if (msb->caps & MEMSTICK_CAP_PAR4) in mspro_block_switch_interface()
/linux-4.1.27/drivers/memstick/host/
Drtsx_pci_ms.c578 msh->caps = MEMSTICK_CAP_PAR4; in rtsx_pci_ms_drv_probe()
Dtifm_ms.c586 msh->caps |= MEMSTICK_CAP_PAR4; in tifm_ms_probe()
Dr592.c778 host->caps = MEMSTICK_CAP_PAR4; in r592_probe()
Drtsx_usb_ms.c756 msh->caps = MEMSTICK_CAP_PAR4; in rtsx_usb_ms_drv_probe()
Djmb38x_ms.c898 msh->caps = MEMSTICK_CAP_PAR4 | MEMSTICK_CAP_PAR8; in jmb38x_ms_alloc_host()