Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dlibahci.c1474 u32 new_tmp, tmp; in ahci_postreset() local
1479 new_tmp = tmp = readl(port_mmio + PORT_CMD); in ahci_postreset()
1481 new_tmp |= PORT_CMD_ATAPI; in ahci_postreset()
1483 new_tmp &= ~PORT_CMD_ATAPI; in ahci_postreset()
1484 if (new_tmp != tmp) { in ahci_postreset()
1485 writel(new_tmp, port_mmio + PORT_CMD); in ahci_postreset()