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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ata/
H A Dsata_inic162x.c48 PORT_IRQ_STAT = 0x09, enumerator in enum:__anon3848
187 writeb(0xff, port_base + PORT_IRQ_STAT);
292 irq_stat = readb(port_base + PORT_IRQ_STAT);
293 writeb(irq_stat, port_base + PORT_IRQ_STAT);
398 writeb(0xff, port_base + PORT_IRQ_STAT);
400 readb(port_base + PORT_IRQ_STAT); /* flush */
408 writeb(0xff, port_base + PORT_IRQ_STAT);
412 readb(port_base + PORT_IRQ_STAT); /* flush */
H A Dsata_sil24.c116 PORT_IRQ_STAT = 0x1008, /* high: status, low: interrupt */ enumerator in enum:__anon3858
154 /* PORT_IRQ_STAT/ENABLE_SET/CLR */
566 irq_stat = ata_wait_register(port + PORT_IRQ_STAT, mask, 0x0,
569 writel(irq_stat, port + PORT_IRQ_STAT); /* clear IRQs */
747 tmp = readl(port + PORT_IRQ_STAT);
748 writel(tmp, port + PORT_IRQ_STAT);
762 irq_stat = readl(port + PORT_IRQ_STAT);
763 writel(irq_stat, port + PORT_IRQ_STAT);
846 writel(PORT_IRQ_COMPLETE, port + PORT_IRQ_STAT);
H A Dahci.c109 PORT_IRQ_STAT = 0x10, /* interrupt status */ enumerator in enum:__anon3827
844 tmp = readl(port_mmio + PORT_IRQ_STAT);
845 VPRINTK("PORT_IRQ_STAT 0x%x\n", tmp);
847 writel(tmp, port_mmio + PORT_IRQ_STAT);
1243 status = readl(port_mmio + PORT_IRQ_STAT);
1244 writel(status, port_mmio + PORT_IRQ_STAT);
1413 tmp = readl(port_mmio + PORT_IRQ_STAT);
1414 writel(tmp, port_mmio + PORT_IRQ_STAT);

Completed in 106 milliseconds