Home
last modified time | relevance | path

Searched refs:uv_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()
1361 tmp = uv_err_sts & GET_UV0_ERR_MSK; in crystalhd_rx_list0_handler()
1365 if (uv_err_sts & MISC1_UV_RX_ERROR_STATUS_RX_L0_UNDERRUN_ERROR_MASK) { in crystalhd_rx_list0_handler()
1370 if (uv_err_sts & MISC1_UV_RX_ERROR_STATUS_RX_L0_FIFO_FULL_ERRORS_MASK) { in crystalhd_rx_list0_handler()
1387 if (uv_err_sts & GET_UV0_ERR_MSK) { in crystalhd_rx_list0_handler()
1388 tmp = uv_err_sts & GET_UV0_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()
1430 tmp = uv_err_sts & GET_UV1_ERR_MSK; in crystalhd_rx_list1_handler()
[all …]