Home
last modified time | relevance | path

Searched +full:0 +full:x00100 (Results 1 – 25 of 95) sorted by relevance

1234

/kernel/linux/linux-4.19/Documentation/devicetree/bindings/media/
Dmeson-ao-cec.txt23 reg = <0x0 0x00100 0x0 0x14>;
/kernel/linux/linux-4.19/arch/powerpc/include/asm/nohash/32/
Dpte-fsl-booke.h12 RPN...................... 0 0 U0 U1 U2 U3 UX SX UW SW UR SR
20 #define _PAGE_PRESENT 0x00001 /* S: PTE contains a translation */
21 #define _PAGE_USER 0x00002 /* S: User page (maps to UR) */
22 #define _PAGE_RW 0x00004 /* S: Write permission (SW) */
23 #define _PAGE_DIRTY 0x00008 /* S: Page dirty */
24 #define _PAGE_EXEC 0x00010 /* H: SX permission */
25 #define _PAGE_ACCESSED 0x00020 /* S: Page referenced */
27 #define _PAGE_ENDIAN 0x00040 /* H: E bit */
28 #define _PAGE_GUARDED 0x00080 /* H: G bit */
29 #define _PAGE_COHERENT 0x00100 /* H: M bit */
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/arm/
Dmalidp_regs.h24 #define MALIDP_DE_IRQ_UNDERRUN (1 << 0)
38 #define MALIDP500_SE_IRQ_CONF_MODE (1 << 0)
54 #define MALIDP550_SE_IRQ_EOW (1 << 0)
58 #define MALIDP550_DC_IRQ_CONF_VALID (1 << 0)
71 #define MALIDP_CFG_VALID (1 << 0)
72 #define MALIDP_DISP_FUNC_GAMMA (1 << 0)
79 #define MALIDP_REG_STATUS 0x00000
80 #define MALIDP_REG_SETIRQ 0x00004
81 #define MALIDP_REG_MASKIRQ 0x00008
82 #define MALIDP_REG_CLEARIRQ 0x0000c
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/
Damlogic,meson-gx-ao-cec.yaml90 reg = <0x00100 0x14>;
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dgoku_udc.h12 * PCI BAR 0 points to these registers.
16 u32 int_status; /* 0x000 */
18 #define INT_SUSPEND 0x00001 /* or resume */
19 #define INT_USBRESET 0x00002
20 #define INT_ENDPOINT0 0x00004
21 #define INT_SETUP 0x00008
22 #define INT_STATUS 0x00010
23 #define INT_STATUSNAK 0x00020
24 #define INT_EPxDATASET(n) (0x00020 << (n)) /* 0 < n < 4 */
25 # define INT_EP1DATASET 0x00040
[all …]
/kernel/linux/linux-4.19/drivers/usb/gadget/udc/
Dgoku_udc.h12 * PCI BAR 0 points to these registers.
16 u32 int_status; /* 0x000 */
18 #define INT_SUSPEND 0x00001 /* or resume */
19 #define INT_USBRESET 0x00002
20 #define INT_ENDPOINT0 0x00004
21 #define INT_SETUP 0x00008
22 #define INT_STATUS 0x00010
23 #define INT_STATUSNAK 0x00020
24 #define INT_EPxDATASET(n) (0x00020 << (n)) /* 0 < n < 4 */
25 # define INT_EP1DATASET 0x00040
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Ddp.h37 #define DPCD_RC00_DPCD_REV 0x00000
38 #define DPCD_RC01_MAX_LINK_RATE 0x00001
39 #define DPCD_RC02 0x00002
40 #define DPCD_RC02_ENHANCED_FRAME_CAP 0x80
41 #define DPCD_RC02_TPS3_SUPPORTED 0x40
42 #define DPCD_RC02_MAX_LANE_COUNT 0x1f
43 #define DPCD_RC03 0x00003
44 #define DPCD_RC03_MAX_DOWNSPREAD 0x01
45 #define DPCD_RC0E_AUX_RD_INTERVAL 0x0000e
48 #define DPCD_LC00_LINK_BW_SET 0x00100
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Ddp.h38 #define DPCD_RC00_DPCD_REV 0x00000
39 #define DPCD_RC01_MAX_LINK_RATE 0x00001
40 #define DPCD_RC02 0x00002
41 #define DPCD_RC02_ENHANCED_FRAME_CAP 0x80
42 #define DPCD_RC02_TPS3_SUPPORTED 0x40
43 #define DPCD_RC02_MAX_LANE_COUNT 0x1f
44 #define DPCD_RC03 0x00003
45 #define DPCD_RC03_MAX_DOWNSPREAD 0x01
46 #define DPCD_RC0E_AUX_RD_INTERVAL 0x0000e
49 #define DPCD_LC00_LINK_BW_SET 0x00100
[all …]
/kernel/linux/linux-4.19/sound/soc/nuc900/
Dnuc900-audio.h18 #define ACTL_CON 0x00
19 #define ACTL_RESET 0x04
20 #define ACTL_RDSTB 0x08
21 #define ACTL_RDST_LENGTH 0x0C
22 #define ACTL_RDSTC 0x10
23 #define ACTL_RSR 0x14
24 #define ACTL_PDSTB 0x18
25 #define ACTL_PDST_LENGTH 0x1C
26 #define ACTL_PDSTC 0x20
27 #define ACTL_PSR 0x24
[all …]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
Dpte-fsl-booke.h12 RPN...................... 0 0 U0 U1 U2 U3 UX SX UW SW UR SR
20 #define _PAGE_PRESENT 0x00001 /* S: PTE contains a translation */
21 #define _PAGE_USER 0x00002 /* S: User page (maps to UR) */
22 #define _PAGE_RW 0x00004 /* S: Write permission (SW) */
23 #define _PAGE_DIRTY 0x00008 /* S: Page dirty */
24 #define _PAGE_EXEC 0x00010 /* H: SX permission */
25 #define _PAGE_ACCESSED 0x00020 /* S: Page referenced */
27 #define _PAGE_ENDIAN 0x00040 /* H: E bit */
28 #define _PAGE_GUARDED 0x00080 /* H: G bit */
29 #define _PAGE_COHERENT 0x00100 /* H: M bit */
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
Dmalidp_regs.h20 #define MALIDP_DE_IRQ_UNDERRUN (1 << 0)
34 #define MALIDP500_SE_IRQ_CONF_MODE (1 << 0)
50 #define MALIDP550_SE_IRQ_EOW (1 << 0)
54 #define MALIDP550_DC_IRQ_CONF_VALID (1 << 0)
67 #define MALIDP_CFG_VALID (1 << 0)
68 #define MALIDP_DISP_FUNC_GAMMA (1 << 0)
75 #define MALIDP_REG_STATUS 0x00000
76 #define MALIDP_REG_SETIRQ 0x00004
77 #define MALIDP_REG_MASKIRQ 0x00008
78 #define MALIDP_REG_CLEARIRQ 0x0000c
[all …]
/kernel/linux/linux-5.10/drivers/block/
Dumem.h18 #define MEMCTRLSTATUS_MAGIC 0x00
19 #define MM_MAGIC_VALUE (unsigned char)0x59
21 #define MEMCTRLSTATUS_BATTERY 0x04
22 #define BATTERY_1_DISABLED 0x01
23 #define BATTERY_1_FAILURE 0x02
24 #define BATTERY_2_DISABLED 0x04
25 #define BATTERY_2_FAILURE 0x08
27 #define MEMCTRLSTATUS_MEMORY 0x07
28 #define MEM_128_MB 0xfe
29 #define MEM_256_MB 0xfc
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/intel/ixgbevf/
Dregs.h7 #define IXGBE_VFCTRL 0x00000
8 #define IXGBE_VFSTATUS 0x00008
9 #define IXGBE_VFLINKS 0x00010
10 #define IXGBE_VFFRTIMER 0x00048
11 #define IXGBE_VFRXMEMWRAP 0x03190
12 #define IXGBE_VTEICR 0x00100
13 #define IXGBE_VTEICS 0x00104
14 #define IXGBE_VTEIMS 0x00108
15 #define IXGBE_VTEIMC 0x0010C
16 #define IXGBE_VTEIAC 0x00110
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
Dregs.h7 #define IXGBE_VFCTRL 0x00000
8 #define IXGBE_VFSTATUS 0x00008
9 #define IXGBE_VFLINKS 0x00010
10 #define IXGBE_VFFRTIMER 0x00048
11 #define IXGBE_VFRXMEMWRAP 0x03190
12 #define IXGBE_VTEICR 0x00100
13 #define IXGBE_VTEICS 0x00104
14 #define IXGBE_VTEIMS 0x00108
15 #define IXGBE_VTEIMC 0x0010C
16 #define IXGBE_VTEIAC 0x00110
[all …]
/kernel/linux/linux-4.19/drivers/block/
Dumem.h19 #define MEMCTRLSTATUS_MAGIC 0x00
20 #define MM_MAGIC_VALUE (unsigned char)0x59
22 #define MEMCTRLSTATUS_BATTERY 0x04
23 #define BATTERY_1_DISABLED 0x01
24 #define BATTERY_1_FAILURE 0x02
25 #define BATTERY_2_DISABLED 0x04
26 #define BATTERY_2_FAILURE 0x08
28 #define MEMCTRLSTATUS_MEMORY 0x07
29 #define MEM_128_MB 0xfe
30 #define MEM_256_MB 0xfc
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Ddm-user.h22 #define DM_USER_REQ_MAP_READ 0
35 #define DM_USER_REQ_MAP_FLAG_FAILFAST_DEV 0x00001
36 #define DM_USER_REQ_MAP_FLAG_FAILFAST_TRANSPORT 0x00002
37 #define DM_USER_REQ_MAP_FLAG_FAILFAST_DRIVER 0x00004
38 #define DM_USER_REQ_MAP_FLAG_SYNC 0x00008
39 #define DM_USER_REQ_MAP_FLAG_META 0x00010
40 #define DM_USER_REQ_MAP_FLAG_PRIO 0x00020
41 #define DM_USER_REQ_MAP_FLAG_NOMERGE 0x00040
42 #define DM_USER_REQ_MAP_FLAG_IDLE 0x00080
43 #define DM_USER_REQ_MAP_FLAG_INTEGRITY 0x00100
[all …]
/kernel/linux/linux-4.19/drivers/i2c/busses/
Di2c-efm32.c20 #define REG_CTRL 0x00
21 #define REG_CTRL_EN 0x00001
22 #define REG_CTRL_SLAVE 0x00002
23 #define REG_CTRL_AUTOACK 0x00004
24 #define REG_CTRL_AUTOSE 0x00008
25 #define REG_CTRL_AUTOSN 0x00010
26 #define REG_CTRL_ARBDIS 0x00020
27 #define REG_CTRL_GCAMEN 0x00040
28 #define REG_CTRL_CLHR__MASK 0x00300
29 #define REG_CTRL_BITO__MASK 0x03000
[all …]
/kernel/linux/linux-5.10/drivers/i2c/busses/
Di2c-efm32.c17 #define REG_CTRL 0x00
18 #define REG_CTRL_EN 0x00001
19 #define REG_CTRL_SLAVE 0x00002
20 #define REG_CTRL_AUTOACK 0x00004
21 #define REG_CTRL_AUTOSE 0x00008
22 #define REG_CTRL_AUTOSN 0x00010
23 #define REG_CTRL_ARBDIS 0x00020
24 #define REG_CTRL_GCAMEN 0x00040
25 #define REG_CTRL_CLHR__MASK 0x00300
26 #define REG_CTRL_BITO__MASK 0x03000
[all …]
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dmsc01_ic.h18 #define MSC01_IC_RST_OFS 0x00008 /* Software reset */
19 #define MSC01_IC_ENAL_OFS 0x00100 /* Int_in enable mask 31:0 */
20 #define MSC01_IC_ENAH_OFS 0x00108 /* Int_in enable mask 63:32 */
21 #define MSC01_IC_DISL_OFS 0x00120 /* Int_in disable mask 31:0 */
22 #define MSC01_IC_DISH_OFS 0x00128 /* Int_in disable mask 63:32 */
23 #define MSC01_IC_ISBL_OFS 0x00140 /* Raw int_in 31:0 */
24 #define MSC01_IC_ISBH_OFS 0x00148 /* Raw int_in 63:32 */
25 #define MSC01_IC_ISAL_OFS 0x00160 /* Masked int_in 31:0 */
26 #define MSC01_IC_ISAH_OFS 0x00168 /* Masked int_in 63:32 */
27 #define MSC01_IC_LVL_OFS 0x00180 /* Disable priority int_out */
[all …]
/kernel/linux/linux-4.19/arch/mips/include/asm/
Dmsc01_ic.h18 #define MSC01_IC_RST_OFS 0x00008 /* Software reset */
19 #define MSC01_IC_ENAL_OFS 0x00100 /* Int_in enable mask 31:0 */
20 #define MSC01_IC_ENAH_OFS 0x00108 /* Int_in enable mask 63:32 */
21 #define MSC01_IC_DISL_OFS 0x00120 /* Int_in disable mask 31:0 */
22 #define MSC01_IC_DISH_OFS 0x00128 /* Int_in disable mask 63:32 */
23 #define MSC01_IC_ISBL_OFS 0x00140 /* Raw int_in 31:0 */
24 #define MSC01_IC_ISBH_OFS 0x00148 /* Raw int_in 63:32 */
25 #define MSC01_IC_ISAL_OFS 0x00160 /* Masked int_in 31:0 */
26 #define MSC01_IC_ISAH_OFS 0x00168 /* Masked int_in 63:32 */
27 #define MSC01_IC_LVL_OFS 0x00180 /* Disable priority int_out */
[all …]
/kernel/linux/linux-4.19/drivers/memstick/host/
Dtifm_ms.c33 #define TIFM_MS_STAT_DRQ 0x04000
34 #define TIFM_MS_STAT_MSINT 0x02000
35 #define TIFM_MS_STAT_RDY 0x01000
36 #define TIFM_MS_STAT_CRC 0x00200
37 #define TIFM_MS_STAT_TOE 0x00100
38 #define TIFM_MS_STAT_EMP 0x00020
39 #define TIFM_MS_STAT_FUL 0x00010
40 #define TIFM_MS_STAT_CED 0x00008
41 #define TIFM_MS_STAT_ERR 0x00004
42 #define TIFM_MS_STAT_BRQ 0x00002
[all …]
/kernel/linux/linux-5.10/drivers/memstick/host/
Dtifm_ms.c29 #define TIFM_MS_STAT_DRQ 0x04000
30 #define TIFM_MS_STAT_MSINT 0x02000
31 #define TIFM_MS_STAT_RDY 0x01000
32 #define TIFM_MS_STAT_CRC 0x00200
33 #define TIFM_MS_STAT_TOE 0x00100
34 #define TIFM_MS_STAT_EMP 0x00020
35 #define TIFM_MS_STAT_FUL 0x00010
36 #define TIFM_MS_STAT_CED 0x00008
37 #define TIFM_MS_STAT_ERR 0x00004
38 #define TIFM_MS_STAT_BRQ 0x00002
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/v3d/
Dv3d_regs.h14 WARN_ON((fieldval & ~field##_MASK) != 0); \
23 #define V3D_HUB_AXICFG 0x00000
24 # define V3D_HUB_AXICFG_MAX_LEN_MASK V3D_MASK(3, 0)
25 # define V3D_HUB_AXICFG_MAX_LEN_SHIFT 0
26 #define V3D_HUB_UIFCFG 0x00004
27 #define V3D_HUB_IDENT0 0x00008
29 #define V3D_HUB_IDENT1 0x0000c
40 # define V3D_HUB_IDENT1_TVER_MASK V3D_MASK(3, 0)
41 # define V3D_HUB_IDENT1_TVER_SHIFT 0
43 #define V3D_HUB_IDENT2 0x00010
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
Drcar_du_regs.h13 #define DU0_REG_OFFSET 0x00000
14 #define DU1_REG_OFFSET 0x30000
15 #define DU2_REG_OFFSET 0x40000
16 #define DU3_REG_OFFSET 0x70000
22 #define DSYSR 0x00000 /* display 1 */
28 #define DSYSR_TVM_MASTER (0 << 6)
32 #define DSYSR_SCM_INT_NONE (0 << 4)
37 #define DSMR 0x00004
40 #define DSMR_DIPM_DISP (0 << 25)
50 #define DSMR_CDEM_CDE (0 << 13)
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/rcar-du/
Drcar_du_regs.h16 #define DU0_REG_OFFSET 0x00000
17 #define DU1_REG_OFFSET 0x30000
18 #define DU2_REG_OFFSET 0x40000
19 #define DU3_REG_OFFSET 0x70000
25 #define DSYSR 0x00000 /* display 1 */
31 #define DSYSR_TVM_MASTER (0 << 6)
35 #define DSYSR_SCM_INT_NONE (0 << 4)
40 #define DSMR 0x00004
43 #define DSMR_DIPM_DISP (0 << 25)
53 #define DSMR_CDEM_CDE (0 << 13)
[all …]

1234