Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rts5208/
Drtsx_chip.c309 chip->aspm_l0s_l1_en); in rtsx_reset_aspm()
325 ret = rtsx_write_config_byte(chip, LCTLR, chip->aspm_l0s_l1_en); in rtsx_reset_aspm()
331 chip->aspm_level[0] = chip->aspm_l0s_l1_en; in rtsx_reset_aspm()
333 chip->aspm_level[1] = chip->aspm_l0s_l1_en; in rtsx_reset_aspm()
335 0xC0, 0xFF, chip->aspm_l0s_l1_en); in rtsx_reset_aspm()
539 if (chip->aspm_l0s_l1_en) { in rtsx_reset_chip()
554 chip->aspm_l0s_l1_en); in rtsx_reset_chip()
1039 chip->aspm_l0s_l1_en); in rtsx_init_chip()
1130 chip->aspm_l0s_l1_en = 0x03; in rtsx_monitor_aspm_config()
1135 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, S_IRUGO | S_IWUSR);
54 MODULE_PARM_DESC(aspm_l0s_l1_en, "enable device aspm");
762 chip->aspm_l0s_l1_en = aspm_l0s_l1_en; in rtsx_init_options()
Drtsx_chip.h817 u8 aspm_l0s_l1_en; member