Searched refs:PORT_CTRL_STAT (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/ata/
H A Dsata_sil24.c123 PORT_CTRL_STAT = 0x1000, /* write: ctrl-set, read: stat */ enumerator in enum:__anon10787
152 /* PORT_CTRL_STAT bits */
482 writel(PORT_CS_CDB16, port + PORT_CTRL_STAT);
537 writel(PORT_CS_IRQ_WOC, port + PORT_CTRL_STAT);
561 writel(PORT_CS_PMP_EN, port + PORT_CTRL_STAT);
591 writel(PORT_CS_INIT, port + PORT_CTRL_STAT);
592 ata_wait_register(port + PORT_CTRL_STAT,
594 tmp = ata_wait_register(port + PORT_CTRL_STAT,
721 writel(PORT_CS_PORT_RST, port + PORT_CTRL_STAT);
724 ata_wait_register(port + PORT_CTRL_STAT, PORT_CS_RD
[all...]

Completed in 57 milliseconds