Home
last modified time | relevance | path

Searched +full:0 +full:x100300 (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/boot/dts/fsl/
H A Dqoriq-dma-0.dtsi2 * QorIQ DMA device tree stub [ controller @ offset 0x100000 ]
39 reg = <0x100300 0x4>;
40 ranges = <0x0 0x100100 0x200>;
41 cell-index = <0>;
42 dma-channel@0 {
44 reg = <0x0 0x80>;
45 cell-index = <0>;
46 interrupts = <28 2 0 0>;
50 reg = <0x80 0x80>;
52 interrupts = <29 2 0 0>;
[all …]
H A Delo3-dma-0.dtsi2 * QorIQ Elo3 DMA device tree stub [ controller @ offset 0x100000 ]
39 reg = <0x100300 0x4>,
40 <0x100600 0x4>;
41 ranges = <0x0 0x100100 0x500>;
42 dma-channel@0 {
44 reg = <0x0 0x80>;
45 interrupts = <28 2 0 0>;
49 reg = <0x80 0x80>;
50 interrupts = <29 2 0 0>;
54 reg = <0x100 0x80>;
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv20.c33 tile->addr = 0x00000001 | addr; in nv20_fb_tile_init()
46 u32 tiles = DIV_ROUND_UP(size, 0x40); in nv20_fb_tile_comp()
47 u32 tags = round_up(tiles / fb->ram->parts, 0x40); in nv20_fb_tile_comp()
48 if (!nvkm_mm_head(&fb->tags.mm, 0, 1, tags, tags, 1, &tile->tag)) { in nv20_fb_tile_comp()
49 if (!(flags & 2)) tile->zcomp = 0x00000000; /* Z16 */ in nv20_fb_tile_comp()
50 else tile->zcomp = 0x04000000; /* Z24S8 */ in nv20_fb_tile_comp()
52 tile->zcomp |= 0x80000000; /* enable */ in nv20_fb_tile_comp()
54 tile->zcomp |= 0x08000000; in nv20_fb_tile_comp()
62 tile->addr = 0; in nv20_fb_tile_fini()
63 tile->limit = 0; in nv20_fb_tile_fini()
[all …]
/linux/drivers/accel/habanalabs/include/goya/asic_reg/
H A Dmme4_rtr_regs.h22 #define mmMME4_RTR_HBW_RD_RQ_E_ARB 0x100100
24 #define mmMME4_RTR_HBW_RD_RQ_W_ARB 0x100104
26 #define mmMME4_RTR_HBW_RD_RQ_N_ARB 0x100108
28 #define mmMME4_RTR_HBW_RD_RQ_S_ARB 0x10010C
30 #define mmMME4_RTR_HBW_RD_RQ_L_ARB 0x100110
32 #define mmMME4_RTR_HBW_E_ARB_MAX 0x100120
34 #define mmMME4_RTR_HBW_W_ARB_MAX 0x100124
36 #define mmMME4_RTR_HBW_N_ARB_MAX 0x100128
38 #define mmMME4_RTR_HBW_S_ARB_MAX 0x10012C
40 #define mmMME4_RTR_HBW_L_ARB_MAX 0x100130
[all …]
/linux/sound/ppc/
H A Dburgundy.c25 if (timeout < 0) in snd_pmac_burgundy_busy_wait()
36 if (timeout < 0) in snd_pmac_burgundy_extend_wait()
41 if (timeout < 0) in snd_pmac_burgundy_extend_wait()
48 out_le32(&chip->awacs->codec_ctrl, addr + 0x200c00 + (val & 0xff)); in snd_pmac_burgundy_wcw()
50 out_le32(&chip->awacs->codec_ctrl, addr + 0x200d00 +((val>>8) & 0xff)); in snd_pmac_burgundy_wcw()
52 out_le32(&chip->awacs->codec_ctrl, addr + 0x200e00 +((val>>16) & 0xff)); in snd_pmac_burgundy_wcw()
54 out_le32(&chip->awacs->codec_ctrl, addr + 0x200f0 in snd_pmac_burgundy_wcw()
[all...]
/linux/sound/hda/codecs/realtek/
H A Dalc662.c28 static const hda_nid_t alc662_ignore[] = { 0x1d, 0 }; in alc662_parse_auto_config()
29 static const hda_nid_t alc663_ssids[] = { 0x15, 0x1b, 0x14, 0x21 }; in alc662_parse_auto_config()
30 static const hda_nid_t alc662_ssids[] = { 0x15, 0x1b, 0x14, 0 }; in alc662_parse_auto_config()
33 if (codec->core.vendor_id == 0x10ec0272 || codec->core.vendor_id == 0x10ec0663 || in alc662_parse_auto_config()
34 codec->core.vendor_id == 0x10ec0665 || codec->core.vendor_id == 0x10ec0670 || in alc662_parse_auto_config()
35 codec->core.vendor_id == 0x10ec0671) in alc662_parse_auto_config()
47 if (snd_hda_override_amp_caps(codec, 0x2, HDA_OUTPUT, in alc272_fixup_mario()
48 (0x3b << AC_AMPCAP_OFFSET_SHIFT) | in alc272_fixup_mario()
49 (0x3b << AC_AMPCAP_NUM_STEPS_SHIFT) | in alc272_fixup_mario()
50 (0x03 << AC_AMPCAP_STEP_SIZE_SHIFT) | in alc272_fixup_mario()
[all …]