Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
int rt_ofw_bus_addr_cells(struct rt_ofw_node *np)
60
{
61
return np ? ofw_bus_addr_cells(np) : -RT_EINVAL;
62
}
63
64
int rt_ofw_bus_size_cells(struct rt_ofw_node *np)
65
{
Callers
2
ofw_bus_ranges
Function · 0.85
ofw_parse_irq_map
Function · 0.85
Calls
1
ofw_bus_addr_cells
Function · 0.85
Tested by
no test coverage detected