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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dseeq8005.c159 int old_stat; local
170 old_stat = inw(SEEQ_STATUS); /* read status register */
171 if (old_stat == 0xffff) {
175 if ( (old_stat & 0x1800) != 0x1800 ) { /* assume that unused bits are 1, as my manual says */
178 printk(" == 0x%04x\n",old_stat);
205 printk("seeq8005: stat = 0x%04x\n",old_stat);

Completed in 81 milliseconds