Searched refs:PORT_CMD_ACTIVATE (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.c143 PORT_CMD_ACTIVATE = 0x1c00, /* 64 bit cmd activate * 31 (248 bytes) */ enumerator in enum:__anon10787
627 * the memory before the write to PORT_CMD_ACTIVATE.
630 writel((u32)paddr, port + PORT_CMD_ACTIVATE);
631 writel((u64)paddr >> 32, port + PORT_CMD_ACTIVATE + 4);
901 activate = port + PORT_CMD_ACTIVATE + tag * 8;
905 * the memory before the write to PORT_CMD_ACTIVATE.

Completed in 42 milliseconds