Home
last modified time | relevance | path

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

/freebsd/sys/arm/allwinner/
H A Daw_sid.c193 struct aw_sid_conf { struct
198 static const struct aw_sid_conf a10_conf = { argument
203 static const struct aw_sid_conf a20_conf = {
208 static const struct aw_sid_conf a64_conf = {
213 static const struct aw_sid_conf a83t_conf = {
218 static const struct aw_sid_conf h3_conf = {
223 static const struct aw_sid_conf h5_conf = {
228 static const struct aw_sid_conf d1_conf = {
247 struct aw_sid_conf *sid_conf;
294 sc->sid_conf = (struct aw_sid_conf *)ofw_bus_search_compatible(dev, compat_data)->ocd_data; in aw_sid_attach()