Lines Matching refs:new
72 u8 mask, new, old; in vgpu_pci_cfg_mem_write() local
79 new = src[i] & mask; in vgpu_pci_cfg_mem_write()
87 new = (~new & old) & mask; in vgpu_pci_cfg_mem_write()
89 cfg_base[off + i] = (old & ~mask) | new; in vgpu_pci_cfg_mem_write()
192 u8 new = *(u8 *)p_data; in emulate_pci_command_write() local
193 u8 changed = old ^ new; in emulate_pci_command_write()
223 u32 new = *(u32 *)(p_data); in emulate_pci_rom_bar_write() local
225 if ((new & PCI_ROM_ADDRESS_MASK) == PCI_ROM_ADDRESS_MASK) in emulate_pci_rom_bar_write()
236 u32 new = *(u32 *)(p_data); in emulate_pci_bar_write() local
251 if (new == 0xffffffff) { in emulate_pci_bar_write()
284 intel_vgpu_write_pci_bar(vgpu, offset, new, lo); in emulate_pci_bar_write()
290 intel_vgpu_write_pci_bar(vgpu, offset, new, lo); in emulate_pci_bar_write()
294 intel_vgpu_write_pci_bar(vgpu, offset, new, lo); in emulate_pci_bar_write()