/linux/arch/mips/boot/dts/loongson/ |
H A D | loongson64c-package.dtsi | 10 #address-cells = <0>; 20 ranges = <0 0x1fe00000 0 0x1fe00000 0x100000 21 0 0x3ff00000 0 0x3ff00000 0x100000 23 0xefd 0xfb000000 0xefd 0xfb000000 0x10000000 25 0x1efd 0xfb000000 0x1efd 0xfb000000 0x10000000>; 29 reg = <0 0x3ff01400 0x64>; 38 loongson,parent_int_map = <0xf0ffffff>, /* int0 */ 39 <0x0f000000>, /* int1 */ 40 <0x00000000>, /* int2 */ 41 <0x00000000>; /* int3 */ [all …]
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | loongson,liointc.yaml | 19 need to define two nodes in dts{i} to describe the "0-31" and "32-61" interrupt 54 pattern: int[0-3] 64 interrupt lines. Each cell refers to a parent interrupt line from 0 to 3 65 and each bit in the cell refers to a child interrupt from 0 to 31. 109 reg = <0x3ff01400 0x64>; 118 loongson,parent_int_map = <0xf0ffffff>, /* int0 */ 119 <0x0f000000>, /* int1 */ 120 <0x00000000>, /* int2 */ 121 <0x00000000>; /* int3 */
|
/linux/arch/parisc/kernel/ |
H A D | perf_images.h | 27 0x4c00c000, 0x00000000, 0x00060000, 0x00000000, 28 0xe0e0e0e0, 0x004e0004, 0x07ffffff, 0xffc01380, 29 0x0101ffff, 0xfffff104, 0xe000c07f, 0xfffffffc, 30 0x01380010, 0x1fffffff, 0xff000000, 0x00000000, 31 0x00000fff, 0xff00000f, 0xffff0000, 0x0fffff00, 32 0x000fffff, 0x00000000, 0x00000000, 0x00ffffff, 33 0xfffff000, 0x0000000f, 0xffffffff, 0xff000000, 34 0x0000ffff, 0xfffffff0, 0x00000000, 0x0fffffff, 35 0xffff0000, 0x00000000, 0x6fffffff, 0xffffffff, 36 0xfff55fff, 0xffffffff, 0xffffffff, 0xf0000000, [all …]
|
/linux/arch/arm/mach-zynq/ |
H A D | slcr.c | 16 #define SLCR_UNLOCK_OFFSET 0x8 /* SCLR unlock register */ 17 #define SLCR_PS_RST_CTRL_OFFSET 0x200 /* PS Software Reset Control */ 18 #define SLCR_A9_CPU_RST_CTRL_OFFSET 0x244 /* CPU Software Reset Control */ 19 #define SLCR_REBOOT_STATUS_OFFSET 0x258 /* PS Reboot Status */ 20 #define SLCR_PSS_IDCODE 0x530 /* PS IDCODE */ 21 #define SLCR_L2C_RAM 0xA1C /* L2C_RAM in AR#54190 */ 23 #define SLCR_UNLOCK_MAGIC 0xDF0D 24 #define SLCR_A9_CPU_CLKSTOP 0x10 25 #define SLCR_A9_CPU_RST 0x1 27 #define SLCR_PSS_IDCODE_DEVICE_MASK 0x1F [all …]
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | mmu-hash.h | 14 #define BL_128K 0x000 15 #define BL_256K 0x001 16 #define BL_512K 0x003 17 #define BL_1M 0x007 18 #define BL_2M 0x00F 19 #define BL_4M 0x01F 20 #define BL_8M 0x03F 21 #define BL_16M 0x07F 22 #define BL_32M 0x0FF 23 #define BL_64M 0x1FF [all …]
|
/linux/drivers/mmc/host/ |
H A D | mmci.c | 375 int busy = 0; in mmci_card_busy() 446 host->cclk = 0; in mmci_set_clkreg() 530 return 0; in mmci_validate_data() 540 return 0; in mmci_validate_data() 548 return 0; in mmci_prep_data() 553 data->host_cookie = ++host->next_cookie < 0 ? in mmci_prep_data() 565 data->host_cookie = 0; in mmci_unprep_data() 610 return 0; in mmci_dma_start() 634 writel(0, host->base + MMCICOMMAND); in mmci_request_end() 666 mmci_write_datactrlreg(host, 0); in mmci_stop_data() [all …]
|
/linux/drivers/gpu/drm/radeon/ |
H A D | rs690d.h | 32 #define R_00001E_K8_FB_LOCATION 0x00001E 33 #define R_00005F_MC_MISC_UMA_CNTL 0x00005F 34 #define G_00005F_K8_ADDR_EXT(x) (((x) >> 0) & 0xFF) 35 #define R_000078_MC_INDEX 0x000078 36 #define S_000078_MC_IND_ADDR(x) (((x) & 0x1FF) << 0) 37 #define G_000078_MC_IND_ADDR(x) (((x) >> 0) & 0x1FF) 38 #define C_000078_MC_IND_ADDR 0xFFFFFE00 39 #define S_000078_MC_IND_WR_EN(x) (((x) & 0x1) << 9) 40 #define G_000078_MC_IND_WR_EN(x) (((x) >> 9) & 0x1) 41 #define C_000078_MC_IND_WR_EN 0xFFFFFDFF [all …]
|
H A D | r600d.h | 30 #define CP_PACKET2 0x80000000 31 #define PACKET2_PAD_SHIFT 0 32 #define PACKET2_PAD_MASK (0x3fffffff << 0) 41 #define R6XX_MAX_BACKENDS_MASK 0xff 43 #define R6XX_MAX_SIMDS_MASK 0xff 45 #define R6XX_MAX_PIPES_MASK 0xff 48 #define ARRAY_LINEAR_GENERAL 0x00000000 49 #define ARRAY_LINEAR_ALIGNED 0x00000001 50 #define ARRAY_1D_TILED_THIN1 0x00000002 51 #define ARRAY_2D_TILED_THIN1 0x00000004 [all …]
|
/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_cfg.c | 22 0, 35 .base = { 0x00500, 0x00600, 0x00700, 0x00800, 0x00900 }, 36 .flush_hw_mask = 0x0003ffff, 40 .base = { 0x01100, 0x01500, 0x01900 }, 45 0, 49 .base = { 0x01d00, 0x02100, 0x02500 }, 53 0, 57 .base = { 0x02900, 0x02d00 }, 60 0, 64 .base = { 0x03100, 0x03500, 0x03900, 0x03d00, 0x04100 }, [all …]
|
/linux/drivers/video/fbdev/sis/ |
H A D | init.c | 94 #if 0 in InitCommonPointer() 144 #if 0 in InitCommonPointer() 344 unsigned short ModeIndex = 0; in SiS_GetModeID() 483 unsigned short ModeIndex = 0; in SiS_GetModeID_LCD() 732 unsigned short ModeIndex = 0; in SiS_GetModeID_TV() 851 if(!(VBFlags2 & VB2_SISVGA2BRIDGE)) return 0; in SiS_GetModeID_VGA2() 853 if(HDisplay >= 1920) return 0; in SiS_GetModeID_VGA2() 859 if(VGAEngine != SIS_315_VGA) return 0; in SiS_GetModeID_VGA2() 860 if(!(VBFlags2 & VB2_30xB)) return 0; in SiS_GetModeID_VGA2() 865 if(VGAEngine != SIS_315_VGA) return 0; in SiS_GetModeID_VGA2() [all …]
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8922a.c | 25 {2, 1641, grp_0}, /* ACH 0 */ 37 {0, 0, 0}, /* FWCMDQ */ 38 {0, 0, 0}, /* BMC */ 39 {0, 0, 0}, /* H2D */ 43 1651, /* Group 0 */ 46 0, /* WP threshold */ 165 .ref_rate = {R_BE_TRXPTCL_RESP_1, B_BE_WMAC_RESP_REF_RATE_SEL, 0}, 172 0xf}, 175 0x0}, 219 [RTW89_EFUSE_BLOCK_SYS] = {.offset = 0x00000, .size = 0x310}, [all …]
|
H A D | reg.h | 8 #define R_AX_SYS_WL_EFUSE_CTRL 0x000A 11 #define R_AX_SYS_ISO_CTRL 0x0000 17 #define R_AX_SYS_FUNC_EN 0x0002 19 #define B_AX_FEN_BBRSTB BIT(0) 21 #define R_AX_SYS_PW_CTRL 0x0004 36 #define R_AX_SYS_CLK_CTRL 0x0008 39 #define R_AX_SYS_SWR_CTRL1 0x0010 42 #define R_AX_SYS_ADIE_PAD_PWR_CTRL 0x0018 46 #define R_AX_RSV_CTRL 0x001C 50 #define R_AX_AFE_LDO_CTRL 0x0020 [all …]
|
/linux/sound/pci/au88x0/ |
H A D | au88x0_core.c | 80 hwread(vortex->mmio, VORTEX_MIXER_SR) | (0x1 << channel)); in vortex_mixer_en_sr() 85 hwread(vortex->mmio, VORTEX_MIXER_SR) & ~(0x1 << channel)); in vortex_mixer_dis_sr() 88 #if 0 94 0x80); 96 0x80); 102 a = hwread(vortex->mmio, VORTEX_MIX_VOL_A + (mix << 2)) & 0xff; 113 return 0; 117 if (rampchs[mix] == 0) 123 return (0); 136 for (ch = 0; ch < 0x20; ch++) { [all …]
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.c | 75 rtw_write8_set(rtwdev, REG_LIFETIME_EN, 0xf); in rtw_coex_limited_tx() 76 rtw_write16(rtwdev, REG_RETRY_LIMIT, 0x0808); in rtw_coex_limited_tx() 79 rtw_write32(rtwdev, REG_DARFRC, 0x1000000); in rtw_coex_limited_tx() 80 rtw_write32(rtwdev, REG_DARFRCH, 0x4030201); in rtw_coex_limited_tx() 83 rtw_write8_clr(rtwdev, REG_LIFETIME_EN, 0xf); in rtw_coex_limited_tx() 91 rtw_write8(rtwdev, REG_AMPDU_MAX_TIME_V1, 0x20); in rtw_coex_limited_tx() 132 COEX_RSSI_HIGH(coex_dm->bt_rssi_state[0])) in rtw_coex_freerun_check() 136 bt_rssi = coex_dm->bt_rssi_state[0]; in rtw_coex_freerun_check() 152 u8 para[6] = {0}; in rtw_coex_wl_slot_extend() 154 para[0] = COEX_H2C69_WL_LEAKAP; in rtw_coex_wl_slot_extend() [all …]
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v11_0.c | 57 #define RLCG_UCODE_LOADING_START_ADDRESS 0x00002000L 58 #define RLC_PG_DELAY_3_DEFAULT_GC_11_0_1 0x1388 60 #define regCGTT_WD_CLK_CTRL 0x5086 62 #define regRLC_RLCS_BOOTLOAD_STATUS_gc_11_0_1 0x4e7e 64 #define regPC_CONFIG_CNTL_1 0x194d 103 SOC15_REG_ENTRY_STR(GC, 0, regGRBM_STATUS), 104 SOC15_REG_ENTRY_STR(GC, 0, regGRBM_STATUS2), 105 SOC15_REG_ENTRY_STR(GC, 0, regGRBM_STATUS3), 106 SOC15_REG_ENTRY_STR(GC, 0, regCP_STALLED_STAT1), 107 SOC15_REG_ENTRY_STR(GC, 0, regCP_STALLED_STAT2), [all …]
|