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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dseeq8005.c168 int old_stat; local
179 old_stat = inw(SEEQ_STATUS); /* read status register */
180 if (old_stat == 0xffff) {
184 if ( (old_stat & 0x1800) != 0x1800 ) { /* assume that unused bits are 1, as my manual says */
187 printk(" == 0x%04x\n",old_stat);
214 printk("seeq8005: stat = 0x%04x\n",old_stat);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dpca953x.c308 uint16_t old_stat; local
320 old_stat = chip->irq_stat;
321 trigger = (cur_stat ^ old_stat) & chip->irq_mask;
328 pending = (old_stat & chip->irq_trig_fall) |
H A Dmax732x.c370 uint8_t old_stat; local
389 old_stat = cur_stat ^ trigger;
391 pending = (old_stat & chip->irq_trig_fall) |

Completed in 64 milliseconds