Home
last modified time | relevance | path

Searched refs:phy_debug_mode (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/rts5208/
Drtsx_chip.c356 if (chip->phy_debug_mode) { in rtsx_enable_pcie_intr()
809 chip->phy_debug_mode = reg & PHY_DEBUG_MODE ? 1 : 0; in rts5208_init()
818 chip->phy_debug_mode = 0; in rts5208_init()
873 chip->phy_debug_mode = 0; in rts5288_init()
968 chip->phy_debug_mode = 0; in rtsx_init_chip()
1030 chip->phy_debug_mode); in rtsx_init_chip()
2041 if (!chip->phy_debug_mode) { in rtsx_enter_ss()
Drtsx_scsi.c1802 int phy_debug_mode; in set_chip_mode() local
1813 phy_debug_mode = (int)(srb->cmnd[3]); in set_chip_mode()
1815 if (phy_debug_mode) { in set_chip_mode()
1816 chip->phy_debug_mode = 1; in set_chip_mode()
1838 chip->phy_debug_mode = 0; in set_chip_mode()
Drtsx_chip.h828 int phy_debug_mode; member