Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-a-latest/include/drivers/
Dspi_mem.h56 uint8_t nbytes; member
62 uint8_t nbytes; member
69 unsigned int nbytes; member
/trusted-firmware-a-latest/include/lib/
Dutils.h21 size_t nbytes; member
/trusted-firmware-a-latest/lib/utils/
Dmem_region.c116 uintptr_t addr, size_t nbytes) in mem_region_in_array_chk()
/trusted-firmware-a-latest/plat/nvidia/tegra/soc/t210/drivers/se/
Dsecurity_engine.c308 static int tegra_se_perform_operation(const tegra_se_dev_t *se_dev, uint32_t nbytes, in tegra_se_perform_operation()
350 int tegra_se_start_normal_operation(const tegra_se_dev_t *se_dev, uint32_t nbytes) in tegra_se_start_normal_operation()
358 int tegra_se_start_ctx_save_operation(const tegra_se_dev_t *se_dev, uint32_t nbytes) in tegra_se_start_ctx_save_operation()
/trusted-firmware-a-latest/drivers/io/
Dio_block.c252 size_t nbytes; /* number of bytes read in one iteration */ in block_read() local
364 size_t nbytes; /* number of bytes read in one iteration */ in block_write() local
/trusted-firmware-a-latest/plat/nvidia/tegra/soc/t186/drivers/se/
Dse.c73 uint32_t nbytes, uint32_t last_buf, uint32_t src_len_inbytes) in tegra_se_start_normal_operation()
/trusted-firmware-a-latest/plat/nvidia/tegra/soc/t194/drivers/se/
Dse.c230 uint32_t nbytes, uint32_t last_buf, uint32_t src_len_inbytes) in tegra_se_start_normal_operation()
/trusted-firmware-a-latest/lib/debugfs/
Ddev.c167 int buf_to_channel(chan_t *channel, void *dst, void *src, int nbytes, long len) in buf_to_channel()