Lines Matching refs:tmp32
1272 u32 tmp32;
1277 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32);
1278 tmp32 |= NV_MCP_SATA_CFG_20_PORT0_EN |
1283 pci_write_config_dword(pdev, NV_MCP_SATA_CFG_20, tmp32);
2419 u32 tmp32;
2422 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32);
2426 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT0_EN |
2429 tmp32 |= (NV_MCP_SATA_CFG_20_PORT0_EN |
2433 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT1_EN |
2436 tmp32 |= (NV_MCP_SATA_CFG_20_PORT1_EN |
2439 pci_write_config_dword(pdev, NV_MCP_SATA_CFG_20, tmp32);
2463 u32 tmp32;
2466 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32);
2467 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT0_EN |
2472 pci_write_config_dword(pdev, NV_MCP_SATA_CFG_20, tmp32);