Home
last modified time | relevance | path

Searched refs:sdio_aspm (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/rts5208/
Drtsx_card.c133 if (!chip->sdio_aspm) { in dynamic_configure_sdio_aspm()
137 chip->sdio_aspm = 1; in dynamic_configure_sdio_aspm()
140 if (chip->sdio_aspm) { in dynamic_configure_sdio_aspm()
143 chip->sdio_aspm = 0; in dynamic_configure_sdio_aspm()
Drtsx_chip.c876 chip->sdio_aspm = 0; in rtsx_init_chip()
1045 chip->sdio_aspm = 0; in rtsx_monitor_aspm_config()
1145 if (chip->sdio_aspm) in rtsx_manage_aspm()
1151 chip->sdio_aspm = 1; in rtsx_manage_aspm()
Drtsx_chip.h793 int sdio_aspm; member