Searched refs:phyaddr (Results 1 – 3 of 3) sorted by relevance
| /components/drivers/phy/ |
| A D | ofw.c | 127 struct rt_phy_device *rt_ofw_create_phy(struct mii_bus *bus,struct rt_ofw_node *np,int phyaddr) in rt_ofw_create_phy() argument 150 dev = rt_phy_device_create(bus, phyaddr, id, RT_FALSE); in rt_ofw_create_phy()
|
| /components/drivers/include/drivers/ |
| A D | phy.h | 133 struct rt_phy_device *rt_ofw_create_phy(struct mii_bus *bus, struct rt_ofw_node *np, int phyaddr);
|
| /components/mm/ |
| A D | mm_aspace.c | 154 void *phyaddr = (void *)(offset << MM_PAGE_SHIFT); in _do_named_map() local 158 ret = rt_hw_mmu_map(aspace, vaddr, phyaddr, length, attr); in _do_named_map()
|
Completed in 8 milliseconds