Home
last modified time | relevance | path

Searched defs:dc_softc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/dc/
H A Dif_dcreg.h734 struct dc_softc { struct
750 void *dc_intrhand;
754 device_t dc_miibus;
755 uint8_t dc_type;
756 uint8_t dc_pmode;
757 uint8_t dc_link;
759 int dc_romwidth;
762 int dc_if_flags;
763 uint32_t dc_flags;
766 uint8_t *dc_srom;
[all …]
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_dc.c118 struct dc_softc { struct
119 device_t dev;
120 struct resource *mem_res;
121 struct resource *irq_res;
122 void *irq_ih;
123 struct mtx mtx;
125 clk_t clk_parent;
126 clk_t clk_dc;
127 hwreset_t hwreset_dc;
129 int pitch_align;
[all …]