Home
last modified time | relevance | path

Searched refs:rtsx_clear_dev_flag (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/misc/cardreader/
Drtsx_pcr.c1461 rtsx_clear_dev_flag(pcr, ASPM_L1_1_EN); in rtsx_pci_init_chip()
1466 rtsx_clear_dev_flag(pcr, ASPM_L1_2_EN); in rtsx_pci_init_chip()
1471 rtsx_clear_dev_flag(pcr, PM_L1_1_EN); in rtsx_pci_init_chip()
1476 rtsx_clear_dev_flag(pcr, PM_L1_2_EN); in rtsx_pci_init_chip()
/linux-6.14.4/include/linux/
Drtsx_pci.h1177 #define rtsx_clear_dev_flag(cr, flag) \ macro