Searched refs:update_bits (Results 1 – 1 of 1) sorted by relevance
156 void updateShortAddress(const uint32_t addr, const uint8_t IS, const uint8_t update_bits);494 …mV4ITrcPacket::updateShortAddress(const uint32_t addr, const uint8_t IS, const uint8_t update_bits) in updateShortAddress() argument496 ocsd_vaddr_t update_mask = OCSD_BIT_MASK(update_bits); in updateShortAddress()497 v_addr.pkt_bits = update_bits; in updateShortAddress()498 if(v_addr.valid_bits < update_bits) in updateShortAddress()499 v_addr.valid_bits = update_bits; in updateShortAddress()