Searched refs:array_offset (Results 1 – 5 of 5) sorted by relevance
102 u64 array_offset; in cbor_object_get_array() local110 array_offset = CBOR_HEADER_SIZE_SHORT; in cbor_object_get_array()112 array_offset += BIT(cbor_short_size - CBOR_LONG_SIZE_U8); in cbor_object_get_array()114 if (cbor_object_size < array_offset) in cbor_object_get_array()137 if (cbor_object_size < array_offset) in cbor_object_get_array()140 if (cbor_object_size - array_offset < array_len) in cbor_object_get_array()146 *cbor_array = cbor_object + array_offset; in cbor_object_get_array()
343 array_offset = self.total_offset()356 tab_to("#define REG_%s_%s" % (self.domain, self.name), "0x%08x\n" % array_offset)358 …ine REG_%s_%s(%s)" % (self.domain, self.name, proto), "(0x%08x + %s )\n" % (array_offset, strides))
300 u32 dmae_array_offset = le32_to_cpu(cmd->args.array_offset); in qed_init_cmd_array()
2259 __le32 array_offset; member
4605 const unsigned int array_offset = chan / 3; in ni_m_series_get_pfi_routing() local4608 devpriv->pfi_output_select_reg[array_offset]); in ni_m_series_get_pfi_routing()
Completed in 88 milliseconds