Searched refs:PM_CTRL3 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/misc/cardreader/ |
H A D | rts5227.c | 142 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, PM_CTRL3, 0x01, 0x01); in rts5227_extra_init_hw() 151 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, PM_CTRL3, 0x01, 0x00); in rts5227_extra_init_hw() 171 err = rtsx_pci_write_register(pcr, PM_CTRL3, D3_DELINK_MODE_EN, 0x00); in rts5227_optimize_phy() 352 pcr->reg_pm_ctrl3 = PM_CTRL3; in rts5227_init_params()
|
H A D | rts5249.c | 274 rtsx_pci_write_register(pcr, PM_CTRL3, 0x01, 0x01); in rts5249_extra_init_hw() 283 rtsx_pci_write_register(pcr, PM_CTRL3, 0x01, 0x00); in rts5249_extra_init_hw() 313 err = rtsx_pci_write_register(pcr, PM_CTRL3, D3_DELINK_MODE_EN, 0x00); in rts5249_optimize_phy() 561 pcr->reg_pm_ctrl3 = PM_CTRL3; in rts5249_init_params()
|
/openbmc/linux/include/linux/ |
H A D | rtsx_pci.h | 651 #define PM_CTRL3 0xFF46 macro
|