Searched refs:board_fix_fdt (Results 1 – 8 of 8) sorted by relevance
64 boards have to implement the function board_fix_fdt, which has the following69 int board_fix_fdt (void *rw_fdt_blob)87 | to be the _last_ set of operations in board_fix_fdt! |100 int board_fix_fdt(void *rw_fdt_blob)121 board_fix_fdt function, in which six GPIO expanders (which might be present or
295 int board_fix_fdt(void *rw_fdt_blob);
125 int board_fix_fdt(void *fdt) in board_fix_fdt() function
257 int board_fix_fdt(void *rw_fdt_blob) in board_fix_fdt() function
129 int board_fix_fdt(void *fdt) in board_fix_fdt() function
705 return board_fix_fdt((void *)gd->fdt_blob); in fix_fdt()
51 int board_fix_fdt(void *blob) in board_fix_fdt() function
39 "board_fix_fdt" callback (called during pre-relocation time), which
Completed in 9 milliseconds