Home
last modified time | relevance | path

Searched refs:qbase (Results 1 – 1 of 1) sorted by relevance

/hal_ethos_u-3.7.0/src/
Dethosu_device_u55_u65.c168 uint64_t qbase = ethosu_address_remap((uintptr_t)cmd_stream_ptr, -1); in ethosu_dev_run_command_stream() local
169 assert(qbase <= ADDRESS_MASK); in ethosu_dev_run_command_stream()
170 …LOG_DEBUG("QBASE=0x%016llx, QSIZE=%" PRIu32 ", cmd_stream_ptr=%p", qbase, cms_length, cmd_stream_p… in ethosu_dev_run_command_stream()
172 dev->reg->QBASE.word[0] = qbase & 0xffffffff; in ethosu_dev_run_command_stream()
174 dev->reg->QBASE.word[1] = qbase >> 32; in ethosu_dev_run_command_stream()