Searched refs:PM_CTRL3 (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/misc/cardreader/ |
D | rts5227.c | 185 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, PM_CTRL3, 0x01, 0x01); in rts5227_extra_init_hw() 194 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, PM_CTRL3, 0x01, 0x00); in rts5227_extra_init_hw() 214 err = rtsx_pci_write_register(pcr, PM_CTRL3, D3_DELINK_MODE_EN, 0x00); in rts5227_optimize_phy() 395 pcr->reg_pm_ctrl3 = PM_CTRL3; in rts5227_init_params()
|
D | rts5249.c | 317 rtsx_pci_write_register(pcr, PM_CTRL3, 0x01, 0x01); in rts5249_extra_init_hw() 326 rtsx_pci_write_register(pcr, PM_CTRL3, 0x01, 0x00); in rts5249_extra_init_hw() 356 err = rtsx_pci_write_register(pcr, PM_CTRL3, D3_DELINK_MODE_EN, 0x00); in rts5249_optimize_phy() 604 pcr->reg_pm_ctrl3 = PM_CTRL3; in rts5249_init_params()
|
/linux-6.1.9/include/linux/ |
D | rtsx_pci.h | 651 #define PM_CTRL3 0xFF46 macro
|