Lines Matching defs:utmi_ls
124 * @utmi_ls: utmi linestate state register.
137 struct usb2phy_reg utmi_ls;
804 ret = regmap_read(rphy->grf, rport->port_cfg->utmi_ls.offset, &ul);
814 ul_mask = GENMASK(rport->port_cfg->utmi_ls.bitend,
815 rport->port_cfg->utmi_ls.bitstart);
817 /* stitch on utmi_ls and utmi_hstdet as phy state */
819 (((ul & ul_mask) >> rport->port_cfg->utmi_ls.bitstart) << sh);
828 * from utmi_ls and utmi_hstdet register, so we distinguish
1217 .utmi_ls = { 0x0480, 3, 2, 0, 1 },
1277 .utmi_ls = { 0x0120, 5, 4, 0, 1 },
1284 .utmi_ls = { 0x120, 17, 16, 0, 1 },
1315 .utmi_ls = { 0x049c, 14, 13, 0, 1 },
1342 .utmi_ls = { 0xe2ac, 22, 21, 0, 1 },
1377 .utmi_ls = { 0xe2ac, 26, 25, 0, 1 },
1400 .utmi_ls = { 0x0804, 13, 12, 0, 1 },
1407 .utmi_ls = { 0x0804, 9, 8, 0, 1 },