Searched refs:src_regs_t (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/plat/imx6/
H A Dsrc.c36 typedef volatile struct src_regs src_regs_t; typedef in typeref:struct:src_regs
38 static src_regs_t* src_regs;
41 src_set_regs(src_dev_t* d, src_regs_t* r)
46 static inline src_regs_t*
49 return (src_regs_t*)d->priv;
55 src_regs_t* regs;
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/imx6/
H A Dsrc.c36 typedef volatile struct src_regs src_regs_t; typedef in typeref:struct:src_regs
38 static src_regs_t* src_regs;
41 src_set_regs(src_dev_t* d, src_regs_t* r)
46 static inline src_regs_t*
49 return (src_regs_t*)d->priv;
55 src_regs_t* regs;

Completed in 63 milliseconds