Home
last modified time | relevance | path

Searched refs:y_err_sts (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/crystalhd/
Dcrystalhd_hw.c1328 uint32_t y_err_sts, uint32_t uv_err_sts) in crystalhd_rx_list0_handler() argument
1333 if (!(y_err_sts & GET_Y0_ERR_MSK) && !(uv_err_sts & GET_UV0_ERR_MSK)) in crystalhd_rx_list0_handler()
1339 tmp = y_err_sts & GET_Y0_ERR_MSK; in crystalhd_rx_list0_handler()
1343 if (y_err_sts & MISC1_Y_RX_ERROR_STATUS_RX_L0_UNDERRUN_ERROR_MASK) { in crystalhd_rx_list0_handler()
1348 if (y_err_sts & MISC1_Y_RX_ERROR_STATUS_RX_L0_FIFO_FULL_ERRORS_MASK) { in crystalhd_rx_list0_handler()
1382 if (y_err_sts & GET_Y0_ERR_MSK) { in crystalhd_rx_list0_handler()
1383 tmp = y_err_sts & GET_Y0_ERR_MSK; in crystalhd_rx_list0_handler()
1396 uint32_t y_err_sts, uint32_t uv_err_sts) in crystalhd_rx_list1_handler() argument
1401 if (!(y_err_sts & GET_Y1_ERR_MSK) && !(uv_err_sts & GET_UV1_ERR_MSK)) in crystalhd_rx_list1_handler()
1407 tmp = y_err_sts & GET_Y1_ERR_MSK; in crystalhd_rx_list1_handler()
[all …]