Searched refs:ptable (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | sfi.h | 33 #define SFI_GET_NUM_ENTRIES(ptable, entry_type) \ argument 34 ((ptable->header.len - sizeof(struct sfi_table_header)) / \
|
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | OpteeClientRkFs_v2.c | 263 struct rkss_file_table *ptable; in rkss_dump_ptable() local 268 ptable = rkss_info[i].table; in rkss_dump_ptable() 276 ptable->used == 0 ? 'F':'T', ptable->name, in rkss_dump_ptable() 277 ptable->index, ptable->size); in rkss_dump_ptable() 279 ptable++; in rkss_dump_ptable() 347 struct rkss_file_table *ptable, unsigned int *out_area_index) in rkss_get_fileinfo_by_index() argument 371 memcpy(ptable, p, sizeof(struct rkss_file_table)); in rkss_get_fileinfo_by_index() 377 struct rkss_file_table *ptable, unsigned int *out_area_index) in rkss_get_fileinfo_by_name() argument 402 memcpy(ptable, p, sizeof(struct rkss_file_table)); in rkss_get_fileinfo_by_name()
|
| H A D | OpteeClientRkNewFs_v2.c | 271 struct rkss_file_table *ptable; in rkss_dump_ptable() local 276 ptable = rkss_info[i].table; in rkss_dump_ptable() 284 ptable->used == 0 ? 'F':'T', ptable->name, in rkss_dump_ptable() 285 ptable->index, ptable->size); in rkss_dump_ptable() 287 ptable++; in rkss_dump_ptable() 355 struct rkss_file_table *ptable, unsigned int *out_area_index) in rkss_get_fileinfo_by_index() argument 379 memcpy(ptable, p, sizeof(struct rkss_file_table)); in rkss_get_fileinfo_by_index() 385 struct rkss_file_table *ptable, unsigned int *out_area_index) in rkss_get_fileinfo_by_name() argument 410 memcpy(ptable, p, sizeof(struct rkss_file_table)); in rkss_get_fileinfo_by_name()
|
| /rk3399_rockchip-uboot/board/hisilicon/hikey/ |
| H A D | README | 96 > sudo fastboot flash ptable ~/hikey/bin/ptable.img
|