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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_hw.c1321 uint32_t y_err_sts, uint32_t uv_err_sts)
1326 if (!(y_err_sts & GET_Y0_ERR_MSK) && !(uv_err_sts & GET_UV0_ERR_MSK))
1332 tmp = y_err_sts & GET_Y0_ERR_MSK;
1336 if (y_err_sts & MISC1_Y_RX_ERROR_STATUS_RX_L0_UNDERRUN_ERROR_MASK) {
1341 if (y_err_sts & MISC1_Y_RX_ERROR_STATUS_RX_L0_FIFO_FULL_ERRORS_MASK) {
1375 if (y_err_sts & GET_Y0_ERR_MSK) {
1376 tmp = y_err_sts & GET_Y0_ERR_MSK;
1389 uint32_t y_err_sts, uint32_t uv_err_sts)
1394 if (!(y_err_sts & GET_Y1_ERR_MSK) && !(uv_err_sts & GET_UV1_ERR_MSK))
1400 tmp = y_err_sts
1320 crystalhd_rx_list0_handler(struct crystalhd_hw *hw, uint32_t int_sts, uint32_t y_err_sts, uint32_t uv_err_sts) argument
1388 crystalhd_rx_list1_handler(struct crystalhd_hw *hw, uint32_t int_sts, uint32_t y_err_sts, uint32_t uv_err_sts) argument
1464 uint32_t y_err_sts, uv_err_sts, y_dn_sz = 0, uv_dn_sz = 0; local
[all...]

Completed in 274 milliseconds