Lines Matching refs:hrsl
47 uint8_t hrsl; member
208 if (priv->hrsl & MAX3421E_SNDTOGRD) { in max3421e_tgl_update()
214 if (priv->hrsl & MAX3421E_RCVTOGRD) { in max3421e_tgl_update()
222 priv->tog_in, priv->tog_out, priv->hxfr, priv->hrsl); in max3421e_tgl_update()
310 const uint8_t hrsl) in max3421e_xfer_control() argument
317 if (HRSLT_IS_NAK(hrsl)) { in max3421e_xfer_control()
359 const uint8_t hrsl) in max3421e_xfer_bulk() argument
365 if (HRSLT_IS_NAK(hrsl)) { in max3421e_xfer_bulk()
381 const uint8_t hrsl = priv->hrsl; in max3421e_schedule_xfer() local
412 return max3421e_xfer_control(dev, priv->last_xfer, hrsl); in max3421e_schedule_xfer()
415 return max3421e_xfer_bulk(dev, priv->last_xfer, hrsl); in max3421e_schedule_xfer()
520 const uint8_t hrsl = priv->hrsl; in max3421e_handle_hxfrdn() local
528 switch (MAX3421E_HRSLT(hrsl)) { in max3421e_handle_hxfrdn()
564 const uint8_t jk = priv->hrsl & MAX3421E_JKSTATUS_MASK; in max3421e_handle_condet()
612 err = max3421e_read_hirq(dev, MAX3421E_REG_HRSL, &priv->hrsl, 1, true); in max3421e_update_hrsl_hirq()
615 LOG_DBG("HIRQ 0x%02x HRSLT %d", priv->hirq, MAX3421E_HRSLT(priv->hrsl)); in max3421e_update_hrsl_hirq()
690 schedule = HRSLT_IS_BUSY(priv->hrsl) ? false : true; in uhc_max3421e_thread()