Searched refs:SSC_PDCTL (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/staging/rts_pstor/ |
D | rtsx_scsi.c | 963 retval = rtsx_force_power_on(chip, SSC_PDCTL); in read_eeprom() 1004 retval = rtsx_force_power_on(chip, SSC_PDCTL); in write_eeprom() 1068 retval = rtsx_force_power_on(chip, SSC_PDCTL); in read_mem() 1124 retval = rtsx_force_power_on(chip, SSC_PDCTL); in write_mem() 1354 retval = rtsx_force_power_on(chip, SSC_PDCTL); in set_variable() 1744 retval = rtsx_force_power_on(chip, SSC_PDCTL); in read_phy_register() 1805 retval = rtsx_force_power_on(chip, SSC_PDCTL); in write_phy_register() 1842 retval = rtsx_force_power_on(chip, SSC_PDCTL); in erase_eeprom2() 1893 retval = rtsx_force_power_on(chip, SSC_PDCTL); in read_eeprom2() 1944 retval = rtsx_force_power_on(chip, SSC_PDCTL); in write_eeprom2() [all …]
|
D | rtsx_chip.c | 1283 rtsx_force_power_on(chip, SSC_PDCTL); in rtsx_polling_func() 1288 rtsx_force_power_down(chip, SSC_PDCTL | OC_PDCTL); in rtsx_polling_func() 1897 rtsx_force_power_down(chip, SSC_PDCTL | OC_PDCTL); in rtsx_enter_ss() 1934 rtsx_force_power_on(chip, SSC_PDCTL | OC_PDCTL); in rtsx_exit_ss() 2071 retval = rtsx_force_power_on(chip, SSC_PDCTL); in rtsx_do_before_power_down() 2121 rtsx_force_power_down(chip, SSC_PDCTL | OC_PDCTL); in rtsx_do_before_power_down() 2285 if (ctl & SSC_PDCTL) in rtsx_force_power_on() 2315 if (ctl & SSC_PDCTL) in rtsx_force_power_down()
|
D | rtsx_card.c | 372 rtsx_force_power_on(chip, SSC_PDCTL | OC_PDCTL); in rtsx_reset_cards() 419 rtsx_force_power_on(chip, SSC_PDCTL | OC_PDCTL); in rtsx_reinit_cards() 585 rtsx_force_power_on(chip, SSC_PDCTL | OC_PDCTL); in rtsx_init_cards()
|
D | rtsx_chip.h | 932 #define SSC_PDCTL 0x01 macro
|