Lines Matching refs:utmi_hstdet
125 * @utmi_hstdet: utmi host disconnect register.
138 struct usb2phy_reg utmi_hstdet;
796 unsigned int sh = rport->port_cfg->utmi_hstdet.bitend -
797 rport->port_cfg->utmi_hstdet.bitstart + 1;
808 ret = regmap_read(rphy->grf, rport->port_cfg->utmi_hstdet.offset, &uhd);
812 uhd_mask = GENMASK(rport->port_cfg->utmi_hstdet.bitend,
813 rport->port_cfg->utmi_hstdet.bitstart);
817 /* stitch on utmi_ls and utmi_hstdet as phy state */
818 state = ((uhd & uhd_mask) >> rport->port_cfg->utmi_hstdet.bitstart) |
828 * from utmi_ls and utmi_hstdet register, so we distinguish
1285 .utmi_hstdet = { 0x120, 19, 19, 0, 1 }
1316 .utmi_hstdet = { 0x049c, 12, 12, 0, 1 }
1343 .utmi_hstdet = { 0xe2ac, 23, 23, 0, 1 }
1378 .utmi_hstdet = { 0xe2ac, 27, 27, 0, 1 }
1408 .utmi_hstdet = { 0x0804, 7, 7, 0, 1 }