Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_descriptor.c49 const uint8_t* desc_end; in avb_descriptor_foreach() local
82 desc_end = desc_start + avb_be64toh(header->descriptors_size); in avb_descriptor_foreach()
85 desc_end < image_data || desc_end > image_end || desc_end < desc_start) { in avb_descriptor_foreach()
90 for (p = desc_start; p < desc_end;) { in avb_descriptor_foreach()
105 if (nb_total + p < desc_start || nb_total + p > desc_end) { in avb_descriptor_foreach()
/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A Ddesc_constr.h79 static inline u32 *desc_end(u32 *desc) in desc_end() function
110 dma_addr_t *offset = (dma_addr_t *)desc_end(desc); in append_ptr()
127 u32 *offset = desc_end(desc); in append_data()
137 u32 *cmd = desc_end(desc); in append_cmd()
148 u32 *offset = desc_end(desc); in append_u64()
191 u32 *cmd = desc_end(desc); \
/rk3399_rockchip-uboot/drivers/net/
H A Ddesignware.c352 ulong desc_end = desc_start + in _dw_eth_send() local
364 invalidate_dcache_range(desc_start, desc_end); in _dw_eth_send()
393 flush_dcache_range(desc_start, desc_end); in _dw_eth_send()
413 ulong desc_end = desc_start + in _dw_eth_recv() local
419 invalidate_dcache_range(desc_start, desc_end); in _dw_eth_recv()
443 ulong desc_end = desc_start + in _dw_free_pkt() local
453 flush_dcache_range(desc_start, desc_end); in _dw_free_pkt()
H A Dsun8i_emac.c505 uintptr_t desc_end = desc_start + in _sun8i_eth_recv() local
512 invalidate_dcache_range(desc_start, desc_end); in _sun8i_eth_recv()
551 uintptr_t desc_end = desc_start + in _sun8i_emac_eth_send() local
559 invalidate_dcache_range(desc_start, desc_end); in _sun8i_emac_eth_send()
579 flush_dcache_range(desc_start, desc_end); in _sun8i_emac_eth_send()
702 uintptr_t desc_end = desc_start + in _sun8i_free_pkt() local
709 flush_dcache_range(desc_start, desc_end); in _sun8i_free_pkt()
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_memory.c251 uint64_t desc_end = desc->physical_start + desc_len; in efi_find_free_memory() local
252 uint64_t curmax = min(max_addr, desc_end); in efi_find_free_memory()
264 if ((ret + len) > desc_end) in efi_find_free_memory()