Searched refs:msg_ctl (Results 1 – 2 of 2) sorted by relevance
152 let mut msg_ctl = (data >> 16) as u16; in read_msix_capability() localVariable153 msg_ctl &= !(MSIX_ENABLE_BIT | FUNCTION_MASK_BIT); in read_msix_capability()156 msg_ctl |= MSIX_ENABLE_BIT; in read_msix_capability()159 msg_ctl |= FUNCTION_MASK_BIT; in read_msix_capability()161 (msg_ctl as u32) << 16 | (data & u16::max_value() as u32) in read_msix_capability()540 msg_ctl: u16, field572 let msg_ctl: u16 = MSIX_ENABLE_BIT + table_size - 1; in new() localVariable577 msg_ctl, in new()
4564 uint32_t msg_ctl = brw_fb_write_msg_control(inst, prog_data); in lower_fb_write_logical_send() local4569 brw_dp_write_desc(devinfo, inst->target, msg_ctl, in lower_fb_write_logical_send()