Home
last modified time | relevance | path

Searched +full:0 +full:x402 (Results 1 – 25 of 56) sorted by relevance

123

/Linux-v6.1/include/dt-bindings/reset/
Dhisi,hi6220-resets.h9 #define PERIPH_RSTDIS0_MMC0 0x000
10 #define PERIPH_RSTDIS0_MMC1 0x001
11 #define PERIPH_RSTDIS0_MMC2 0x002
12 #define PERIPH_RSTDIS0_NANDC 0x003
13 #define PERIPH_RSTDIS0_USBOTG_BUS 0x004
14 #define PERIPH_RSTDIS0_POR_PICOPHY 0x005
15 #define PERIPH_RSTDIS0_USBOTG 0x006
16 #define PERIPH_RSTDIS0_USBOTG_32K 0x007
17 #define PERIPH_RSTDIS1_HIFI 0x100
18 #define PERIPH_RSTDIS1_DIGACODEC 0x105
[all …]
/Linux-v6.1/arch/m68k/coldfire/
Ddma_timer.c18 #define DMA_TIMER_0 (0x00)
19 #define DMA_TIMER_1 (0x40)
20 #define DMA_TIMER_2 (0x80)
21 #define DMA_TIMER_3 (0xc0)
23 #define DTMR0 (MCF_IPSBAR + DMA_TIMER_0 + 0x400)
24 #define DTXMR0 (MCF_IPSBAR + DMA_TIMER_0 + 0x402)
25 #define DTER0 (MCF_IPSBAR + DMA_TIMER_0 + 0x403)
26 #define DTRR0 (MCF_IPSBAR + DMA_TIMER_0 + 0x404)
27 #define DTCR0 (MCF_IPSBAR + DMA_TIMER_0 + 0x408)
28 #define DTCN0 (MCF_IPSBAR + DMA_TIMER_0 + 0x40c)
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/display/msm/
Ddpu-sc7280.yaml72 "^display-controller@[0-9a-f]+$":
128 port@0:
137 - port@0
174 reg = <0xae00000 0x1000>;
191 iommus = <&apps_smmu 0x900 0x402>;
196 reg = <0x0ae01000 0x8f000>,
197 <0x0aeb0000 0x2008>;
215 interrupts = <0>;
221 #size-cells = <0>;
223 port@0 {
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/include/asic_reg/oss/
Doss_2_0_d.h27 #define mmIH_VMID_0_LUT 0xf50
28 #define mmIH_VMID_1_LUT 0xf51
29 #define mmIH_VMID_2_LUT 0xf52
30 #define mmIH_VMID_3_LUT 0xf53
31 #define mmIH_VMID_4_LUT 0xf54
32 #define mmIH_VMID_5_LUT 0xf55
33 #define mmIH_VMID_6_LUT 0xf56
34 #define mmIH_VMID_7_LUT 0xf57
35 #define mmIH_VMID_8_LUT 0xf58
36 #define mmIH_VMID_9_LUT 0xf59
[all …]
/Linux-v6.1/drivers/staging/fbtft/
Dfb_bd663474.c31 write_reg(par, 0x000, 0x0001); /*oscillator 0: stop, 1: operation */ in init_display()
35 write_reg(par, 0x100, 0x0000); /* power supply setup */ in init_display()
36 write_reg(par, 0x101, 0x0000); in init_display()
37 write_reg(par, 0x102, 0x3110); in init_display()
38 write_reg(par, 0x103, 0xe200); in init_display()
39 write_reg(par, 0x110, 0x009d); in init_display()
40 write_reg(par, 0x111, 0x0022); in init_display()
41 write_reg(par, 0x100, 0x0120); in init_display()
44 write_reg(par, 0x100, 0x3120); in init_display()
47 write_reg(par, 0x001, 0x0100); in init_display()
[all …]
/Linux-v6.1/arch/sh/include/asm/
Dsh7760fb.h17 #define SH7760FB_PALETTE_MASK 0x00f8fcf8
20 #define SH7760FB_DMA_MASK 0x0C000000
26 #define LDICKR 0x400
27 #define LDMTR 0x402
29 #define LDDFR 0x404
31 #define LDDFR_COLOR_MASK 0x7F
32 #define LDSMR 0x406
34 #define LDSARU 0x408
35 #define LDSARL 0x40c
36 #define LDLAOR 0x410
[all …]
/Linux-v6.1/arch/x86/include/asm/uv/
Dbios.h31 #define UV_BIOS_EXTRA 0x10000
32 #define UV_BIOS_GET_PCI_TOPOLOGY 0x10001
33 #define UV_BIOS_GET_GEOINFO 0x10003
35 #define UV_BIOS_EXTRA_OP_MEM_COPYIN 0x1000
36 #define UV_BIOS_EXTRA_OP_MEM_COPYOUT 0x2000
37 #define UV_BIOS_EXTRA_OP_MASK 0x0fff
50 BIOS_STATUS_SUCCESS = 0,
68 #define UV_GAM_RANGE_TYPE_UNUSED 0 /* End of table */
96 #define UV_SYSTAB_VERSION_UV4 0x400 /* UV4 BIOS base version */
97 #define UV_SYSTAB_VERSION_UV4_1 0x401 /* + gpa_shift */
[all …]
/Linux-v6.1/arch/x86/include/uapi/asm/
Dsvm.h5 #define SVM_EXIT_READ_CR0 0x000
6 #define SVM_EXIT_READ_CR2 0x002
7 #define SVM_EXIT_READ_CR3 0x003
8 #define SVM_EXIT_READ_CR4 0x004
9 #define SVM_EXIT_READ_CR8 0x008
10 #define SVM_EXIT_WRITE_CR0 0x010
11 #define SVM_EXIT_WRITE_CR2 0x012
12 #define SVM_EXIT_WRITE_CR3 0x013
13 #define SVM_EXIT_WRITE_CR4 0x014
14 #define SVM_EXIT_WRITE_CR8 0x018
[all …]
/Linux-v6.1/tools/arch/x86/include/uapi/asm/
Dsvm.h5 #define SVM_EXIT_READ_CR0 0x000
6 #define SVM_EXIT_READ_CR2 0x002
7 #define SVM_EXIT_READ_CR3 0x003
8 #define SVM_EXIT_READ_CR4 0x004
9 #define SVM_EXIT_READ_CR8 0x008
10 #define SVM_EXIT_WRITE_CR0 0x010
11 #define SVM_EXIT_WRITE_CR2 0x012
12 #define SVM_EXIT_WRITE_CR3 0x013
13 #define SVM_EXIT_WRITE_CR4 0x014
14 #define SVM_EXIT_WRITE_CR8 0x018
[all …]
/Linux-v6.1/drivers/media/dvb-frontends/
Dau8522_priv.h27 #define AU8522_ANALOG_MODE 0
88 #define AU8522_INPUT_CONTROL_REG081H 0x081
89 #define AU8522_PGA_CONTROL_REG082H 0x082
90 #define AU8522_CLAMPING_CONTROL_REG083H 0x083
92 #define AU8522_MODULE_CLOCK_CONTROL_REG0A3H 0x0A3
93 #define AU8522_SYSTEM_MODULE_CONTROL_0_REG0A4H 0x0A4
94 #define AU8522_SYSTEM_MODULE_CONTROL_1_REG0A5H 0x0A5
95 #define AU8522_AGC_CONTROL_RANGE_REG0A6H 0x0A6
96 #define AU8522_SYSTEM_GAIN_CONTROL_REG0A7H 0x0A7
97 #define AU8522_TUNER_AGC_RF_STOP_REG0A8H 0x0A8
[all …]
/Linux-v6.1/drivers/scsi/
Dmac_esp.c40 #define MAC_ESP_IO_BASE 0x50F00000
41 #define MAC_ESP_REGS_QUADRA (MAC_ESP_IO_BASE + 0x10000)
42 #define MAC_ESP_REGS_QUADRA2 (MAC_ESP_IO_BASE + 0xF000)
43 #define MAC_ESP_REGS_QUADRA3 (MAC_ESP_IO_BASE + 0x18000)
44 #define MAC_ESP_REGS_SPACING 0x402
45 #define MAC_ESP_PDMA_REG 0xF9800024
46 #define MAC_ESP_PDMA_REG_SPACING 0x4
47 #define MAC_ESP_PDMA_IO_OFFSET 0x100
99 return 0; in mac_esp_wait_for_empty_fifo()
121 return 0; in mac_esp_wait_for_dreq()
[all …]
Dzorro_esp.c60 unsigned char dma_addr; /* DMA address [0x0000] */
61 unsigned char dmapad2[0x7fff];
62 unsigned char dma_latch; /* DMA latch [0x8000] */
68 unsigned char dma_addr; /* DMA address [0x0000] */
69 unsigned char dmapad2[0xf];
70 unsigned char dma_latch; /* DMA latch [0x0010] */
76 unsigned char dma_led_ctrl; /* DMA led control [0x000] */
77 unsigned char dmapad1[0x0f];
78 unsigned char dma_addr0; /* DMA address (MSB) [0x010] */
79 unsigned char dmapad2[0x03];
[all …]
/Linux-v6.1/drivers/net/ethernet/brocade/bna/
Dbna_hw_defs.h33 #define BFI_VLAN_WORD_MASK 0x1F
35 #define BFI_VLAN_BMASK_ALL 0xFF
38 #define BFI_MAX_COALESCING_TIMEO 0xFF /* in 5us units */
39 #define BFI_MAX_INTERPKT_COUNT 0xFF
40 #define BFI_MAX_INTERPKT_TIMEO 0xF /* in 0.5us units */
51 #define BFI_TX_MAX_WRR_QUOTA 0xFFF
54 #define BFI_TX_MAX_VECTORS_PER_PKT 0xFF
55 #define BFI_TX_MAX_DATA_PER_VECTOR 0xFFFF
56 #define BFI_TX_MAX_DATA_PER_PKT 0xFFFFFF
62 #define BFI_TX_PRIO_MAP_ALL 0xFF
[all …]
Dbfi_enet.h58 #define BFI_ENET_TXQ_WI_SEND (0x402) /* Single Frame Transmission */
59 #define BFI_ENET_TXQ_WI_SEND_LSO (0x403) /* Multi-Frame Transmission */
60 #define BFI_ENET_TXQ_WI_EXTENSION (0x104) /* Extension WI */
69 #define BFI_ENET_TXQ_WI_CF_IP_CKSUM BIT(0)
108 (((_hdr_size) << 10) | ((_offset) & 0x3FF))
117 #define BFI_ENET_CQ_EF_MAC_ERROR BIT(0)
330 BFI_ENET_CMD_OK = 0,
361 u8 enable; /* 1 = enable; 0 = disable */
401 BFI_ENET_TX_VLAN_NOP = 0,
457 BFI_ENET_HDS_FORCED = 0x01,
[all …]
/Linux-v6.1/fs/ntfs3/
Dlznt.c20 #define LZNT_CHUNK_SIZE 0x1000
41 size_t len = 0; in get_match_len()
51 size_t len1 = 0, len2 = 0; in longest_match_std()
55 ((40543U * ((((src[0] << 4) ^ src[1]) << 4) ^ src[2])) >> 4) & in longest_match_std()
60 if (hash[0] >= ctx->unc && hash[0] < src && hash[0][0] == src[0] && in longest_match_std()
61 hash[0][1] == src[1] && hash[0][2] == src[2]) { in longest_match_std()
65 hash[0] + 3, ctx->max_len - 3); in longest_match_std()
68 if (hash[1] >= ctx->unc && hash[1] < src && hash[1][0] == src[0] && in longest_match_std()
81 ctx->best_match = hash[0]; in longest_match_std()
84 hash[1] = hash[0]; in longest_match_std()
[all …]
/Linux-v6.1/include/linux/mfd/mt6331/
Dregisters.h10 #define MT6331_STRUP_CON0 0x0
11 #define MT6331_STRUP_CON2 0x2
12 #define MT6331_STRUP_CON3 0x4
13 #define MT6331_STRUP_CON4 0x6
14 #define MT6331_STRUP_CON5 0x8
15 #define MT6331_STRUP_CON6 0xA
16 #define MT6331_STRUP_CON7 0xC
17 #define MT6331_STRUP_CON8 0xE
18 #define MT6331_STRUP_CON9 0x10
19 #define MT6331_STRUP_CON10 0x12
[all …]
/Linux-v6.1/include/uapi/linux/
Delf.h26 #define PT_NULL 0
34 #define PT_LOOS 0x60000000 /* OS-specific */
35 #define PT_HIOS 0x6fffffff /* OS-specific */
36 #define PT_LOPROC 0x70000000
37 #define PT_HIPROC 0x7fffffff
38 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550)
39 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
40 #define PT_GNU_RELRO (PT_LOOS + 0x474e552)
41 #define PT_GNU_PROPERTY (PT_LOOS + 0x474e553)
45 #define PT_AARCH64_MEMTAG_MTE (PT_LOPROC + 0x2)
[all …]
/Linux-v6.1/tools/lib/traceevent/plugins/
Dplugin_kvm.c62 for (i = 0; i < len; ++i) in disassemble()
64 out[len*3-1] = '\0'; in disassemble()
72 _ER(EXCEPTION_NMI, 0) \
119 _ER(EXIT_READ_CR0, 0x000) \
120 _ER(EXIT_READ_CR3, 0x003) \
121 _ER(EXIT_READ_CR4, 0x004) \
122 _ER(EXIT_READ_CR8, 0x008) \
123 _ER(EXIT_WRITE_CR0, 0x010) \
124 _ER(EXIT_WRITE_CR3, 0x013) \
125 _ER(EXIT_WRITE_CR4, 0x014) \
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/pm/powerplay/inc/
Dsmu7_ppsmc.h30 #define PPSMC_MSG_SetGBDroopSettings ((uint16_t) 0x305)
32 #define PPSMC_SWSTATE_FLAG_DC 0x01
33 #define PPSMC_SWSTATE_FLAG_UVD 0x02
34 #define PPSMC_SWSTATE_FLAG_VCE 0x04
36 #define PPSMC_THERMAL_PROTECT_TYPE_INTERNAL 0x00
37 #define PPSMC_THERMAL_PROTECT_TYPE_EXTERNAL 0x01
38 #define PPSMC_THERMAL_PROTECT_TYPE_NONE 0xff
40 #define PPSMC_SYSTEMFLAG_GPIO_DC 0x01
41 #define PPSMC_SYSTEMFLAG_STEPVDDC 0x02
42 #define PPSMC_SYSTEMFLAG_GDDR5 0x04
[all …]
Dfiji_ppsmc.h30 #define PPSMC_SWSTATE_FLAG_DC 0x01
31 #define PPSMC_SWSTATE_FLAG_UVD 0x02
32 #define PPSMC_SWSTATE_FLAG_VCE 0x04
34 #define PPSMC_THERMAL_PROTECT_TYPE_INTERNAL 0x00
35 #define PPSMC_THERMAL_PROTECT_TYPE_EXTERNAL 0x01
36 #define PPSMC_THERMAL_PROTECT_TYPE_NONE 0xff
38 #define PPSMC_SYSTEMFLAG_GPIO_DC 0x01
39 #define PPSMC_SYSTEMFLAG_STEPVDDC 0x02
40 #define PPSMC_SYSTEMFLAG_GDDR5 0x04
42 #define PPSMC_SYSTEMFLAG_DISABLE_BABYSTEP 0x08
[all …]
/Linux-v6.1/include/uapi/linux/usb/
Daudio.h28 #define UAC_VERSION_1 0x00
29 #define UAC_VERSION_2 0x20
30 #define UAC_VERSION_3 0x30
33 #define USB_SUBCLASS_AUDIOCONTROL 0x01
34 #define USB_SUBCLASS_AUDIOSTREAMING 0x02
35 #define USB_SUBCLASS_MIDISTREAMING 0x03
38 #define UAC_HEADER 0x01
39 #define UAC_INPUT_TERMINAL 0x02
40 #define UAC_OUTPUT_TERMINAL 0x03
41 #define UAC_MIXER_UNIT 0x04
[all …]
/Linux-v6.1/Documentation/RCU/
Dstallwarn.rst226 2-...: (3 GPs behind) idle=06c/0/0 softirq=1453/1455 fqs=0
227 16-...: (0 ticks this GP) idle=81c/0/0 softirq=764/764 fqs=0
241 the RCU core for the past three grace periods. In contrast, CPU 16's "(0
294 …_preempt kthread activity 23807 (4297905177-4297881370), jiffies_till_next_fqs=3, root ->qsmask 0x0
307 rcu_sched kthread starved for 23807 jiffies! g7075 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x1 ->cpu=5
322 kthread timer wakeup didn't happen for 23804 jiffies! g7076 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402
361 INFO: rcu_sched detected expedited stalls on CPUs/tasks: { 7-... } 21119 jiffies s: 73 root: 0x2/.
/Linux-v6.1/drivers/gpu/drm/tegra/
Ddc.h176 #define DC_CMD_GENERAL_INCR_SYNCPT 0x000
177 #define DC_CMD_GENERAL_INCR_SYNCPT_CNTRL 0x001
179 #define SYNCPT_CNTRL_SOFT_RESET (1 << 0)
180 #define DC_CMD_GENERAL_INCR_SYNCPT_ERROR 0x002
181 #define DC_CMD_WIN_A_INCR_SYNCPT 0x008
182 #define DC_CMD_WIN_A_INCR_SYNCPT_CNTRL 0x009
183 #define DC_CMD_WIN_A_INCR_SYNCPT_ERROR 0x00a
184 #define DC_CMD_WIN_B_INCR_SYNCPT 0x010
185 #define DC_CMD_WIN_B_INCR_SYNCPT_CNTRL 0x011
186 #define DC_CMD_WIN_B_INCR_SYNCPT_ERROR 0x012
[all …]
/Linux-v6.1/drivers/perf/
Dqcom_l2_pmu.c31 #define L2PMCR_NUM_EV_MASK 0x1F
33 #define L2PMCR 0x400
34 #define L2PMCNTENCLR 0x403
35 #define L2PMCNTENSET 0x404
36 #define L2PMINTENCLR 0x405
37 #define L2PMINTENSET 0x406
38 #define L2PMOVSCLR 0x407
39 #define L2PMOVSSET 0x408
40 #define L2PMCCNTCR 0x409
41 #define L2PMCCNTR 0x40A
[all …]
/Linux-v6.1/drivers/hwmon/
Dnct6775-core.c22 * nct6106d 9 3 3 6+3 0xc450 0xc1 0x5ca3
23 * nct6116d 9 5 5 3+3 0xd280 0xc1 0x5ca3
24 * nct6775f 9 4 3 6+3 0xb470 0xc1 0x5ca3
25 * nct6776f 9 5 3 6+3 0xc330 0xc1 0x5ca3
26 * nct6779d 15 5 5 2+6 0xc560 0xc1 0x5ca3
27 * nct6791d 15 6 6 2+6 0xc800 0xc1 0x5ca3
28 * nct6792d 15 6 6 2+6 0xc910 0xc1 0x5ca3
29 * nct6793d 15 6 6 2+6 0xd120 0xc1 0x5ca3
30 * nct6795d 14 6 6 2+6 0xd350 0xc1 0x5ca3
31 * nct6796d 14 7 7 2+6 0xd420 0xc1 0x5ca3
[all …]

123