Searched refs:dcu (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | fsl,dcu.txt | 5 * "fsl,ls1021a-dcu". 6 * "fsl,vf610-dcu". 8 - reg: Address and length of the register set for dcu. 9 - clocks: Handle to "dcu" and "pix" clock (in the order below) 12 - clock-names: Should be "dcu" and "pix" 21 dcu: dcu@2ce0000 { 22 compatible = "fsl,ls1021a-dcu"; 25 clock-names = "dcu", "pix";
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211.h | 33 #define CALC_MMR(dcu, idx) \ argument 34 ( (4 * dcu) + (idx < 32 ? 0 : (idx < 64 ? 1 : (idx < 96 ? 2 : 3))) ) 37 #define CALC_TXBLK_ADDR(dcu, idx) (TXBLK_FROM_MMR(CALC_MMR(dcu, idx))) argument
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212.h | 27 #define CALC_MMR(dcu, idx) \ argument 28 ( (4 * dcu) + (idx < 32 ? 0 : (idx < 64 ? 1 : (idx < 96 ? 2 : 3))) ) 31 #define CALC_TXBLK_ADDR(dcu, idx) (TXBLK_FROM_MMR(CALC_MMR(dcu, idx))) argument
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/ |
H A D | ls1021a-iot.dts | 81 &dcu {
|
H A D | ls1021a-twr.dts | 73 &dcu {
|
H A D | ls1021a.dtsi | 666 dcu: dcu@2ce0000 { label 667 compatible = "fsl,ls1021a-dcu"; 672 clock-names = "dcu", "pix";
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/ |
H A D | vfxxx.dtsi | 390 dcu0: dcu@40058000 { 391 compatible = "fsl,vf610-dcu"; 396 clock-names = "dcu", "pix";
|