Home
last modified time | relevance | path

Searched refs:rtsx_write_config_byte (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/staging/rts_pstor/
Drtsx_chip.c412 retval = rtsx_write_config_byte(chip, LCTLR, chip->aspm_l0s_l1_en); in rtsx_reset_chip()
438 retval = rtsx_write_config_byte(chip, LCTLR, chip->aspm_l0s_l1_en); in rtsx_reset_chip()
444 retval = rtsx_write_config_byte(chip, 0x81, 1); in rtsx_reset_chip()
1874 rtsx_write_config_byte(chip, 0x44, dstate); in rtsx_handle_pm_dstate()
1875 rtsx_write_config_byte(chip, 0x45, 0); in rtsx_handle_pm_dstate()
1885 rtsx_write_config_byte(chip, 0x44, 0); in rtsx_exit_L1()
1886 rtsx_write_config_byte(chip, 0x45, 0); in rtsx_exit_L1()
2141 rtsx_write_config_byte(chip, LCTLR, chip->aspm_l0s_l1_en); in rtsx_enable_aspm()
2173 rtsx_write_config_byte(chip, LCTLR, 0x00); in rtsx_disable_aspm()
Drtsx.h78 #define rtsx_write_config_byte(chip, where, val) \ macro