Searched refs:pt_mask (Results 1 – 2 of 2) sorted by relevance
48 uint32_t virt, phy = 0U, ctrl, pt_mask = 0U; in read_vmsix_cap_reg() local51 (void)memcpy_s((void *)&pt_mask, bytes, (void *)&msix_pt_mask[offset - vdev->msix.capoff], bytes); in read_vmsix_cap_reg()52 if (pt_mask != 0U) { in read_vmsix_cap_reg()63 *val = (virt & ~pt_mask) | (phy & pt_mask); in read_vmsix_cap_reg()
462 uint32_t pt_mask; in read_cfg_header() local476 pt_mask = cfg_hdr_perm.type1_pt_mask; in read_cfg_header()478 pt_mask = cfg_hdr_perm.type0_pt_mask; in read_cfg_header()481 if (bitmap32_test(((uint16_t)offset) >> 2U, &pt_mask)) { in read_cfg_header()504 uint32_t pt_mask, ro_mask; in write_cfg_header() local538 pt_mask = cfg_hdr_perm.type1_pt_mask; in write_cfg_header()541 pt_mask = cfg_hdr_perm.type0_pt_mask; in write_cfg_header()545 if (bitmap32_test(((uint16_t)offset) >> 2U, &pt_mask)) { in write_cfg_header()
Completed in 7 milliseconds