Searched refs:packets_vec (Results 1 – 1 of 1) sorted by relevance
338 struct pm4__set_config_reg *packets_vec; in dbgdev_address_watch_diq() local377 packets_vec = (struct pm4__set_config_reg *) (packet_buff_uint); in dbgdev_address_watch_diq()379 packets_vec[0].header.count = 1; in dbgdev_address_watch_diq()380 packets_vec[0].header.opcode = IT_SET_CONFIG_REG; in dbgdev_address_watch_diq()381 packets_vec[0].header.type = PM4_TYPE_3; in dbgdev_address_watch_diq()382 packets_vec[0].bitfields2.vmid_shift = ADDRESS_WATCH_CNTL_OFFSET; in dbgdev_address_watch_diq()383 packets_vec[0].bitfields2.insert_vmid = 1; in dbgdev_address_watch_diq()384 packets_vec[1].ordinal1 = packets_vec[0].ordinal1; in dbgdev_address_watch_diq()385 packets_vec[1].bitfields2.insert_vmid = 0; in dbgdev_address_watch_diq()386 packets_vec[2].ordinal1 = packets_vec[0].ordinal1; in dbgdev_address_watch_diq()[all …]