/linux-5.10/drivers/staging/media/hantro/ |
D | rk3399_vpu_regs.h | 13 #define VEPU_REG_VP8_QUT_1ST(i) (0x000 + ((i) * 0x24)) 14 #define VEPU_REG_VP8_QUT_DC_Y2(x) (((x) & 0x3fff) << 16) 15 #define VEPU_REG_VP8_QUT_DC_Y1(x) (((x) & 0x3fff) << 0) 16 #define VEPU_REG_VP8_QUT_2ND(i) (0x004 + ((i) * 0x24)) 17 #define VEPU_REG_VP8_QUT_AC_Y1(x) (((x) & 0x3fff) << 16) 18 #define VEPU_REG_VP8_QUT_DC_CHR(x) (((x) & 0x3fff) << 0) 19 #define VEPU_REG_VP8_QUT_3RD(i) (0x008 + ((i) * 0x24)) 20 #define VEPU_REG_VP8_QUT_AC_CHR(x) (((x) & 0x3fff) << 16) 21 #define VEPU_REG_VP8_QUT_AC_Y2(x) (((x) & 0x3fff) << 0) 22 #define VEPU_REG_VP8_QUT_4TH(i) (0x00c + ((i) * 0x24)) [all …]
|
D | hantro_postproc.c | 29 #define VPU_PP_IN_YUYV 0x0 30 #define VPU_PP_IN_NV12 0x1 31 #define VPU_PP_IN_YUV420 0x2 32 #define VPU_PP_IN_YUV240_TILED 0x5 33 #define VPU_PP_OUT_RGB 0x0 34 #define VPU_PP_OUT_YUYV 0x3 37 .pipeline_en = {G1_REG_PP_INTERRUPT, 1, 0x1}, 38 .max_burst = {G1_REG_PP_DEV_CONFIG, 0, 0x1f}, 39 .clk_gate = {G1_REG_PP_DEV_CONFIG, 1, 0x1}, 40 .out_swap32 = {G1_REG_PP_DEV_CONFIG, 5, 0x1}, [all …]
|
/linux-5.10/Documentation/devicetree/bindings/thermal/ |
D | thermal-sensor.yaml | 35 0 on sensor nodes with only a single sensor and at least 1 on nodes 37 enum: [0, 1] 54 reg = <0 0x0c263000 0 0x1ff>, /* TM */ 55 <0 0x0c222000 0 0x1ff>; /* SROT */ 65 reg = <0 0x0c265000 0 0x1ff>, /* TM */ 66 <0 0x0c223000 0 0x1ff>; /* SROT */
|
D | thermal-zones.yaml | 65 checking this thermal zone. Setting this to 0 disables the polling 74 this to 0 disables the polling timers setup by the thermal 115 "^[a-zA-Z][a-zA-Z0-9\\-_]{0,63}$": 202 minimum: 0 237 reg = <0 0x0c263000 0 0x1ff>, /* TM */ 238 <0 0x0c222000 0 0x1ff>; /* SROT */ 248 reg = <0 0x0c265000 0 0x1ff>, /* TM */ 249 <0 0x0c223000 0 0x1ff>; /* SROT */
|
D | qcom-tsens.yaml | 133 reg = <0x4a9000 0x1000>, /* TM */ 134 <0x4a8000 0x1000>; /* SROT */ 151 reg = <0x004a9000 0x1000>, /* TM */ 152 <0x004a8000 0x1000>; /* SROT */ 169 reg = <0xc263000 0x1ff>, 170 <0xc222000 0x1ff>;
|
/linux-5.10/drivers/dma/ti/ |
D | k3-udma.h | 12 #define UDMA_REV_REG 0x0 13 #define UDMA_PERF_CTL_REG 0x4 14 #define UDMA_EMU_CTL_REG 0x8 15 #define UDMA_PSIL_TO_REG 0x10 16 #define UDMA_UTC_CTL_REG 0x1c 17 #define UDMA_CAP_REG(i) (0x20 + ((i) * 4)) 18 #define UDMA_RX_FLOW_ID_FW_OES_REG 0x80 19 #define UDMA_RX_FLOW_ID_FW_STATUS_REG 0x88 22 #define UDMA_CHAN_RT_CTL_REG 0x0 23 #define UDMA_CHAN_RT_SWTRIG_REG 0x8 [all …]
|
/linux-5.10/drivers/gpu/host1x/hw/ |
D | hw_host1x01_sync.h | 29 * <x> value 'r' after being shifted to place its LSB at bit 0. 46 return 0x400 + id * REGISTER_STRIDE; in host1x_sync_syncpt_r() 52 return 0x40 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_cpu0_int_status_r() 58 return 0x60 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_int_disable_r() 64 return 0x68 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_int_enable_cpu0_r() 70 return 0x80 + channel * REGISTER_STRIDE; in host1x_sync_cf_setup_r() 76 return (r >> 0) & 0x1ff; in host1x_sync_cf_setup_base_v() 82 return (r >> 16) & 0x1ff; in host1x_sync_cf_setup_limit_v() 88 return 0xac; in host1x_sync_cmdproc_stop_r() 94 return 0xb0; in host1x_sync_ch_teardown_r() [all …]
|
/linux-5.10/drivers/thermal/tegra/ |
D | tegra210-soctherm.c | 24 #define TEGRA210_THERMTRIP_ANY_EN_MASK (0x1 << 31) 25 #define TEGRA210_THERMTRIP_MEM_EN_MASK (0x1 << 30) 26 #define TEGRA210_THERMTRIP_GPU_EN_MASK (0x1 << 29) 27 #define TEGRA210_THERMTRIP_CPU_EN_MASK (0x1 << 28) 28 #define TEGRA210_THERMTRIP_TSENSE_EN_MASK (0x1 << 27) 29 #define TEGRA210_THERMTRIP_GPUMEM_THRESH_MASK (0x1ff << 18) 30 #define TEGRA210_THERMTRIP_CPU_THRESH_MASK (0x1ff << 9) 31 #define TEGRA210_THERMTRIP_TSENSE_THRESH_MASK 0x1ff 33 #define TEGRA210_THERMCTL_LVL0_UP_THRESH_MASK (0x1ff << 18) 34 #define TEGRA210_THERMCTL_LVL0_DN_THRESH_MASK (0x1ff << 9) [all …]
|
/linux-5.10/drivers/staging/media/rkvdec/ |
D | rkvdec-regs.h | 7 #define RKVDEC_REG_INTERRUPT 0x004 8 #define RKVDEC_INTERRUPT_DEC_E BIT(0) 32 #define RKVDEC_REG_SYSCTRL 0x008 33 #define RKVDEC_IN_ENDIAN BIT(0) 44 #define RKVDEC_STRM_START_BIT(x) (((x) & 0x7f) << 12) 45 #define RKVDEC_MODE(x) (((x) & 0x03) << 20) 55 #define RKVDEC_REG_PICPAR 0x00C 56 #define RKVDEC_Y_HOR_VIRSTRIDE(x) ((x) & 0x1ff) 58 #define RKVDEC_UV_HOR_VIRSTRIDE(x) (((x) & 0x1ff) << 12) 59 #define RKVDEC_SLICE_NUM_LOWBITS(x) (((x) & 0x7ff) << 21) [all …]
|
/linux-5.10/drivers/net/dsa/ |
D | bcm_sf2_regs.h | 13 REG_SWITCH_CNTRL = 0, 30 #define MDIO_MASTER_SEL (1 << 0) 33 #define SF2_REV_MASK 0xffff 35 #define SWITCH_TOP_REV_MASK 0xffff 38 #define PHY_REVISION_MASK 0xffff 41 #define IDDQ_BIAS (1 << 0) 48 #define PHY_PHYAD_MASK 0x1F 53 #define RGMII_MODE_EN (1 << 0) 56 #define INT_EPHY (0 << PORT_MODE_SHIFT) 61 #define PORT_MODE_MASK 0x7 [all …]
|
/linux-5.10/drivers/memory/tegra/ |
D | mc.h | 15 #define MC_INTSTATUS 0x00 16 #define MC_INTMASK 0x04 17 #define MC_ERR_STATUS 0x08 18 #define MC_ERR_ADR 0x0c 19 #define MC_GART_ERROR_REQ 0x30 20 #define MC_EMEM_ADR_CFG 0x54 21 #define MC_DECERR_EMEM_OTHERS_STATUS 0x58 22 #define MC_SECURITY_VIOLATION_STATUS 0x74 23 #define MC_EMEM_ARB_CFG 0x90 24 #define MC_EMEM_ARB_OUTSTANDING_REQ 0x94 [all …]
|
/linux-5.10/drivers/mtd/nand/raw/ingenic/ |
D | jz4740_ecc.c | 19 #define JZ_REG_NAND_ECC_CTRL 0x00 20 #define JZ_REG_NAND_DATA 0x04 21 #define JZ_REG_NAND_PAR0 0x08 22 #define JZ_REG_NAND_PAR1 0x0C 23 #define JZ_REG_NAND_PAR2 0x10 24 #define JZ_REG_NAND_IRQ_STAT 0x14 25 #define JZ_REG_NAND_IRQ_CTRL 0x18 26 #define JZ_REG_NAND_ERR(x) (0x1C + ((x) << 2)) 32 #define JZ_NAND_ECC_CTRL_ENABLE BIT(0) 39 #define JZ_NAND_STATUS_ERROR BIT(0) [all …]
|
/linux-5.10/drivers/video/fbdev/ |
D | au1200fb.h | 33 #define AU1200_LCD_ADDR 0xB5000000 64 uint32 reserved2[(0x0100-0x0058)/4]; 77 uint32 reserved3[(0x0400-0x0180)/4]; 79 volatile uint32 palette[(0x0800-0x0400)/4]; 86 #define LCD_SCREEN_SX (0x07FF<<19) 87 #define LCD_SCREEN_SY (0x07FF<< 8) 90 #define LCD_SCREEN_PT (7<<0) 91 #define LCD_SCREEN_PT_TFT (0<<0) 94 #define LCD_SCREEN_PT_CSTN (1<<0) 95 #define LCD_SCREEN_PT_CDSTN (2<<0) [all …]
|
/linux-5.10/drivers/gpu/ipu-v3/ |
D | ipu-ic.c | 18 #define IC_CONF 0x0000 19 #define IC_PRP_ENC_RSC 0x0004 20 #define IC_PRP_VF_RSC 0x0008 21 #define IC_PP_RSC 0x000C 22 #define IC_CMBP_1 0x0010 23 #define IC_CMBP_2 0x0014 24 #define IC_IDMAC_1 0x0018 25 #define IC_IDMAC_2 0x001C 26 #define IC_IDMAC_3 0x0020 27 #define IC_IDMAC_4 0x0024 [all …]
|
/linux-5.10/drivers/media/platform/davinci/ |
D | vpbe_osd_regs.h | 9 #define VPBE_PID 0x0 10 #define VPBE_PCR 0x4 13 #define VPSSCLK_PID 0x00 14 #define VPSSCLK_CLKCTRL 0x04 17 #define VPSSBL_PID 0x00 18 #define VPSSBL_PCR 0x04 19 #define VPSSBL_BCR 0x08 20 #define VPSSBL_INTSTAT 0x0C 21 #define VPSSBL_INTSEL 0x10 22 #define VPSSBL_EVTSEL 0x14 [all …]
|
/linux-5.10/drivers/media/dvb-frontends/drx39xyj/ |
D | drxj_map.h | 37 * Generated by: IDF:x 1.3.0 56 #define ATV_COMM_EXEC__A 0xC00000 58 #define ATV_COMM_EXEC__M 0x3 59 #define ATV_COMM_EXEC__PRE 0x0 60 #define ATV_COMM_EXEC_STOP 0x0 61 #define ATV_COMM_EXEC_ACTIVE 0x1 62 #define ATV_COMM_EXEC_HOLD 0x2 64 #define ATV_COMM_STATE__A 0xC00001 66 #define ATV_COMM_STATE__M 0xFFFF 67 #define ATV_COMM_STATE__PRE 0x0 [all …]
|
/linux-5.10/include/video/ |
D | pmagb-b-fb.h | 16 #define PMAGB_B_ROM 0x000000 /* REX option ROM */ 17 #define PMAGB_B_SFB 0x100000 /* SFB ASIC */ 18 #define PMAGB_B_GP0 0x140000 /* general purpose output 0 */ 19 #define PMAGB_B_GP1 0x180000 /* general purpose output 1 */ 20 #define PMAGB_B_BT459 0x1c0000 /* Bt459 RAMDAC */ 21 #define PMAGB_B_FBMEM 0x200000 /* frame buffer */ 22 #define PMAGB_B_SIZE 0x400000 /* address space size */ 25 #define SFB_REG_VID_HOR 0x64 /* video horizontal setup */ 26 #define SFB_REG_VID_VER 0x68 /* video vertical setup */ 27 #define SFB_REG_VID_BASE 0x6c /* video base address */ [all …]
|
/linux-5.10/arch/powerpc/platforms/cell/ |
D | interrupt.h | 8 * Interrupt numbers are in the range 0...0x1ff where the top bit 9 * (0x100) represent the source node. Only 2 nodes are supported with 16 * 00 (0x00 | data) : normal interrupt. data is (class << 4) | source 17 * 01 (0x40 | data) : IO exception. data is the exception number as 19 * 10 (0x80 | data) : IPI. data is the IPI number (obtained from the priority) 20 * and node is always 0 (IPIs are per-cpu, their source is 22 * 11 (0xc0 | data) : reserved 24 * In addition, interrupt number 0x80000000 is defined as always invalid 30 IIC_IRQ_INVALID = 0x80000000u, 31 IIC_IRQ_NODE_MASK = 0x100, [all …]
|
/linux-5.10/drivers/infiniband/hw/qib/ |
D | qib_7220_regs.h | 37 #define QIB_7220_Revision_OFFS 0x0 38 #define QIB_7220_Revision_R_Simulator_LSB 0x3F 39 #define QIB_7220_Revision_R_Simulator_RMASK 0x1 40 #define QIB_7220_Revision_R_Emulation_LSB 0x3E 41 #define QIB_7220_Revision_R_Emulation_RMASK 0x1 42 #define QIB_7220_Revision_R_Emulation_Revcode_LSB 0x28 43 #define QIB_7220_Revision_R_Emulation_Revcode_RMASK 0x3FFFFF 44 #define QIB_7220_Revision_BoardID_LSB 0x20 45 #define QIB_7220_Revision_BoardID_RMASK 0xFF 46 #define QIB_7220_Revision_R_SW_LSB 0x18 [all …]
|
/linux-5.10/net/netfilter/ipvs/ |
D | ip_vs_est.c | 168 est->cps = 0; in ip_vs_zero_estimator() 169 est->inpps = 0; in ip_vs_zero_estimator() 170 est->outpps = 0; in ip_vs_zero_estimator() 171 est->inbps = 0; in ip_vs_zero_estimator() 172 est->outbps = 0; in ip_vs_zero_estimator() 180 dst->cps = (e->cps + 0x1FF) >> 10; in ip_vs_read_estimator() 181 dst->inpps = (e->inpps + 0x1FF) >> 10; in ip_vs_read_estimator() 182 dst->outpps = (e->outpps + 0x1FF) >> 10; in ip_vs_read_estimator() 183 dst->inbps = (e->inbps + 0xF) >> 5; in ip_vs_read_estimator() 184 dst->outbps = (e->outbps + 0xF) >> 5; in ip_vs_read_estimator() [all …]
|
/linux-5.10/drivers/thermal/ |
D | mtk_thermal.c | 27 #define AUXADC_CON1_SET_V 0x008 28 #define AUXADC_CON1_CLR_V 0x00c 29 #define AUXADC_CON2_V 0x010 30 #define AUXADC_DATA(channel) (0x14 + (channel) * 4) 32 #define APMIXED_SYS_TS_CON1 0x604 35 #define TEMP_MONCTL0 0x000 36 #define TEMP_MONCTL1 0x004 37 #define TEMP_MONCTL2 0x008 38 #define TEMP_MONIDET0 0x014 39 #define TEMP_MONIDET1 0x018 [all …]
|
/linux-5.10/drivers/mtd/nand/raw/gpmi-nand/ |
D | gpmi-regs.h | 11 #define HW_GPMI_CTRL0 0x00000000 12 #define HW_GPMI_CTRL0_SET 0x00000004 13 #define HW_GPMI_CTRL0_CLR 0x00000008 14 #define HW_GPMI_CTRL0_TOG 0x0000000c 20 #define BV_GPMI_CTRL0_COMMAND_MODE__WRITE 0x0 21 #define BV_GPMI_CTRL0_COMMAND_MODE__READ 0x1 22 #define BV_GPMI_CTRL0_COMMAND_MODE__READ_AND_COMPARE 0x2 23 #define BV_GPMI_CTRL0_COMMAND_MODE__WAIT_FOR_READY 0x3 26 #define BV_GPMI_CTRL0_WORD_LENGTH__16_BIT 0x0 27 #define BV_GPMI_CTRL0_WORD_LENGTH__8_BIT 0x1 [all …]
|
/linux-5.10/drivers/input/touchscreen/ |
D | touchright.c | 30 #define TR_FORMAT_TOUCH_BIT 0x01 31 #define TR_FORMAT_STATUS_BYTE 0x40 36 #define TR_MIN_XC 0 37 #define TR_MAX_XC 0x1ff 38 #define TR_MIN_YC 0 39 #define TR_MAX_YC 0x1ff 61 if ((tr->data[0] & TR_FORMAT_STATUS_MASK) == TR_FORMAT_STATUS_BYTE) { in tr_interrupt() 68 tr->data[0] & TR_FORMAT_TOUCH_BIT); in tr_interrupt() 70 tr->idx = 0; in tr_interrupt() 120 input_dev->id.product = 0; in tr_connect() [all …]
|
/linux-5.10/drivers/scsi/mvsas/ |
D | mv_64xx.c | 49 for (i = 0; i < MVS_SOC_PORTS; i++) { in mvs_64xx_phy_hacks() 51 mvs_write_port_vsr_data(mvi, i, 0x2F0); in mvs_64xx_phy_hacks() 55 mw32(MVS_GBL_PORT_TYPE, 0); in mvs_64xx_phy_hacks() 56 for (i = 0; i < mvi->chip->n_phy; i++) { in mvs_64xx_phy_hacks() 58 mvs_write_port_vsr_data(mvi, i, 0x90000000); in mvs_64xx_phy_hacks() 60 mvs_write_port_vsr_data(mvi, i, 0x50f2); in mvs_64xx_phy_hacks() 62 mvs_write_port_vsr_data(mvi, i, 0x0e); in mvs_64xx_phy_hacks() 131 printk(KERN_DEBUG "check SRS 0 %08X.\n", tmp); in mvs_64xx_clear_srs_irq() 137 printk(KERN_DEBUG "register set 0x%x was stopped.\n", in mvs_64xx_clear_srs_irq() 151 mw32(MVS_GBL_CTL, 0); in mvs_64xx_chip_reset() [all …]
|
/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | calib.c | 30 for (i = 0; i < ATH9K_NF_CAL_HIST_MAX; i++) in ath9k_hw_get_nf_hist_mid() 33 for (i = 0; i < ATH9K_NF_CAL_HIST_MAX - 1; i++) { in ath9k_hw_get_nf_hist_mid() 79 ath9k_hw_get_default_nf(ah, chan, 0); in ath9k_hw_getchan_noise() 80 if (delta > 0) in ath9k_hw_getchan_noise() 101 for (i = 0; i < NUM_NF_READINGS; i++) { in ath9k_hw_update_nfcal_hist_buffer() 109 h[i].currIndex = 0; in ath9k_hw_update_nfcal_hist_buffer() 111 if (h[i].invalidNFcount > 0) { in ath9k_hw_update_nfcal_hist_buffer() 182 for (i = 0; i < AR5416_MAX_CHAINS; i++) { in ath9k_hw_reset_calibration() 183 ah->meas0.sign[i] = 0; in ath9k_hw_reset_calibration() 184 ah->meas1.sign[i] = 0; in ath9k_hw_reset_calibration() [all …]
|