MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_ofw_bus_addr_cells

Function rt_ofw_bus_addr_cells

components/drivers/ofw/io.c:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59int rt_ofw_bus_addr_cells(struct rt_ofw_node *np)
60{
61 return np ? ofw_bus_addr_cells(np) : -RT_EINVAL;
62}
63
64int rt_ofw_bus_size_cells(struct rt_ofw_node *np)
65{

Callers 2

ofw_bus_rangesFunction · 0.85
ofw_parse_irq_mapFunction · 0.85

Calls 1

ofw_bus_addr_cellsFunction · 0.85

Tested by

no test coverage detected