Searched +full:0 +full:x2b408 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/bus/ |
H A D | ti-sysc.yaml | 31 pattern: "^target-module(@[0-9a-f]+)?$" 157 default: 0 158 minimum: 0 195 reg = <0x2b400 0x4>, 196 <0x2b404 0x4>, 197 <0x2b408 0x4>; 199 clocks = <&l3_init_clkctrl OMAP4_USB_OTG_HS_CLKCTRL 0>; 214 ranges = <0 0x2b000 0x1000>;
|
/openbmc/linux/sound/pci/au88x0/ |
H A D | au88x0_eq.c | 31 #define VORTEX_EQ_BASE 0x2b000 32 #define VORTEX_EQ_DEST (VORTEX_EQ_BASE + 0x410) 33 #define VORTEX_EQ_SOURCE (VORTEX_EQ_BASE + 0x430) 34 #define VORTEX_EQ_CTRL (VORTEX_EQ_BASE + 0x440) 36 #define VORTEX_BAND_COEFF_SIZE 0x30 41 hwwrite(vortex->mmio, 0x2b3c4, gain); in vortex_EqHw_SetTimeConsts() 42 hwwrite(vortex->mmio, 0x2b3c8, level); in vortex_EqHw_SetTimeConsts() 57 int i = 0, n /*esp2c */; in vortex_EqHw_SetLeftCoefs() 59 for (n = 0; n < eqhw->this04; n++) { in vortex_EqHw_SetLeftCoefs() 60 hwwrite(vortex->mmio, 0x2b000 + n * 0x30, coefs[i + 0]); in vortex_EqHw_SetLeftCoefs() [all …]
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap4-l4.dtsi | 2 &l4_cfg { /* 0x4a000000 */ 5 clocks = <&l4_cfg_clkctrl OMAP4_L4_CFG_CLKCTRL 0>; 7 reg = <0x4a000000 0x800>, 8 <0x4a000800 0x800>, 9 <0x4a001000 0x1000>; 13 ranges = <0x00000000 0x4a000000 0x080000>, /* segment 0 */ 14 <0x00080000 0x4a080000 0x080000>, /* segment 1 */ 15 <0x00100000 0x4a100000 0x080000>, /* segment 2 */ 16 <0x00180000 0x4a180000 0x080000>, /* segment 3 */ 17 <0x00200000 0x4a200000 0x080000>, /* segment 4 */ [all …]
|