Searched refs:phy_debug_mode (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/staging/rts5208/
H A Drtsx_scsi.c1670 int phy_debug_mode; local
1680 phy_debug_mode = (int)(srb->cmnd[3]);
1682 if (phy_debug_mode) {
1683 chip->phy_debug_mode = 1;
1699 chip->phy_debug_mode = 0;
H A Drtsx_chip.c296 if (chip->phy_debug_mode) {
657 chip->phy_debug_mode = reg & PHY_DEBUG_MODE ? 1 : 0;
664 chip->phy_debug_mode = 0;
709 chip->phy_debug_mode = 0;
790 chip->phy_debug_mode = 0;
843 dev_dbg(rtsx_dev(chip), "chip->phy_debug_mode = %d\n",
844 chip->phy_debug_mode);
1782 if (!chip->phy_debug_mode) {
H A Drtsx_chip.h827 int phy_debug_mode; member in struct:rtsx_chip

Completed in 147 milliseconds