Lines Matching defs:tmp32
1305 u32 tmp32;
1308 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32);
1309 tmp32 |= NV_MCP_SATA_CFG_20_PORT0_EN |
1314 pci_write_config_dword(pdev, NV_MCP_SATA_CFG_20, tmp32);
2441 u32 tmp32;
2444 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32);
2448 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT0_EN |
2451 tmp32 |= (NV_MCP_SATA_CFG_20_PORT0_EN |
2455 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT1_EN |
2458 tmp32 |= (NV_MCP_SATA_CFG_20_PORT1_EN |
2461 pci_write_config_dword(pdev, NV_MCP_SATA_CFG_20, tmp32);
2485 u32 tmp32;
2488 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32);
2489 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT0_EN |
2494 pci_write_config_dword(pdev, NV_MCP_SATA_CFG_20, tmp32);