Home
last modified time | relevance | path

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

/linux-4.4.14/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.c965 chip->sdio_aspm = 0; in rtsx_init_chip()
1139 chip->sdio_aspm = 0; in rtsx_monitor_aspm_config()
1239 if (chip->sdio_aspm) in rtsx_manage_aspm()
1245 chip->sdio_aspm = 1; in rtsx_manage_aspm()
Drtsx_chip.h782 int sdio_aspm; member