Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/cardreader/
H A Drtsx_pcr.c1439 rtsx_clear_dev_flag(pcr, ASPM_L1_1_EN); in rtsx_pci_init_chip()
1444 rtsx_clear_dev_flag(pcr, ASPM_L1_2_EN); in rtsx_pci_init_chip()
1449 rtsx_clear_dev_flag(pcr, PM_L1_1_EN); in rtsx_pci_init_chip()
1454 rtsx_clear_dev_flag(pcr, PM_L1_2_EN); in rtsx_pci_init_chip()
/openbmc/linux/include/linux/
H A Drtsx_pci.h1171 #define rtsx_clear_dev_flag(cr, flag) \ macro