Searched refs:new_tmp (Results 1 – 1 of 1) sorted by relevance
1489 u32 new_tmp, tmp; in ahci_postreset() local1494 new_tmp = tmp = readl(port_mmio + PORT_CMD); in ahci_postreset()1496 new_tmp |= PORT_CMD_ATAPI; in ahci_postreset()1498 new_tmp &= ~PORT_CMD_ATAPI; in ahci_postreset()1499 if (new_tmp != tmp) { in ahci_postreset()1500 writel(new_tmp, port_mmio + PORT_CMD); in ahci_postreset()