Lines Matching refs:offs
126 const struct dt_driver *dt_find_compatible_driver(const void *fdt, int offs);
143 int dt_map_dev(const void *fdt, int offs, vaddr_t *base, size_t *size,
154 bool dt_have_prop(const void *fdt, int offs, const char *propname);
184 paddr_t _fdt_reg_base_address(const void *fdt, int offs);
190 size_t _fdt_reg_size(const void *fdt, int offs);
197 int _fdt_get_status(const void *fdt, int offs);
244 int offs __unused) in dt_find_compatible_driver()
249 static inline int dt_map_dev(const void *fdt __unused, int offs __unused, in dt_map_dev()
257 int offs __unused) in _fdt_reg_base_address()
263 int offs __unused) in _fdt_reg_size()
268 static inline int _fdt_get_status(const void *fdt __unused, int offs __unused) in _fdt_get_status()