Searched refs:SSC_PDCTL (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/rts5208/ |
D | rtsx_scsi.c | 1106 retval = rtsx_force_power_on(chip, SSC_PDCTL); in read_eeprom() 1149 retval = rtsx_force_power_on(chip, SSC_PDCTL); in write_eeprom() 1215 retval = rtsx_force_power_on(chip, SSC_PDCTL); in read_mem() 1272 retval = rtsx_force_power_on(chip, SSC_PDCTL); in write_mem() 1438 retval = rtsx_force_power_on(chip, SSC_PDCTL); in set_variable() 1820 retval = rtsx_force_power_on(chip, SSC_PDCTL); in read_phy_register() 1885 retval = rtsx_force_power_on(chip, SSC_PDCTL); in write_phy_register() 1924 retval = rtsx_force_power_on(chip, SSC_PDCTL); in erase_eeprom2() 1977 retval = rtsx_force_power_on(chip, SSC_PDCTL); in read_eeprom2() 2029 retval = rtsx_force_power_on(chip, SSC_PDCTL); in write_eeprom2() [all …]
|
D | rtsx_chip.c | 1077 rtsx_force_power_on(chip, SSC_PDCTL); in rtsx_manage_idle() 1082 rtsx_force_power_down(chip, SSC_PDCTL | OC_PDCTL); in rtsx_manage_idle() 1772 rtsx_force_power_down(chip, SSC_PDCTL | OC_PDCTL); in rtsx_enter_ss() 1806 rtsx_force_power_on(chip, SSC_PDCTL | OC_PDCTL); in rtsx_exit_ss() 1919 retval = rtsx_force_power_on(chip, SSC_PDCTL); in rtsx_do_before_power_down() 1963 rtsx_force_power_down(chip, SSC_PDCTL | OC_PDCTL); in rtsx_do_before_power_down() 2114 if (ctl & SSC_PDCTL) in rtsx_force_power_on() 2142 if (ctl & SSC_PDCTL) in rtsx_force_power_down()
|
D | rtsx_card.c | 356 rtsx_force_power_on(chip, SSC_PDCTL | OC_PDCTL); in rtsx_reset_cards() 401 rtsx_force_power_on(chip, SSC_PDCTL | OC_PDCTL); in rtsx_reinit_cards() 557 rtsx_force_power_on(chip, SSC_PDCTL | OC_PDCTL); in rtsx_init_cards()
|
D | rtsx_chip.h | 946 #define SSC_PDCTL 0x01 macro
|