Home
last modified time | relevance | path

Searched refs:PCR_REVERSE_SOCKET (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/misc/cardreader/
H A Drts5227.c81 pcr->flags |= PCR_REVERSE_SOCKET; in rts5227_fetch_vendor_settings()
128 if (pcr->flags & PCR_REVERSE_SOCKET) in rts5227_extra_init_hw()
H A Drts5260.c85 pcr->flags |= PCR_REVERSE_SOCKET; in rtsx_base_fetch_vendor_settings()
399 if (pcr->flags & PCR_REVERSE_SOCKET) in rts5260_init_hw()
H A Drts5228.c86 pcr->flags |= PCR_REVERSE_SOCKET; in rtsx5228_fetch_vendor_settings()
433 if (pcr->flags & PCR_REVERSE_SOCKET) in rts5228_extra_init_hw()
H A Drts5261.c430 pcr->flags |= PCR_REVERSE_SOCKET; in rts5261_init_from_hw()
508 if (pcr->flags & PCR_REVERSE_SOCKET) in rts5261_extra_init_hw()
H A Drts5249.c84 pcr->flags |= PCR_REVERSE_SOCKET; in rtsx_base_fetch_vendor_settings()
256 if (pcr->flags & PCR_REVERSE_SOCKET) in rts5249_extra_init_hw()
H A Drts5264.c477 pcr->flags |= PCR_REVERSE_SOCKET; in rts5264_init_from_hw()
569 if (pcr->flags & PCR_REVERSE_SOCKET) in rts5264_extra_init_hw()
/linux/include/linux/
H A Drtsx_pci.h1248 #define PCR_REVERSE_SOCKET (1 << 1) macro