Lines Matching refs:hrsl
508 u8 hrsl = spi_rd8(hcd, MAX3421_REG_HRSL); in max3421_set_address() local
510 rcvtog = (hrsl >> MAX3421_HRSL_RCVTOGRD_BIT) & 1; in max3421_set_address()
511 sndtog = (hrsl >> MAX3421_HRSL_SNDTOGRD_BIT) & 1; in max3421_set_address()
879 max3421_handle_error(struct usb_hcd *hcd, u8 hrsl) in max3421_handle_error() argument
883 u8 result_code = hrsl & MAX3421_HRSL_RESULT_MASK; in max3421_handle_error()
913 __func__, hrsl); in max3421_handle_error()
921 int sndtog = (hrsl >> MAX3421_HRSL_SNDTOGRD_BIT) & 1; in max3421_handle_error()
941 __func__, hrsl); in max3421_handle_error()
947 __func__, hrsl); in max3421_handle_error()
1047 u8 result_code, hrsl; in max3421_host_transfer_done() local
1053 hrsl = spi_rd8(hcd, MAX3421_REG_HRSL); in max3421_host_transfer_done()
1054 result_code = hrsl & MAX3421_HRSL_RESULT_MASK; in max3421_host_transfer_done()
1063 max3421_handle_error(hcd, hrsl); in max3421_host_transfer_done()
1114 u8 hrsl, mode; in max3421_detect_conn() local
1116 hrsl = spi_rd8(hcd, MAX3421_REG_HRSL); in max3421_detect_conn()
1118 jk = ((((hrsl >> MAX3421_HRSL_JSTATUS_BIT) & 1) << 0) | in max3421_detect_conn()
1119 (((hrsl >> MAX3421_HRSL_KSTATUS_BIT) & 1) << 1)); in max3421_detect_conn()