Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/ata/
Dsata_mv.c2227 u32 ifctl, old_ifctl, ifstat; in mv_send_fis() local
2231 old_ifctl = readl(port_mmio + SATA_IFCTL); in mv_send_fis()
2232 ifctl = 0x100 | (old_ifctl & 0xf); in mv_send_fis()
2252 writelfl(old_ifctl, port_mmio + SATA_IFCTL); in mv_send_fis()