Searched refs:rtsx_write_config_byte (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/rts5208/ |
D | rtsx_chip.c | 325 ret = rtsx_write_config_byte(chip, LCTLR, chip->aspm_l0s_l1_en); in rtsx_reset_aspm() 553 retval = rtsx_write_config_byte(chip, LCTLR, in rtsx_reset_chip() 561 retval = rtsx_write_config_byte(chip, 0x81, 1); in rtsx_reset_chip() 2045 rtsx_write_config_byte(chip, 0x44, dstate); in rtsx_handle_pm_dstate() 2046 rtsx_write_config_byte(chip, 0x45, 0); in rtsx_handle_pm_dstate() 2056 rtsx_write_config_byte(chip, 0x44, 0); in rtsx_exit_L1() 2057 rtsx_write_config_byte(chip, 0x45, 0); in rtsx_exit_L1() 2278 rtsx_write_config_byte(chip, LCTLR, in rtsx_enable_aspm() 2306 rtsx_write_config_byte(chip, LCTLR, 0x00); in rtsx_disable_aspm()
|
D | rtsx.h | 70 #define rtsx_write_config_byte(chip, where, val) \ macro
|