Home
last modified time | relevance | path

Searched refs:cells_num (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/dev/fdt/
H A Dfdt_subr.c152 uint32_t cells_num; in fdtbus_get_phandle_with_data() local
153 of_getprop_uint32(iparent, cells, &cells_num); in fdtbus_get_phandle_with_data()
158 data->count = cells_num; in fdtbus_get_phandle_with_data()
164 const u_int reclen = offset + cells_num; in fdtbus_get_phandle_with_data()