Searched refs:DEVLC_PTS (Results 1 – 2 of 2) sorted by relevance
276 lpm = DEVLC_PTS(PTS_UTMI); in hw_phymode_configure()280 lpm = DEVLC_PTS(PTS_UTMI) | DEVLC_PTW; in hw_phymode_configure()284 lpm = DEVLC_PTS(PTS_ULPI); in hw_phymode_configure()288 lpm = DEVLC_PTS(PTS_SERIAL); in hw_phymode_configure()293 lpm = DEVLC_PTS(PTS_HSIC); in hw_phymode_configure()300 hw_write(ci, OP_DEVLC, DEVLC_PTS(7) | DEVLC_PTW, lpm); in hw_phymode_configure()
93 #define DEVLC_PTS(d) (u32)(((d) & 0x7) << 29) macro