Searched refs:new_decodes (Results 1 – 1 of 1) sorted by relevance
645 int new_decodes) in vga_update_device_decodes() argument650 decodes_removed = ~new_decodes & old_decodes; in vga_update_device_decodes()652 vgadev->decodes = new_decodes; in vga_update_device_decodes()671 !(new_decodes & VGA_RSRC_LEGACY_MASK)) in vga_update_device_decodes()674 new_decodes & VGA_RSRC_LEGACY_MASK) in vga_update_device_decodes()1236 uint32_t new_decodes; in vga_arbiter_notify_clients() local1249 new_decodes = vgadev->set_vga_decode(vgadev->cookie, new_state); in vga_arbiter_notify_clients()1250 vga_update_device_decodes(vgadev, new_decodes); in vga_arbiter_notify_clients()