Searched refs:phandles (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddevice.c160 cap *phandles; member in struct:_device
266 new_device->phandles = cap_create(name);
270 new_device->phandles = device_root(parent)->phandles;
273 cap_add(new_device->phandles, new_device);
1867 device *me = cap_internal(tree_member->phandles, phandle);
1875 unsigned_cell phandle = cap_external(me->phandles, me);
1960 cap_init(me->phandles);
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddevice.c153 cap *phandles; member in struct:_device
255 new_device->phandles = cap_create(name);
259 new_device->phandles = device_root(parent)->phandles;
262 cap_add(new_device->phandles, new_device);
1856 device *me = cap_internal(tree_member->phandles, phandle);
1864 unsigned_cell phandle = cap_external(me->phandles, me);
1947 cap_init(me->phandles);
/netbsd-current/external/gpl2/dtc/dist/Documentation/
H A Ddtc-paper.tex276 One complication arises for representing ``phandles'' in the flattened
281 Sometimes phandles are also used within the tree to refer to other
470 assign and remember phandles for the various interrupt controller

Completed in 192 milliseconds