Lines Matching refs:state
278 abr_vc->status |= 0x0001; /* state is idle */
1057 u_short state;
1062 state = readl(iadev->reass_reg + STATE_REG) & 0xffff;
1063 while((state & EXCPQ_EMPTY) != EXCPQ_EMPTY)
1064 { printk("state = %x \n", state);
1066 printk("state = %x excpq_rd_ptr = %x \n", state, excpq_rd_ptr);
1077 state = readl(iadev->reass_reg + STATE_REG) & 0xffff;
1213 u_short state, i;
1226 state = readl(iadev->reass_reg + STATE_REG) & 0xffff;
1228 while(!(state & PCQ_EMPTY))
1231 state = readl(iadev->reass_reg + STATE_REG) & 0xffff;
1277 u_short state;
1363 state = readl(iadev->reass_reg + STATE_REG) & 0xffff;
1364 if (!(state & FREEQ_EMPTY)) {
1365 state = readl(iadev->reass_reg + REASS_MASK_REG) & 0xffff;
1366 writel(state & ~(RX_FREEQ_EMPT |/* RX_EXCP_RCVD |*/ RX_PKT_RCVD),