Home
last modified time | relevance | path

Searched refs:FSEL (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/boot/dts/freescale/
H A Dimx93-tqma9352.dtsi237 /* FSEL 3 | DSE X6 */
240 /* HYS | PU | FSEL 3 | DSE X6 */
243 /* HYS | FSEL 3 | DSE X6 (external PU) */
251 /* SION | OD | FSEL 3 | DSE X4 */
266 /* FSEL 2 | DSE X2 */
274 /* PD | FSEL 3 | DSE X5 */
276 /* HYS | FSEL 0 | no drive */
278 /* HYS | FSEL 3 | X5 */
280 /* HYS | FSEL 3 | X4 */
294 /* PU | FSEL 1 | DSE X4 */
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-m31-eusb2.c31 #define FSEL GENMASK(6, 4) macro
212 USB_PHY_HS_PHY_CTRL_COMMON0, FSEL, in m31eusb2_phy_init()
213 FIELD_PREP(FSEL, data->fsel)); in m31eusb2_phy_init()
H A Dphy-qcom-m31.c35 #define FSEL BIT(4) macro
103 .val = COMMONONN | FSEL | RETENABLEN
/linux/arch/powerpc/math-emu/
H A Dmath.c124 #define FSEL 0x017 /* 23 */ macro
292 case FSEL: func = fsel; type = ABC; break; in do_mathemu()