Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/rockchip/
H A Dif_dwc_rk.c113 struct if_dwc_rk_ops { struct
128 struct if_dwc_rk_ops *ops; argument
150 static struct if_dwc_rk_ops rk3288_ops = {
153 static struct if_dwc_rk_ops rk3328_ops = {
160 static struct if_dwc_rk_ops rk3399_ops = {
495 sc->ops = (struct if_dwc_rk_ops *)ofw_bus_search_compatible(dev, compat_data)->ocd_data; in if_dwc_rk_init()