Searched refs:phy_debug_mode (Results 1 – 3 of 3) sorted by relevance
348 if (chip->phy_debug_mode) { in rtsx_enable_pcie_intr()802 chip->phy_debug_mode = reg & PHY_DEBUG_MODE ? 1 : 0; in rts5208_init()811 chip->phy_debug_mode = 0; in rts5208_init()866 chip->phy_debug_mode = 0; in rts5288_init()961 chip->phy_debug_mode = 0; in rtsx_init_chip()1023 chip->phy_debug_mode); in rtsx_init_chip()2043 if (!chip->phy_debug_mode) { in rtsx_enter_ss()
1801 int phy_debug_mode; in set_chip_mode() local1812 phy_debug_mode = (int)(srb->cmnd[3]); in set_chip_mode()1814 if (phy_debug_mode) { in set_chip_mode()1815 chip->phy_debug_mode = 1; in set_chip_mode()1837 chip->phy_debug_mode = 0; in set_chip_mode()
824 int phy_debug_mode; member