Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/cardreader/
Drts5227.c81 pcr->flags |= PCR_REVERSE_SOCKET; in rts5227_fetch_vendor_settings()
171 if (pcr->flags & PCR_REVERSE_SOCKET) in rts5227_extra_init_hw()
Drts5260.c85 pcr->flags |= PCR_REVERSE_SOCKET; in rtsx_base_fetch_vendor_settings()
399 if (pcr->flags & PCR_REVERSE_SOCKET) in rts5260_init_hw()
Drts5228.c86 pcr->flags |= PCR_REVERSE_SOCKET; in rtsx5228_fetch_vendor_settings()
474 if (pcr->flags & PCR_REVERSE_SOCKET) in rts5228_extra_init_hw()
Drts5261.c430 pcr->flags |= PCR_REVERSE_SOCKET; in rts5261_init_from_hw()
552 if (pcr->flags & PCR_REVERSE_SOCKET) in rts5261_extra_init_hw()
Drts5249.c84 pcr->flags |= PCR_REVERSE_SOCKET; in rtsx_base_fetch_vendor_settings()
299 if (pcr->flags & PCR_REVERSE_SOCKET) in rts5249_extra_init_hw()
/Linux-v6.1/include/linux/
Drtsx_pci.h1242 #define PCR_REVERSE_SOCKET (1 << 1) macro