Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rts5208/
Drtsx_card.c122 if (!chip->sdio_aspm) { in dynamic_configure_sdio_aspm()
126 chip->sdio_aspm = 1; in dynamic_configure_sdio_aspm()
129 if (chip->sdio_aspm) { in dynamic_configure_sdio_aspm()
132 chip->sdio_aspm = 0; in dynamic_configure_sdio_aspm()
Drtsx_chip.c786 chip->sdio_aspm = 0; in rtsx_init_chip()
951 chip->sdio_aspm = 0; in rtsx_monitor_aspm_config()
1051 if (chip->sdio_aspm) in rtsx_manage_aspm()
1057 chip->sdio_aspm = 1; in rtsx_manage_aspm()
Drtsx_chip.h781 int sdio_aspm; member