Lines Matching refs:tmp32
1274 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);
2407 u32 tmp32;
2410 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32);
2414 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT0_EN |
2417 tmp32 |= (NV_MCP_SATA_CFG_20_PORT0_EN |
2421 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT1_EN |
2424 tmp32 |= (NV_MCP_SATA_CFG_20_PORT1_EN |
2427 pci_write_config_dword(pdev, NV_MCP_SATA_CFG_20, tmp32);
2451 u32 tmp32;
2454 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32);
2455 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT0_EN |
2460 pci_write_config_dword(pdev, NV_MCP_SATA_CFG_20, tmp32);