Lines Matching defs:fman_softc
35 struct fman_softc { struct
36 struct simplebus_softc sc_base;
37 struct resource *mem_res;
38 struct resource *irq_res;
39 struct resource *err_irq_res;
40 struct rman rman;
41 int mem_rid;
42 int irq_rid;
43 int err_irq_rid;
44 int qman_chan_base;
45 int qman_chan_count;
47 t_Handle fm_handle;
71 uint32_t fman_get_clock(struct fman_softc *sc); argument