Searched refs:SSC_PDCTL (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/rts5208/ |
D | rtsx_scsi.c | 1143 retval = rtsx_force_power_on(chip, SSC_PDCTL); in read_eeprom() 1188 retval = rtsx_force_power_on(chip, SSC_PDCTL); in write_eeprom() 1262 retval = rtsx_force_power_on(chip, SSC_PDCTL); in read_mem() 1324 retval = rtsx_force_power_on(chip, SSC_PDCTL); in write_mem() 1566 retval = rtsx_force_power_on(chip, SSC_PDCTL); in set_variable() 1976 retval = rtsx_force_power_on(chip, SSC_PDCTL); in read_phy_register() 2044 retval = rtsx_force_power_on(chip, SSC_PDCTL); in write_phy_register() 2085 retval = rtsx_force_power_on(chip, SSC_PDCTL); in erase_eeprom2() 2144 retval = rtsx_force_power_on(chip, SSC_PDCTL); in read_eeprom2() 2200 retval = rtsx_force_power_on(chip, SSC_PDCTL); in write_eeprom2() [all …]
|
D | rtsx_chip.c | 1266 rtsx_force_power_on(chip, SSC_PDCTL); in rtsx_polling_func() 1273 SSC_PDCTL | OC_PDCTL); in rtsx_polling_func() 2031 rtsx_force_power_down(chip, SSC_PDCTL | OC_PDCTL); in rtsx_enter_ss() 2065 rtsx_force_power_on(chip, SSC_PDCTL | OC_PDCTL); in rtsx_exit_ss() 2177 retval = rtsx_force_power_on(chip, SSC_PDCTL); in rtsx_do_before_power_down() 2221 rtsx_force_power_down(chip, SSC_PDCTL | OC_PDCTL); in rtsx_do_before_power_down() 2386 if (ctl & SSC_PDCTL) in rtsx_force_power_on() 2416 if (ctl & SSC_PDCTL) in rtsx_force_power_down()
|
D | rtsx_card.c | 367 rtsx_force_power_on(chip, SSC_PDCTL | OC_PDCTL); in rtsx_reset_cards() 412 rtsx_force_power_on(chip, SSC_PDCTL | OC_PDCTL); in rtsx_reinit_cards() 566 rtsx_force_power_on(chip, SSC_PDCTL | OC_PDCTL); in rtsx_init_cards()
|
D | rtsx_chip.h | 947 #define SSC_PDCTL 0x01 macro
|