Lines Matching refs:utmi_hstdet
138 * @utmi_hstdet: utmi host disconnect register.
161 struct usb2phy_reg utmi_hstdet;
908 if (rport->port_cfg->utmi_hstdet.offset) {
909 ret = regmap_read(rphy->grf, rport->port_cfg->utmi_hstdet.offset, &uhd);
913 uhd_mask = GENMASK(rport->port_cfg->utmi_hstdet.bitend,
914 rport->port_cfg->utmi_hstdet.bitstart);
916 sh = rport->port_cfg->utmi_hstdet.bitend -
917 rport->port_cfg->utmi_hstdet.bitstart + 1;
918 /* stitch on utmi_ls and utmi_hstdet as phy state */
919 state = ((uhd & uhd_mask) >> rport->port_cfg->utmi_hstdet.bitstart) |
933 * from utmi_ls and utmi_hstdet register, so we distinguish
1609 .utmi_hstdet = { 0x0120, 19, 19, 0, 1 }
1656 .utmi_hstdet = { 0x120, 19, 19, 0, 1 }
1687 .utmi_hstdet = { 0x049c, 12, 12, 0, 1 }
1718 .utmi_hstdet = { 0xe2ac, 23, 23, 0, 1 }
1757 .utmi_hstdet = { 0xe2ac, 27, 27, 0, 1 }
1789 .utmi_hstdet = { 0x00c0, 19, 19, 0, 1 }
1816 .utmi_hstdet = { 0x00c0, 7, 7, 0, 1 }
1824 .utmi_hstdet = { 0x00c0, 19, 19, 0, 1 }
1974 .utmi_hstdet = { 0x0804, 7, 7, 0, 1 }