Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A 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 …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dcpu.c41 case 0x00001: in get_reset_cause()
42 case 0x00011: in get_reset_cause()
44 case 0x00004: in get_reset_cause()
46 case 0x00008: in get_reset_cause()
48 case 0x00010: in get_reset_cause()
54 case 0x00020: in get_reset_cause()
56 case 0x00040: in get_reset_cause()
58 case 0x00080: in get_reset_cause()
61 case 0x00100: in get_reset_cause()
63 case 0x00200: in get_reset_cause()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddm-user.h21 #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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/
H A 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 …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dlapic.h12 #define LAPIC_DEFAULT_BASE 0xfee00000
14 #define LAPIC_ID 0x020
15 #define LAPIC_LVR 0x030
17 #define LAPIC_TASKPRI 0x080
18 #define LAPIC_TPRI_MASK 0xff
20 #define LAPIC_RRR 0x0c0
22 #define LAPIC_SPIV 0x0f0
23 #define LAPIC_SPIV_ENABLE 0x100
25 #define LAPIC_ICR 0x300
26 #define LAPIC_DEST_SELF 0x40000
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dmman-map-flags-generic.h29 # define MAP_GROWSDOWN 0x00100 /* Stack-like segment. */
30 # define MAP_DENYWRITE 0x00800 /* ETXTBSY. */
31 # define MAP_EXECUTABLE 0x01000 /* Mark it as an executable. */
32 # define MAP_LOCKED 0x02000 /* Lock the mapping. */
33 # define MAP_NORESERVE 0x04000 /* Don't check for reservations. */
34 # define MAP_POPULATE 0x08000 /* Populate (prefault) pagetables. */
35 # define MAP_NONBLOCK 0x10000 /* Do not block on IO. */
36 # define MAP_STACK 0x20000 /* Allocation is for a stack. */
37 # define MAP_HUGETLB 0x40000 /* Create huge page mapping. */
38 # define MAP_SYNC 0x80000 /* Perform synchronous page
[all …]
H A Ddlfcn.h24 #define RTLD_LAZY 0x00001 /* Lazy function call binding. */
25 #define RTLD_NOW 0x00002 /* Immediate function call binding. */
26 #define RTLD_BINDING_MASK 0x3 /* Mask of binding time value. */
27 #define RTLD_NOLOAD 0x00004 /* Do not load the object. */
28 #define RTLD_DEEPBIND 0x00008 /* Use deep binding. */
33 #define RTLD_GLOBAL 0x00100
38 #define RTLD_LOCAL 0
41 #define RTLD_NODELETE 0x01000
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dmman-map-flags-generic.h29 # define MAP_GROWSDOWN 0x00100 /* Stack-like segment. */
30 # define MAP_DENYWRITE 0x00800 /* ETXTBSY. */
31 # define MAP_EXECUTABLE 0x01000 /* Mark it as an executable. */
32 # define MAP_LOCKED 0x02000 /* Lock the mapping. */
33 # define MAP_NORESERVE 0x04000 /* Don't check for reservations. */
34 # define MAP_POPULATE 0x08000 /* Populate (prefault) pagetables. */
35 # define MAP_NONBLOCK 0x10000 /* Do not block on IO. */
36 # define MAP_STACK 0x20000 /* Allocation is for a stack. */
37 # define MAP_HUGETLB 0x40000 /* Create huge page mapping. */
38 # define MAP_SYNC 0x80000 /* Perform synchronous page
[all …]
H A Ddlfcn.h24 #define RTLD_LAZY 0x00001 /* Lazy function call binding. */
25 #define RTLD_NOW 0x00002 /* Immediate function call binding. */
26 #define RTLD_BINDING_MASK 0x3 /* Mask of binding time value. */
27 #define RTLD_NOLOAD 0x00004 /* Do not load the object. */
28 #define RTLD_DEEPBIND 0x00008 /* Use deep binding. */
33 #define RTLD_GLOBAL 0x00100
38 #define RTLD_LOCAL 0
41 #define RTLD_NODELETE 0x01000
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A Damlogic,meson-gx-ao-cec.yaml90 reg = <0x00100 0x14>;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/block/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A 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 …]
/OK3568_Linux_fs/kernel/include/linux/rockchip/
H A Dgrf.h5 #define RK3188_GRF_GPIO0L_DIR 0x0000
6 #define RK3188_GRF_GPIO0H_DIR 0x0004
7 #define RK3188_GRF_GPIO1L_DIR 0x0008
8 #define RK3188_GRF_GPIO1H_DIR 0x000c
9 #define RK3188_GRF_GPIO2L_DIR 0x0010
10 #define RK3188_GRF_GPIO2H_DIR 0x0014
11 #define RK3188_GRF_GPIO3L_DIR 0x0018
12 #define RK3188_GRF_GPIO3H_DIR 0x001c
13 #define RK3188_GRF_GPIO0L_DO 0x0020
14 #define RK3188_GRF_GPIO0H_DO 0x0024
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/ti-common/
H A Dkeystone_net.h19 #define GBETH_BASE (CONFIG_KSNET_NETCP_BASE + 0x00090000)
20 #define EMAC_EMACSL_BASE_ADDR (GBETH_BASE + 0x900)
21 #define EMAC_MDIO_BASE_ADDR (GBETH_BASE + 0x300)
22 #define EMAC_SGMII_BASE_ADDR (GBETH_BASE + 0x100)
23 #define DEVICE_EMACSL_BASE(x) (EMAC_EMACSL_BASE_ADDR + (x) * 0x040)
26 #define CPGMACSL_REG_CTL 0x04
27 #define CPGMACSL_REG_STATUS 0x08
28 #define CPGMACSL_REG_RESET 0x0c
29 #define CPGMACSL_REG_MAXLEN 0x10
33 #define GBETH_BASE (CONFIG_KSNET_NETCP_BASE + 0x00200000)
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A 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 …]
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h161 #define gd_board_type() 0
167 #define GD_FLG_RELOC 0x00001 /* Code was relocated to RAM */
168 #define GD_FLG_DEVINIT 0x00002 /* Devices have been initialized */
169 #define GD_FLG_SILENT 0x00004 /* Silent mode */
170 #define GD_FLG_POSTFAIL 0x00008 /* Critical POST test failed */
171 #define GD_FLG_POSTSTOP 0x00010 /* POST seqeunce aborted */
172 #define GD_FLG_LOGINIT 0x00020 /* Log Buffer has been initialized */
173 #define GD_FLG_DISABLE_CONSOLE 0x00040 /* Disable console (in & out) */
174 #define GD_FLG_ENV_READY 0x00080 /* Env. imported into hash table */
175 #define GD_FLG_SERIAL_READY 0x00100 /* Pre-reloc serial console ready */
[all …]
/OK3568_Linux_fs/kernel/drivers/memstick/host/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic79xx.h60 #define FALSE 0
63 #define ALL_CHANNELS '\0'
64 #define ALL_TARGETS_MASK 0xFFFF
65 #define INITIATOR_WILDCARD (~0)
66 #define SCB_LIST_NULL 0xFF00
68 #define QOUTFIFO_ENTRY_VALID 0x80
69 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL)
76 #define SCB_IS_SCSIBUS_B(ahd, scb) (0)
88 (0x01 << (SCB_GET_TARGET_OFFSET(ahd, scb)))
91 ((ahd_debug & AHD_SHOW_MASKED_ERRORS) == 0 \
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/
H A 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 …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0010-eglibc-Cross-building-and-testing-instructions.patch22 @@ -0,0 +1,383 @@
351 + > return 0;
361 + > return 0;
379 + PHDR 0x000034 0x10000034 0x10000034 0x00100 0x00100 R E 0x4
380 + INTERP 0x000134 0x00008134 0x00008134 0x00013 0x00013 R 0x1
382 + LOAD 0x000000 0x00008000 0x00008000 0x0042c 0x0042c R E 0x8000
391 + Dynamic section at offset 0x1083c contains 24 entries:
393 + 0x00000001 (NEEDED) Shared library: [libc.so.6]
394 + 0x0000000e (SONAME) Library soname: [libgcc_s.so.1]
411 @@ -0,0 +1,205 @@
/OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h27 #define MSG_HI 0
36 #define SRP_VIOLATION 0x102 /* general error code */
55 #define LOCAL 0
70 #define ADAPT_SUCCESS 0L
139 SCSI_CDB = 0x01,
140 TASK_MANAGEMENT = 0x02,
141 /* MAD or addressed to port 0 */
142 ADAPTER_MAD = 0x04,
143 UNSET_TYPE = 0x08,
166 #define CMD_FAST_FAIL BIT(0)
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/halrf/
H A Dhalrf_txgapcal.c10 for (i = n - 1;i >= 0;i--) { in odm_bub_sort()
12 for (j = 0;j < i;j++) { in odm_bub_sort()
17 sp = 0; in odm_bub_sort()
40 u4Byte iqk_ctl_addr[2][6] = {{0xe30, 0xe34, 0xe50, 0xe54, 0xe38, 0xe3c}, in odm_tx_gain_gap_psd_8197f()
41 {0xe50, 0xe54, 0xe30, 0xe34, 0xe58, 0xe5c}}; in odm_tx_gain_gap_psd_8197f()
43 u4Byte psd_finish_bit[2] = {0x04000000, 0x20000000}; in odm_tx_gain_gap_psd_8197f()
44 u4Byte psd_fail_bit[2] = {0x08000000, 0x40000000}; in odm_tx_gain_gap_psd_8197f()
46 u4Byte psd_cntl_value[2][2] = {{0x38008c1c, 0x10008c1c}, in odm_tx_gain_gap_psd_8197f()
47 {0x38008c2c, 0x10008c2c}}; in odm_tx_gain_gap_psd_8197f()
49 u4Byte psd_report_addr[2] = {0xea0, 0xec0}; in odm_tx_gain_gap_psd_8197f()
[all …]

1234