Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rts5208/
Drtsx_chip.c285 chip->aspm_l0s_l1_en); in rtsx_reset_aspm()
299 ret = rtsx_write_config_byte(chip, LCTLR, chip->aspm_l0s_l1_en); in rtsx_reset_aspm()
304 chip->aspm_level[0] = chip->aspm_l0s_l1_en; in rtsx_reset_aspm()
306 chip->aspm_level[1] = chip->aspm_l0s_l1_en; in rtsx_reset_aspm()
308 0xC0, 0xFF, chip->aspm_l0s_l1_en); in rtsx_reset_aspm()
490 if (chip->aspm_l0s_l1_en) { in rtsx_reset_chip()
503 chip->aspm_l0s_l1_en); in rtsx_reset_chip()
946 chip->aspm_l0s_l1_en); in rtsx_init_chip()
1036 chip->aspm_l0s_l1_en = 0x03; in rtsx_monitor_aspm_config()
1041 if (chip->aspm_l0s_l1_en) { in rtsx_monitor_aspm_config()
[all …]
Drtsx.c52 static unsigned char aspm_l0s_l1_en; variable
53 module_param(aspm_l0s_l1_en, byte, 0644);
54 MODULE_PARM_DESC(aspm_l0s_l1_en, "enable device aspm");
738 chip->aspm_l0s_l1_en = aspm_l0s_l1_en; in rtsx_init_options()
Drtsx_chip.h828 u8 aspm_l0s_l1_en; member