Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rts5208/
H A Drtsx_chip.c257 chip->aspm_l0s_l1_en); in rtsx_reset_aspm()
273 chip->aspm_level[0] = chip->aspm_l0s_l1_en; in rtsx_reset_aspm()
275 chip->aspm_level[1] = chip->aspm_l0s_l1_en; in rtsx_reset_aspm()
277 0xC0, 0xFF, chip->aspm_l0s_l1_en); in rtsx_reset_aspm()
437 if (chip->aspm_l0s_l1_en) { in rtsx_reset_chip()
448 chip->aspm_l0s_l1_en); in rtsx_reset_chip()
852 chip->aspm_l0s_l1_en); in rtsx_init_chip()
941 chip->aspm_l0s_l1_en = 0x03; in rtsx_monitor_aspm_config()
947 if (chip->aspm_l0s_l1_en) { in rtsx_monitor_aspm_config()
1178 (chip->aspm_l0s_l1_en || chip->ss_en); in rtsx_delink_stage()
[all …]
H A Drtsx.c41 static unsigned char aspm_l0s_l1_en; variable
42 module_param(aspm_l0s_l1_en, byte, 0644);
43 MODULE_PARM_DESC(aspm_l0s_l1_en, "enable device aspm");
695 chip->aspm_l0s_l1_en = aspm_l0s_l1_en; in rtsx_init_options()
H A Drtsx_chip.h816 u8 aspm_l0s_l1_en; member