Searched refs:nodeoffset (Results 1 – 4 of 4) sorted by relevance
| /board/BuR/common/ |
| A D | common.c | 26 int nodeoffset; in ft_board_setup() local 28 nodeoffset = fdt_path_offset(blob, "/factory-settings"); in ft_board_setup() 29 if (nodeoffset < 0) { in ft_board_setup() 32 nodeoffset = fdt_path_offset(blob, "/fset"); in ft_board_setup() 33 if (nodeoffset < 0) { in ft_board_setup() 39 if (fdt_setprop(blob, nodeoffset, "bl-version", in ft_board_setup()
|
| /board/ti/ks2_evm/ |
| A D | board.c | 166 int nodeoffset; in ft_board_setup_ex() local 171 nodeoffset = fdt_path_offset(blob, "/chosen"); in ft_board_setup_ex() 172 if (nodeoffset >= 0) { in ft_board_setup_ex() 173 prop1 = (u64 *)fdt_getprop(blob, nodeoffset, in ft_board_setup_ex() 175 prop2 = (u64 *)fdt_getprop(blob, nodeoffset, in ft_board_setup_ex() 187 err = fdt_delprop(blob, nodeoffset, in ft_board_setup_ex() 192 err = fdt_delprop(blob, nodeoffset, in ft_board_setup_ex() 197 err = fdt_setprop(blob, nodeoffset, in ft_board_setup_ex() 204 err = fdt_setprop(blob, nodeoffset, in ft_board_setup_ex()
|
| /board/phytec/common/k3/ |
| A D | k3_ddrss_patch.c | 18 static int fdt_setprop_inplace_idx_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_idx_u32() argument 22 return fdt_setprop_inplace_namelen_partial(fdt, nodeoffset, name, in fdt_setprop_inplace_idx_u32()
|
| /board/compulab/cm_fx6/ |
| A D | cm_fx6.c | 544 int nodeoffset; in ft_board_setup() local 571 nodeoffset = fdt_path_offset(blob, USDHC3_PATH); in ft_board_setup() 572 fdt_delprop(blob, nodeoffset, "cd-gpios"); in ft_board_setup()
|
Completed in 30 milliseconds