Searched refs:flat_read_chunk (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | flattree.c | 591 static void flat_read_chunk(struct inbuf *inb, void *p, int len) in flat_read_chunk() function 607 flat_read_chunk(inb, &val, sizeof(val)); in flat_read_word() 652 flat_read_chunk(inb, d.val, len); in flat_read_data() 714 flat_read_chunk(inb, &re, sizeof(re)); in flat_read_mem_reserve()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | flattree.c | 576 static void flat_read_chunk(struct inbuf *inb, void *p, int len) in flat_read_chunk() function 592 flat_read_chunk(inb, &val, sizeof(val)); in flat_read_word() 637 flat_read_chunk(inb, d.val, len); in flat_read_data() 699 flat_read_chunk(inb, &re, sizeof(re)); in flat_read_mem_reserve()
|