Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/ata/
Dlibahci.c1583 u32 new_tmp, tmp; in ahci_postreset() local
1588 new_tmp = tmp = readl(port_mmio + PORT_CMD); in ahci_postreset()
1590 new_tmp |= PORT_CMD_ATAPI; in ahci_postreset()
1592 new_tmp &= ~PORT_CMD_ATAPI; in ahci_postreset()
1593 if (new_tmp != tmp) { in ahci_postreset()
1594 writel(new_tmp, port_mmio + PORT_CMD); in ahci_postreset()