Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/ata/ !
Dsata_mv.c2196 u32 ifctl, old_ifctl, ifstat; in mv_send_fis() local
2200 old_ifctl = readl(port_mmio + SATA_IFCTL); in mv_send_fis()
2201 ifctl = 0x100 | (old_ifctl & 0xf); in mv_send_fis()
2221 writelfl(old_ifctl, port_mmio + SATA_IFCTL); in mv_send_fis()