Home
last modified time | relevance | path

Searched refs:STOP_DMA (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/misc/cardreader/
H A Drts5260.c251 rtsx_pci_writel(pcr, RTSX_HDBCTLR, STOP_DMA); in rts5260_stop_cmd()
H A Drts5228.c275 rtsx_pci_writel(pcr, RTSX_HDBCTLR, STOP_DMA); in rts5228_stop_cmd()
H A Drts5261.c247 rtsx_pci_writel(pcr, RTSX_HDBCTLR, STOP_DMA); in rts5261_stop_cmd()
H A Drts5264.c231 rtsx_pci_writel(pcr, RTSX_HDBCTLR, STOP_DMA); in rts5264_stop_cmd()
H A Drtsx_pcr.c298 rtsx_pci_writel(pcr, RTSX_HDBCTLR, STOP_DMA); in rtsx_pci_stop_cmd()
/linux/include/linux/
H A Drtsx_pci.h36 #define STOP_DMA (0x01 << 28) macro