Searched refs:DEVLC_PTS (Results 1 – 2 of 2) sorted by relevance
267 lpm = DEVLC_PTS(PTS_UTMI); in hw_phymode_configure()271 lpm = DEVLC_PTS(PTS_UTMI) | DEVLC_PTW; in hw_phymode_configure()275 lpm = DEVLC_PTS(PTS_ULPI); in hw_phymode_configure()279 lpm = DEVLC_PTS(PTS_SERIAL); in hw_phymode_configure()284 lpm = DEVLC_PTS(PTS_HSIC); in hw_phymode_configure()291 hw_write(ci, OP_DEVLC, DEVLC_PTS(7) | DEVLC_PTW, lpm); in hw_phymode_configure()
73 #define DEVLC_PTS(d) (u32)(((d) & 0x7) << 29) macro