Home
last modified time | relevance | path

Searched +full:0 +full:x10001 (Results 1 – 25 of 80) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/clk/axs10x/
H A Di2s_pll_clock.c22 #define PLL_IDIV_REG 0x0
23 #define PLL_FBDIV_REG 0x4
24 #define PLL_ODIV0_REG 0x8
25 #define PLL_ODIV1_REG 0xC
37 { 1024000, 0x104, 0x451, 0x10E38, 0x2000 },
38 { 1411200, 0x104, 0x596, 0x10D35, 0x2000 },
39 { 1536000, 0x208, 0xA28, 0x10B2C, 0x2000 },
40 { 2048000, 0x82, 0x451, 0x10E38, 0x2000 },
41 { 2822400, 0x82, 0x596, 0x10D35, 0x2000 },
42 { 3072000, 0x104, 0xA28, 0x10B2C, 0x2000 },
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_rgb.c20 rk628_i2c_write(rk628, GRF_GPIO2AB_SEL_CON, 0xffffffff); in rk628_rgb_decoder_enable()
21 rk628_i2c_write(rk628, GRF_GPIO2C_SEL_CON, 0xffff5555); in rk628_rgb_decoder_enable()
22 rk628_i2c_write(rk628, GRF_GPIO3AB_SEL_CON, 0x10b010b); in rk628_rgb_decoder_enable()
25 rk628_i2c_write(rk628, GRF_GPIO2A_D0_CON, 0xffff1111); in rk628_rgb_decoder_enable()
26 rk628_i2c_write(rk628, GRF_GPIO2A_D1_CON, 0xffff1111); in rk628_rgb_decoder_enable()
27 rk628_i2c_write(rk628, GRF_GPIO2B_D0_CON, 0xffff1111); in rk628_rgb_decoder_enable()
28 rk628_i2c_write(rk628, GRF_GPIO2B_D1_CON, 0xffff1111); in rk628_rgb_decoder_enable()
29 rk628_i2c_write(rk628, GRF_GPIO2C_D0_CON, 0xffff1111); in rk628_rgb_decoder_enable()
30 rk628_i2c_write(rk628, GRF_GPIO2C_D1_CON, 0xffff1111); in rk628_rgb_decoder_enable()
31 rk628_i2c_write(rk628, GRF_GPIO3A_D0_CON, 0xffff1011); in rk628_rgb_decoder_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/devfreq/event/
H A Drockchip-dfi.c23 #define PX30_PMUGRF_OS_REG2 0x208
24 #define PX30_PMUGRF_OS_REG3 0x20c
26 #define RK3588_PMUGRF_OS_REG(n) (0x200 + (n) * 4)
28 #define RK3128_GRF_SOC_CON0 0x140
29 #define RK3128_GRF_OS_REG1 0x1cc
30 #define RK3128_GRF_DFI_WRNUM 0x220
31 #define RK3128_GRF_DFI_RDNUM 0x224
32 #define RK3128_GRF_DFI_TIMERVAL 0x22c
34 #define RK3128_DDR_MONITOR_DISB ((1 << (16 + 6)) + (0 << 6))
36 #define RK3288_PMU_SYS_REG2 0x9c
[all …]
/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Drockchip_thermal.c31 TSHUT_MODE_CRU = 0,
38 * 0: low active, 1: high active
41 TSHUT_LOW_ACTIVE = 0,
51 ADC_DECREMENT = 0,
57 #define TSADCV2_USER_CON 0x00
58 #define TSADCV2_AUTO_CON 0x04
59 #define TSADCV2_INT_EN 0x08
60 #define TSADCV2_INT_PD 0x0c
61 #define TSADCV3_AUTO_SRC_CON 0x0c
62 #define TSADCV3_HT_INT_EN 0x14
[all …]
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drockchip_thermal.c30 TSHUT_MODE_CRU = 0,
37 * 0: low active, 1: high active
40 TSHUT_LOW_ACTIVE = 0,
49 SENSOR_CPU = 0,
59 ADC_DECREMENT = 0,
96 * @tshut_mode: the hardware-controlled shutdown mode (0:CRU 1:GPIO)
97 * @tshut_polarity: the hardware-controlled active polarity (0:LOW 1:HIGH)
174 * @tshut_mode: the hardware-controlled shutdown mode (0:CRU 1:GPIO)
175 * @tshut_polarity: the hardware-controlled active polarity (0:LOW 1:HIGH)
210 #define TSADCV2_USER_CON 0x00
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/
H A Dtest-drm_plane_helper.c28 if (plane_state->src.x1 < 0) { in check_src_eq()
29 pr_err("src x coordinate %x should never be below 0.\n", plane_state->src.x1); in check_src_eq()
33 if (plane_state->src.y1 < 0) { in check_src_eq()
34 pr_err("src y coordinate %x should never be below 0.\n", plane_state->src.y1); in check_src_eq()
85 DRM_MODE("1024x768", 0, 65000, 1024, 1048, in igt_check_plane_state()
86 1184, 1344, 0, 768, 771, 777, 806, 0, in igt_check_plane_state()
101 set_src(&plane_state, 0, 0, fb.width << 16, fb.height << 16); in igt_check_plane_state()
102 set_crtc(&plane_state, 0, 0, fb.width, fb.height); in igt_check_plane_state()
107 FAIL(ret < 0, "Simple clipping check should pass\n"); in igt_check_plane_state()
109 FAIL_ON(!check_src_eq(&plane_state, 0, 0, 1024 << 16, 768 << 16)); in igt_check_plane_state()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_hdmirx.c85 return 0; in hdcp_load_keys_cb()
93 u32 seeds = 0; in rk628_hdmi_hdcp_load_key()
107 HDCP_ENABLE(0) | in rk628_hdmi_hdcp_load_key()
108 HDCP_ENC_EN(0)); in rk628_hdmi_hdcp_load_key()
112 SW_ADAPTER_I2CSLADR(0) | in rk628_hdmi_hdcp_load_key()
115 for (i = 0; i < KSV_LEN; i++) in rk628_hdmi_hdcp_load_key()
119 for (i = 0; i < HDCP_PRIVATE_KEY_SIZE; i++) in rk628_hdmi_hdcp_load_key()
126 SW_ADAPTER_I2CSLADR(0) | in rk628_hdmi_hdcp_load_key()
127 SW_EFUSE_HDCP_EN(0)); in rk628_hdmi_hdcp_load_key()
136 seeds = (hdcp->seeds[0] & 0xff) << 8; in rk628_hdmi_hdcp_load_key()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dcpus.yaml30 - square brackets define bitfields, eg reg[7:0] value of the bitfield in
31 the reg property contained in bits 7 down to 0
49 this property is required and must be set to 0.
52 required and matches the CPUID[11:0] register bits.
54 Bits [11:0] in the reg cell must be set to
55 bits [11:0] in CPU ID register.
57 All other bits in the reg cell must be set to 0.
60 required and matches the CPU MPIDR[23:0] register
63 Bits [23:0] in the reg cell must be set to
64 bits [23:0] in MPIDR.
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.h12 #define HFI_CMD_SYS_INIT 0x10001
13 #define HFI_CMD_SYS_PC_PREP 0x10002
14 #define HFI_CMD_SYS_SET_RESOURCE 0x10003
15 #define HFI_CMD_SYS_RELEASE_RESOURCE 0x10004
16 #define HFI_CMD_SYS_SET_PROPERTY 0x10005
17 #define HFI_CMD_SYS_GET_PROPERTY 0x10006
18 #define HFI_CMD_SYS_SESSION_INIT 0x10007
19 #define HFI_CMD_SYS_SESSION_END 0x10008
20 #define HFI_CMD_SYS_SET_BUFFERS 0x10009
21 #define HFI_CMD_SYS_TEST_SSR 0x10101
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/cpu/
H A Dcpu-topology.txt87 (ie socket/cluster/core/thread) (where N = {0, 1, ...} is the node number; nodes
89 sequential N value, starting from 0).
187 #size-cells = <0>;
276 CPU0: cpu@0 {
279 reg = <0x0 0x0>;
281 cpu-release-addr = <0 0x20000000>;
287 reg = <0x0 0x1>;
289 cpu-release-addr = <0 0x20000000>;
295 reg = <0x0 0x100>;
297 cpu-release-addr = <0 0x20000000>;
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dpmu.h12 #define fixed_ctrl_field(ctrl_reg, idx) (((ctrl_reg) >> ((idx)*4)) & 0xf)
14 #define VMWARE_BACKDOOR_PMC_HOST_TSC 0x10000
15 #define VMWARE_BACKDOOR_PMC_REAL_TIME 0x10001
16 #define VMWARE_BACKDOOR_PMC_APPARENT_TIME 0x10002
67 pmc->current_config = 0; in pmc_release_perf_event()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_string.c16 for (i = 0; i < 256; i++) { in memset16_selftest()
17 for (j = 0; j < 256; j++) { in memset16_selftest()
18 memset(p, 0xa1, 256 * 2 * sizeof(v)); in memset16_selftest()
19 memset16(p + i, 0xb1b2, j); in memset16_selftest()
20 for (k = 0; k < 512; k++) { in memset16_selftest()
23 if (v != 0xa1a1) in memset16_selftest()
26 if (v != 0xb1b2) in memset16_selftest()
29 if (v != 0xa1a1) in memset16_selftest()
39 return (i << 24) | (j << 16) | k | 0x8000; in memset16_selftest()
40 return 0; in memset16_selftest()
[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/linux/
H A Ddlmconstants.h31 #define DLM_LOCK_NL 0 /* null */
46 * either return -EAGAIN from the dlm_lock call or will return 0 from
137 #define DLM_LKF_NOQUEUE 0x00000001
138 #define DLM_LKF_CANCEL 0x00000002
139 #define DLM_LKF_CONVERT 0x00000004
140 #define DLM_LKF_VALBLK 0x00000008
141 #define DLM_LKF_QUECVT 0x00000010
142 #define DLM_LKF_IVVALBLK 0x00000020
143 #define DLM_LKF_CONVDEADLK 0x00000040
144 #define DLM_LKF_PERSISTENT 0x00000080
[all …]
/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/linux/
H A Ddlmconstants.h31 #define DLM_LOCK_NL 0 /* null */
46 * either return -EAGAIN from the dlm_lock call or will return 0 from
137 #define DLM_LKF_NOQUEUE 0x00000001
138 #define DLM_LKF_CANCEL 0x00000002
139 #define DLM_LKF_CONVERT 0x00000004
140 #define DLM_LKF_VALBLK 0x00000008
141 #define DLM_LKF_QUECVT 0x00000010
142 #define DLM_LKF_IVVALBLK 0x00000020
143 #define DLM_LKF_CONVDEADLK 0x00000040
144 #define DLM_LKF_PERSISTENT 0x00000080
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddlmconstants.h31 #define DLM_LOCK_NL 0 /* null */
46 * either return -EAGAIN from the dlm_lock call or will return 0 from
137 #define DLM_LKF_NOQUEUE 0x00000001
138 #define DLM_LKF_CANCEL 0x00000002
139 #define DLM_LKF_CONVERT 0x00000004
140 #define DLM_LKF_VALBLK 0x00000008
141 #define DLM_LKF_QUECVT 0x00000010
142 #define DLM_LKF_IVVALBLK 0x00000020
143 #define DLM_LKF_CONVDEADLK 0x00000040
144 #define DLM_LKF_PERSISTENT 0x00000080
[all …]
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Drk3562-secure-otp.S12 .loc 1 81 0
16 .loc 1 82 0
20 // 0 "" 2
35 .loc 1 697 0
38 .loc 1 700 0
46 .loc 1 689 0
52 .loc 1 702 0
53 mov w0, 0
54 .loc 1 703 0
58 .loc 1 698 0
[all …]
H A Drk3528-secure-otp.S12 .loc 1 81 0
16 .loc 1 82 0
20 // 0 "" 2
35 .loc 1 697 0
38 .loc 1 700 0
46 .loc 1 689 0
52 .loc 1 702 0
53 mov w0, 0
54 .loc 1 703 0
58 .loc 1 698 0
[all …]
H A Drk3568-secure-otp.S12 .loc 1 57 0
16 .loc 1 58 0
20 // 0 "" 2
35 .loc 1 671 0
38 .loc 1 674 0
46 .loc 1 663 0
52 .loc 1 676 0
53 mov w0, 0
54 .loc 1 677 0
58 .loc 1 672 0
[all …]
H A Drv1106-secure-otp.S9 .eabi_attribute 34, 0
25 .loc 1 57 0
27 @ args = 0, pretend = 0, frame = 0
28 @ frame_needed = 0, uses_anonymous_args = 0
32 .loc 1 58 0
36 @ 0 "" 2
56 .loc 1 671 0
58 @ args = 0, pretend = 0, frame = 0
59 @ frame_needed = 0, uses_anonymous_args = 0
62 .loc 1 674 0
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/
H A Dopenacc.h53 acc_device_none = 0,
70 acc_property_name = 0x10001,
71 acc_property_vendor = 0x10002,
72 acc_property_driver = 0x10003
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dopenacc.h53 acc_device_none = 0,
70 acc_property_name = 0x10001,
71 acc_property_vendor = 0x10002,
72 acc_property_driver = 0x10003
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/
H A Dxtensa.c31 int c = 0; in nvkm_xtensa_oclass_get()
47 return nvkm_gpuobj_new(object->engine->subdev.device, 0x10000, align, in nvkm_xtensa_cclass_bind()
63 u32 unk104 = nvkm_rd32(device, base + 0xd04); in nvkm_xtensa_intr()
64 u32 intr = nvkm_rd32(device, base + 0xc20); in nvkm_xtensa_intr()
65 u32 chan = nvkm_rd32(device, base + 0xc28); in nvkm_xtensa_intr()
66 u32 unk10c = nvkm_rd32(device, base + 0xd0c); in nvkm_xtensa_intr()
68 if (intr & 0x10) in nvkm_xtensa_intr()
70 nvkm_wr32(device, base + 0xc20, intr); in nvkm_xtensa_intr()
71 intr = nvkm_rd32(device, base + 0xc20); in nvkm_xtensa_intr()
72 if (unk104 == 0x10001 && unk10c == 0x200 && chan && !intr) { in nvkm_xtensa_intr()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsf.c25 {"\144\243\001\0", MACHINE_IS_BIGENDIAN , "little-endian VAX (native)"},
26 {"\0\001\243\144", MACHINE_IS_LITTLEENDIAN, "big-endian VAX"},
27 {"\144\243\002\0", MACHINE_IS_LITTLEENDIAN, "big-endian Sun (native)"},
28 {"\0\002\243\144", MACHINE_IS_BIGENDIAN , "little-endian Sun"},
29 {"\144\243\003\0", MACHINE_IS_BIGENDIAN , "little-endian MIPS (DEC)"},
30 {"\0\003\243\144", MACHINE_IS_LITTLEENDIAN, "big-endian MIPS (SGI)"},
31 {"\144\243\004\0", MACHINE_IS_LITTLEENDIAN, "big-endian NeXT"},
32 {" ", 0, NULL}
38 Linear_8 = 0x00001, Alaw_8 = 0x10001, Mulaw_8 = 0x20001, Linear_16 = 0x00002,
39 Linear_24 = 0x00003, Linear_32 = 0x40004, Float = 0x00004, Double = 0x00008
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dsbsdio.h30 #define SBSDIO_NUM_FUNCTION 3 /* as of sdiod rev 0, supports 3 functions */
33 #define SBSDIO_SPROM_CS 0x10000 /* sprom command and status */
34 #define SBSDIO_SPROM_INFO 0x10001 /* sprom info register */
35 #define SBSDIO_SPROM_DATA_LOW 0x10002 /* sprom indirect access data byte 0 */
36 #define SBSDIO_SPROM_DATA_HIGH 0x10003 /* sprom indirect access data byte 1 */
37 #define SBSDIO_SPROM_ADDR_LOW 0x10004 /* sprom indirect access addr byte 0 */
38 #define SBSDIO_SPROM_ADDR_HIGH 0x10005 /* sprom indirect access addr byte 0 */
39 #define SBSDIO_CHIP_CTRL_DATA 0x10006 /* xtal_pu (gpio) output */
40 #define SBSDIO_CHIP_CTRL_EN 0x10007 /* xtal_pu (gpio) enable */
41 #define SBSDIO_WATERMARK 0x10008 /* rev < 7, watermark for sdio device */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dsbsdio.h30 #define SBSDIO_NUM_FUNCTION 3 /* as of sdiod rev 0, supports 3 functions */
33 #define SBSDIO_SPROM_CS 0x10000 /* sprom command and status */
34 #define SBSDIO_SPROM_INFO 0x10001 /* sprom info register */
35 #define SBSDIO_SPROM_DATA_LOW 0x10002 /* sprom indirect access data byte 0 */
36 #define SBSDIO_SPROM_DATA_HIGH 0x10003 /* sprom indirect access data byte 1 */
37 #define SBSDIO_SPROM_ADDR_LOW 0x10004 /* sprom indirect access addr byte 0 */
38 #define SBSDIO_SPROM_ADDR_HIGH 0x10005 /* sprom indirect access addr byte 0 */
39 #define SBSDIO_CHIP_CTRL_DATA 0x10006 /* xtal_pu (gpio) output */
40 #define SBSDIO_CHIP_CTRL_EN 0x10007 /* xtal_pu (gpio) enable */
41 #define SBSDIO_WATERMARK 0x10008 /* rev < 7, watermark for sdio device */
[all …]

1234