Home
last modified time | relevance | path

Searched refs:old_ifctl (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/ata/
Dsata_mv.c2243 u32 ifctl, old_ifctl, ifstat; in mv_send_fis() local
2247 old_ifctl = readl(port_mmio + SATA_IFCTL); in mv_send_fis()
2248 ifctl = 0x100 | (old_ifctl & 0xf); in mv_send_fis()
2268 writelfl(old_ifctl, port_mmio + SATA_IFCTL); in mv_send_fis()