Searched refs:packets_vec (Results 1 – 1 of 1) sorted by relevance
343 struct pm4__set_config_reg *packets_vec; in dbgdev_address_watch_diq() local382 packets_vec = (struct pm4__set_config_reg *) (packet_buff_uint); in dbgdev_address_watch_diq()384 packets_vec[0].header.count = 1; in dbgdev_address_watch_diq()385 packets_vec[0].header.opcode = IT_SET_CONFIG_REG; in dbgdev_address_watch_diq()386 packets_vec[0].header.type = PM4_TYPE_3; in dbgdev_address_watch_diq()387 packets_vec[0].bitfields2.vmid_shift = ADDRESS_WATCH_CNTL_OFFSET; in dbgdev_address_watch_diq()388 packets_vec[0].bitfields2.insert_vmid = 1; in dbgdev_address_watch_diq()389 packets_vec[1].ordinal1 = packets_vec[0].ordinal1; in dbgdev_address_watch_diq()390 packets_vec[1].bitfields2.insert_vmid = 0; in dbgdev_address_watch_diq()391 packets_vec[2].ordinal1 = packets_vec[0].ordinal1; in dbgdev_address_watch_diq()[all …]