Searched refs:intr_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.c229 uint32_t intr_sts = crystalhd_reg_rd(adp, INTR_INTR_STATUS); local
231 if (intr_sts) {
232 crystalhd_reg_wr(adp, INTR_INTR_CLR_REG, intr_sts);
1459 static void crystalhd_rx_isr(struct crystalhd_hw *hw, uint32_t intr_sts) argument
1472 if (!(intr_sts & GET_RX_INTR_MASK))
1482 ret = crystalhd_rx_list0_handler(hw, intr_sts, y_err_sts, uv_err_sts);
1484 ret = crystalhd_rx_list1_handler(hw, intr_sts, y_err_sts, uv_err_sts);
1500 uv_err_sts, intr_sts, y_dn_sz, uv_dn_sz);
1793 uint32_t intr_sts = 0; local
1804 intr_sts
[all...]

Completed in 45 milliseconds