Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Daw_sid.c176 struct aw_sid_conf { struct
181 static const struct aw_sid_conf a10_conf = { argument
186 static const struct aw_sid_conf a20_conf = {
191 static const struct aw_sid_conf a64_conf = {
196 static const struct aw_sid_conf a83t_conf = {
201 static const struct aw_sid_conf h3_conf = {
206 static const struct aw_sid_conf h5_conf = {
224 struct aw_sid_conf *sid_conf;
271 sc->sid_conf = (struct aw_sid_conf *)ofw_bus_search_compatible(dev, compat_data)->ocd_data; in aw_sid_attach()