Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/drivers/io/
A Dio_mtd.c23 unsigned long long extra_offset; /* Extra offset in bytes */ member
114 static int mtd_add_extra_offset(mtd_dev_state_t *cur, size_t *extra_offset) in mtd_add_extra_offset() argument
123 ret = ops->seek(cur->base, cur->pos, extra_offset); in mtd_add_extra_offset()
137 size_t extra_offset = 0U; in mtd_open() local
147 cur->extra_offset = 0U; in mtd_open()
149 ret = mtd_add_extra_offset(cur, &extra_offset); in mtd_open()
154 cur->base += extra_offset; in mtd_open()
163 size_t extra_offset = 0U; in mtd_seek() local
193 ret = mtd_add_extra_offset(cur, &extra_offset); in mtd_seek()
198 cur->extra_offset = extra_offset; in mtd_seek()
[all …]
/tf-a-ffa_el3_spmc/include/drivers/io/
A Dio_mtd.h56 int (*seek)(uintptr_t base, unsigned int offset, size_t *extra_offset);
/tf-a-ffa_el3_spmc/include/drivers/
A Dnand.h56 int nand_seek_bb(uintptr_t base, unsigned int offset, size_t *extra_offset);
/tf-a-ffa_el3_spmc/drivers/mtd/nand/
A Dcore.c115 int nand_seek_bb(uintptr_t base, unsigned int offset, size_t *extra_offset) in nand_seek_bb() argument
151 *extra_offset = count_bb * nand_dev.block_size; in nand_seek_bb()

Completed in 4 milliseconds