Searched refs:nd (Results 1 - 5 of 5) sorted by relevance

/u-boot/arch/arm/include/asm/
H A Dmemory.h98 struct pglist_data *nd = NODE_DATA(node); \
100 ((pfn - (nd->node_start_paddr >> PAGE_SHIFT)) < nd->node_size));\
/u-boot/fs/erofs/
H A Dnamei.c181 int erofs_namei(struct nameidata *nd, const char *name, unsigned int len) argument
183 erofs_nid_t nid = nd->nid;
218 nd->nid = le64_to_cpu(de->nid);
226 static int link_path_walk(const char *name, struct nameidata *nd) argument
228 nd->nid = sbi.root_nid;
243 ret = erofs_namei(nd, name, p - name);
258 struct nameidata nd; local
260 ret = link_path_walk(path, &nd);
264 vi->nid = nd.nid;
/u-boot/scripts/dtc/
H A Ddata.c41 struct data nd; local
47 nd = d;
54 nd.val = xrealloc(d.val, newsize);
56 return nd;
/u-boot/tools/
H A Defivar.py176 nd = name.encode('utf_16_le') + b"\x00\x00" + data
178 pad = ((len(nd) + 7) & ~7) - len(nd)
179 nd += bytes([0] * pad)
181 return self._set_var(guid, nd, size, attrs, tsec)
/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c462 u8 nd, no_a, no_b, no_d; local
466 nd = inno_read(inno, 0xa1) & RK3328_PRE_PLL_PRE_DIV_MASK;
479 do_div(vco, nd * 5);
487 do_div(vco, (nd * (no_a == 1 ? no_b : no_a) * no_d * 2));

Completed in 58 milliseconds