Searched refs:packets_vec (Results 1 – 1 of 1) sorted by relevance
353 struct pm4__set_config_reg *packets_vec; in dbgdev_address_watch_diq() local395 packets_vec = (struct pm4__set_config_reg *) (packet_buff_uint); in dbgdev_address_watch_diq()397 packets_vec[0].header.count = 1; in dbgdev_address_watch_diq()398 packets_vec[0].header.opcode = IT_SET_CONFIG_REG; in dbgdev_address_watch_diq()399 packets_vec[0].header.type = PM4_TYPE_3; in dbgdev_address_watch_diq()400 packets_vec[0].bitfields2.vmid_shift = ADDRESS_WATCH_CNTL_OFFSET; in dbgdev_address_watch_diq()401 packets_vec[0].bitfields2.insert_vmid = 1; in dbgdev_address_watch_diq()402 packets_vec[1].ordinal1 = packets_vec[0].ordinal1; in dbgdev_address_watch_diq()403 packets_vec[1].bitfields2.insert_vmid = 0; in dbgdev_address_watch_diq()404 packets_vec[2].ordinal1 = packets_vec[0].ordinal1; in dbgdev_address_watch_diq()[all …]