Home
last modified time | relevance | path

Searched +full:0 +full:x101 (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/verifier/
Datomic_xor.c4 /* val = 0x110; */
5 BPF_ST_MEM(BPF_DW, BPF_REG_10, -8, 0x110),
6 /* atomic_xor(&val, 0x011); */
7 BPF_MOV64_IMM(BPF_REG_1, 0x011),
9 /* if (val != 0x101) exit(2); */
11 BPF_JMP_IMM(BPF_JEQ, BPF_REG_0, 0x101, 2),
15 BPF_MOV64_IMM(BPF_REG_0, 0),
16 BPF_JMP_IMM(BPF_JEQ, BPF_REG_1, 0x011, 1),
26 /* val = 0x110; */
27 BPF_ST_MEM(BPF_DW, BPF_REG_10, -8, 0x110),
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
Ddmub_abm.c58 uint32_t fractional_pwm = (dc->dc->config.disable_fractional_pwm == false) ? 1 : 0; in dmub_abm_enable_fractional_pwm()
74 REG_WRITE(DC_ABM1_HG_SAMPLE_RATE, 0x103); in dmub_abm_init()
75 REG_WRITE(DC_ABM1_HG_SAMPLE_RATE, 0x101); in dmub_abm_init()
76 REG_WRITE(DC_ABM1_LS_SAMPLE_RATE, 0x103); in dmub_abm_init()
77 REG_WRITE(DC_ABM1_LS_SAMPLE_RATE, 0x101); in dmub_abm_init()
78 REG_WRITE(BL1_PWM_BL_UPDATE_SAMPLE_RATE, 0x101); in dmub_abm_init()
80 REG_SET_3(DC_ABM1_HG_MISC_CTRL, 0, in dmub_abm_init()
81 ABM1_HG_NUM_OF_BINS_SEL, 0, in dmub_abm_init()
83 ABM1_HG_BIN_BITWIDTH_SIZE_SEL, 0); in dmub_abm_init()
85 REG_SET_3(DC_ABM1_IPCSC_COEFF_SEL, 0, in dmub_abm_init()
[all …]
Ddce_abm.c52 #define MCP_ABM_LEVEL_SET 0x65
53 #define MCP_ABM_PIPE_SET 0x66
54 #define MCP_BL_SET 0x67
61 uint32_t rampingBoundary = 0xFFFF; in dce_abm_set_pipe()
66 REG_WAIT(MASTER_COMM_CNTL_REG, MASTER_COMM_INTERRUPT, 0, in dce_abm_set_pipe()
80 REG_WAIT(MASTER_COMM_CNTL_REG, MASTER_COMM_INTERRUPT, 0, in dce_abm_set_pipe()
93 unsigned int backlight_8_bit = 0; in dmcu_set_backlight_level()
96 if (backlight_pwm_u16_16 & 0x10000) in dmcu_set_backlight_level()
98 backlight_8_bit = 0xFF; in dmcu_set_backlight_level()
101 backlight_8_bit = (backlight_pwm_u16_16 >> 8) & 0xFF; in dmcu_set_backlight_level()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
Ddce_abm.c52 #define MCP_ABM_LEVEL_SET 0x65
53 #define MCP_ABM_PIPE_SET 0x66
54 #define MCP_BL_SET 0x67
61 uint32_t rampingBoundary = 0xFFFF; in dce_abm_set_pipe()
66 REG_WAIT(MASTER_COMM_CNTL_REG, MASTER_COMM_INTERRUPT, 0, in dce_abm_set_pipe()
80 REG_WAIT(MASTER_COMM_CNTL_REG, MASTER_COMM_INTERRUPT, 0, in dce_abm_set_pipe()
93 unsigned int backlight_8_bit = 0; in dmcu_set_backlight_level()
96 if (backlight_pwm_u16_16 & 0x10000) in dmcu_set_backlight_level()
98 backlight_8_bit = 0xFF; in dmcu_set_backlight_level()
101 backlight_8_bit = (backlight_pwm_u16_16 >> 8) & 0xFF; in dmcu_set_backlight_level()
[all …]
/kernel/linux/linux-5.10/drivers/ide/
Dmacide.c27 #define IDE_BASE 0x50F1A000 /* Base address of IDE controller */
34 #define IDE_CONTROL 0x38 /* control/altstatus */
46 #define IDE_IFR 0x101 /* (0x101) IDE interrupt flags on Quadra:
48 * Bit 0+1: some interrupt flags
60 if (*ide_ifr & 0x20) in macide_test_irq()
62 return 0; in macide_test_irq()
67 *ide_ifr &= ~0x20; in macide_clear_irq()
75 memset(hw, 0, sizeof(*hw)); in macide_setup_ports()
77 for (i = 0; i < 8; i++) in macide_setup_ports()
115 mem = platform_get_resource(pdev, IORESOURCE_MEM, 0); in mac_ide_probe()
[all …]
/kernel/linux/linux-6.6/include/linux/
Delfnote-lto.h6 #define LINUX_ELFNOTE_LTO_INFO 0x101
11 #define BUILD_LTO_INFO ELFNOTE32("Linux", LINUX_ELFNOTE_LTO_INFO, 0)
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/ampere/emag/
Dclock.json8 "EventCode": "0x101",
14 "EventCode": "0x110",
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/arm64/ampere/emag/
Dclock.json4 "EventCode": "0x11",
10 "EventCode": "0x101",
16 "EventCode": "0x110",
/kernel/linux/linux-6.6/drivers/of/unittest-data/
Doverlay_bad_add_dup_node.dtso18 power_bus = <0x1 0x2>;
25 power_bus_emergency = <0x101 0x102>;
/kernel/linux/linux-5.10/drivers/of/unittest-data/
Doverlay_bad_add_dup_node.dts19 power_bus = < 0x1 0x2 >;
26 power_bus_emergency = < 0x101 0x102 >;
/kernel/linux/linux-5.10/arch/arm/probes/
Ddecode-arm.c19 #define sign_extend(x, signbit) ((x) | (0 - ((x) & (1 << (signbit)))))
21 #define branch_displacement(insn) sign_extend(((insn) & 0xffffff) << 2, 25)
72 regs->ARM_pc = iaddr + 8 + disp + ((insn >> 23) & 0x2); in simulate_blx1()
79 int rm = insn & 0xf; in simulate_blx2bx()
85 regs->ARM_pc = rmv & ~0x1; in simulate_blx2bx()
87 if (rmv & 0x1) in simulate_blx2bx()
94 int rd = (insn >> 12) & 0xf; in simulate_mrs()
95 unsigned long mask = 0xf8ff03df; /* Mask out execution state */ in simulate_mrs()
119 /* PLDI (immediate) 1111 0100 x101 xxxx xxxx xxxx xxxx xxxx */
121 /* PLD (immediate) 1111 0101 x101 xxxx xxxx xxxx xxxx xxxx */
[all …]
/kernel/linux/linux-6.6/arch/arm/probes/
Ddecode-arm.c19 #define sign_extend(x, signbit) ((x) | (0 - ((x) & (1 << (signbit)))))
21 #define branch_displacement(insn) sign_extend(((insn) & 0xffffff) << 2, 25)
72 regs->ARM_pc = iaddr + 8 + disp + ((insn >> 23) & 0x2); in simulate_blx1()
79 int rm = insn & 0xf; in simulate_blx2bx()
85 regs->ARM_pc = rmv & ~0x1; in simulate_blx2bx()
87 if (rmv & 0x1) in simulate_blx2bx()
94 int rd = (insn >> 12) & 0xf; in simulate_mrs()
95 unsigned long mask = 0xf8ff03df; /* Mask out execution state */ in simulate_mrs()
119 /* PLDI (immediate) 1111 0100 x101 xxxx xxxx xxxx xxxx xxxx */
121 /* PLD (immediate) 1111 0101 x101 xxxx xxxx xxxx xxxx xxxx */
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/
Dmulti-inno,mi0283qt.txt11 the panel interface mode (IM[3:0] pins):
13 - absent: IM=x101 3-wire 9-bit data serial interface
17 - rotation: panel rotation in degrees counter clockwise (0,90,180,270)
20 mi0283qt@0{
22 reg = <0>;
25 dc-gpios = <&gpio 25 0>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/
Dmulti-inno,mi0283qt.txt11 the panel interface mode (IM[3:0] pins):
13 - absent: IM=x101 3-wire 9-bit data serial interface
17 - rotation: panel rotation in degrees counter clockwise (0,90,180,270)
20 mi0283qt@0{
22 reg = <0>;
25 dc-gpios = <&gpio 25 0>;
/kernel/linux/linux-6.6/include/soc/arc/
Dtimers.h12 #define ARC_REG_TIMER0_LIMIT 0x23 /* timer 0 limit */
13 #define ARC_REG_TIMER0_CTRL 0x22 /* timer 0 control */
14 #define ARC_REG_TIMER0_CNT 0x21 /* timer 0 count */
15 #define ARC_REG_TIMER1_LIMIT 0x102 /* timer 1 limit */
16 #define ARC_REG_TIMER1_CTRL 0x101 /* timer 1 control */
17 #define ARC_REG_TIMER1_CNT 0x100 /* timer 1 count */
20 #define ARC_TIMER_CTRL_IE (1 << 0) /* Interrupt when Count reaches limit */
23 #define ARC_TIMERN_MAX 0xFFFFFFFF
25 #define ARC_REG_TIMERS_BCR 0x75
/kernel/linux/linux-5.10/include/soc/arc/
Dtimers.h12 #define ARC_REG_TIMER0_LIMIT 0x23 /* timer 0 limit */
13 #define ARC_REG_TIMER0_CTRL 0x22 /* timer 0 control */
14 #define ARC_REG_TIMER0_CNT 0x21 /* timer 0 count */
15 #define ARC_REG_TIMER1_LIMIT 0x102 /* timer 1 limit */
16 #define ARC_REG_TIMER1_CTRL 0x101 /* timer 1 control */
17 #define ARC_REG_TIMER1_CNT 0x100 /* timer 1 count */
20 #define TIMER_CTRL_IE (1 << 0) /* Interrupt when Count reaches limit */
23 #define ARC_TIMERN_MAX 0xFFFFFFFF
25 #define ARC_REG_TIMERS_BCR 0x75
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Dps3gpu.h16 #define L1GPU_CONTEXT_ATTRIBUTE_DISPLAY_SYNC 0x101
17 #define L1GPU_CONTEXT_ATTRIBUTE_DISPLAY_FLIP 0x102
19 #define L1GPU_CONTEXT_ATTRIBUTE_FB_SETUP 0x600
20 #define L1GPU_CONTEXT_ATTRIBUTE_FB_BLIT 0x601
21 #define L1GPU_CONTEXT_ATTRIBUTE_FB_BLIT_SYNC 0x602
22 #define L1GPU_CONTEXT_ATTRIBUTE_FB_CLOSE 0x603
39 head, ddr_offset, 0, 0); in lv1_gpu_display_sync()
47 head, ddr_offset, 0, 0); in lv1_gpu_display_flip()
55 xdr_lpar, xdr_size, ioif_offset, 0); in lv1_gpu_fb_setup()
70 L1GPU_CONTEXT_ATTRIBUTE_FB_CLOSE, 0, in lv1_gpu_fb_close()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dps3gpu.h16 #define L1GPU_CONTEXT_ATTRIBUTE_DISPLAY_SYNC 0x101
17 #define L1GPU_CONTEXT_ATTRIBUTE_DISPLAY_FLIP 0x102
19 #define L1GPU_CONTEXT_ATTRIBUTE_FB_SETUP 0x600
20 #define L1GPU_CONTEXT_ATTRIBUTE_FB_BLIT 0x601
21 #define L1GPU_CONTEXT_ATTRIBUTE_FB_BLIT_SYNC 0x602
22 #define L1GPU_CONTEXT_ATTRIBUTE_FB_CLOSE 0x603
39 head, ddr_offset, 0, 0); in lv1_gpu_display_sync()
47 head, ddr_offset, 0, 0); in lv1_gpu_display_flip()
55 xdr_lpar, xdr_size, ioif_offset, 0); in lv1_gpu_fb_setup()
70 L1GPU_CONTEXT_ATTRIBUTE_FB_CLOSE, 0, in lv1_gpu_fb_close()
[all …]
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/
Dip22-mc.c35 …return ((memconfig & SGIMC_MCONFIG_RMASK) + 0x0100) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >=… in get_bank_size()
41 return bank % 2 ? res & 0xffff : res >> 16; in get_bank_config()
59 for (i = 0; i < 4; i++) { in probe_memory()
90 /* Step 0: Make sure we turn off the watchdog in case it's in sgimc_init()
103 sgimc->cstat = sgimc->gstat = 0; in sgimc_init()
120 tmp &= ~0xf; in sgimc_init()
121 tmp |= 0xd; in sgimc_init()
131 * 31 16 15 8 7 0 in sgimc_init()
136 * for IP22 we get INCREMENT=1, DIVIDER=1 == 0x101 in sgimc_init()
138 sgimc->divider = 0x101; in sgimc_init()
[all …]
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/
Dip22-mc.c35 …return ((memconfig & SGIMC_MCONFIG_RMASK) + 0x0100) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >=… in get_bank_size()
41 return bank % 2 ? res & 0xffff : res >> 16; in get_bank_config()
59 for (i = 0; i < 4; i++) { in probe_memory()
90 /* Step 0: Make sure we turn off the watchdog in case it's in sgimc_init()
103 sgimc->cstat = sgimc->gstat = 0; in sgimc_init()
120 tmp &= ~0xf; in sgimc_init()
121 tmp |= 0xd; in sgimc_init()
131 * 31 16 15 8 7 0 in sgimc_init()
136 * for IP22 we get INCREMENT=1, DIVIDER=1 == 0x101 in sgimc_init()
138 sgimc->divider = 0x101; in sgimc_init()
[all …]
/kernel/linux/linux-6.6/arch/arm64/boot/dts/marvell/
Darmada-ap810-ap0-octa-core.dtsi13 #size-cells = <0>;
16 cpu0: cpu@0 {
19 reg = <0x000>;
25 reg = <0x001>;
31 reg = <0x100>;
37 reg = <0x101>;
43 reg = <0x200>;
49 reg = <0x201>;
55 reg = <0x300>;
61 reg = <0x301>;
/kernel/linux/linux-5.10/arch/arm64/boot/dts/marvell/
Darmada-ap810-ap0-octa-core.dtsi13 #size-cells = <0>;
16 cpu0: cpu@0 {
19 reg = <0x000>;
25 reg = <0x001>;
31 reg = <0x100>;
37 reg = <0x101>;
43 reg = <0x200>;
49 reg = <0x201>;
55 reg = <0x300>;
61 reg = <0x301>;
/kernel/linux/linux-5.10/drivers/media/rc/keymaps/
Drc-x96max.c13 { 0x140, KEY_POWER },
22 { 0x118, KEY_VOLUMEUP },
23 { 0x110, KEY_VOLUMEDOWN },
25 { 0x143, KEY_MUTE }, // config
27 { 0x100, KEY_EPG }, // mouse
28 { 0x119, KEY_BACK },
30 { 0x116, KEY_UP },
31 { 0x151, KEY_LEFT },
32 { 0x150, KEY_RIGHT },
33 { 0x11a, KEY_DOWN },
[all …]
/kernel/linux/linux-6.6/drivers/media/rc/keymaps/
Drc-x96max.c13 { 0x140, KEY_POWER },
22 { 0x118, KEY_VOLUMEUP },
23 { 0x110, KEY_VOLUMEDOWN },
25 { 0x143, KEY_MUTE }, // config
27 { 0x100, KEY_EPG }, // mouse
28 { 0x119, KEY_BACK },
30 { 0x116, KEY_UP },
31 { 0x151, KEY_LEFT },
32 { 0x150, KEY_RIGHT },
33 { 0x11a, KEY_DOWN },
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/
Dnvidia,tegra194-ccplex.yaml41 #size-cells = <0>;
43 cpu0_0: cpu@0 {
46 reg = <0x0>;
53 reg = <0x001>;
60 reg = <0x100>;
67 reg = <0x101>;

12345678910>>...25