Home
last modified time | relevance | path

Searched +full:0 +full:x080000 (Results 1 – 25 of 51) sorted by relevance

123

/linux/Documentation/devicetree/bindings/mtd/partitions/
H A Dnvmem-cells.yaml45 reg = <0x1200000 0x0140000>;
51 macaddr_gmac1: macaddr_gmac1@0 {
52 reg = <0x0 0x6>;
56 reg = <0x6 0x6>;
60 reg = <0x1000 0x2f20>;
64 reg = <0x5000 0x2f20>;
73 partition@0 {
75 reg = <0x000000 0x100000>;
82 reg = <0x100000 0xe00000>;
88 reg = <0xf00000 0x100000>;
[all …]
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm4709-linksys-ea9200.dts21 memory@0 {
23 reg = <0x00000000 0x08000000>,
24 <0x88000000 0x08000000>;
29 reg = <0x1c080000 0x100000>;
61 led-0 {
64 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>;
112 port@0 {
155 partition@0 {
157 reg = <0x0000000 0x0080000>;
163 reg = <0x080000 0x0100000>;
[all …]
/linux/Documentation/hwmon/
H A Dw83791d.rst10 Addresses scanned: I2C 0x2c - 0x2f
40 (default 0)
49 (default 0)
51 Use 'reset=1' to reset the chip (via index 0x40, bit 7). The default
56 a certain chip. Example usage is `force_subclients=0,0x2f,0x4a,0x4b`
57 to force the subclients of chip 0x2f on bus 0 to i2c addresses
58 0x4a and 0x4b.
90 set for each fan separately. Valid values range from 0 (stop) to 255 (full).
157 in0 (VCORE) 0x000001 0x000001
158 in1 (VINR0) 0x000002 0x002000 <== mismatch
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dg94.c35 nvkm_mask(device, 0x001098, 0x00000008, 0x00000000); in g94_bus_hwsq_exec()
36 nvkm_wr32(device, 0x001304, 0x00000000); in g94_bus_hwsq_exec()
37 nvkm_wr32(device, 0x001318, 0x00000000); in g94_bus_hwsq_exec()
38 for (i = 0; i < size; i++) in g94_bus_hwsq_exec()
39 nvkm_wr32(device, 0x080000 + (i * 4), data[i]); in g94_bus_hwsq_exec()
40 nvkm_mask(device, 0x001098, 0x00000018, 0x00000018); in g94_bus_hwsq_exec()
41 nvkm_wr32(device, 0x00130c, 0x00000001); in g94_bus_hwsq_exec()
44 if (!(nvkm_rd32(device, 0x001308) & 0x00000100)) in g94_bus_hwsq_exec()
46 ) < 0) in g94_bus_hwsq_exec()
49 return 0; in g94_bus_hwsq_exec()
/linux/include/linux/
H A Dmount.h26 MNT_NOSUID = 0x01,
27 MNT_NODEV = 0x02,
28 MNT_NOEXEC = 0x04,
29 MNT_NOATIME = 0x08,
30 MNT_NODIRATIME = 0x10,
31 MNT_RELATIME = 0x20,
32 MNT_READONLY = 0x40, /* does the user want this to be r/o? */
33 MNT_NOSYMFOLLOW = 0x80,
35 MNT_SHRINKABLE = 0x100,
37 MNT_INTERNAL = 0x4000,
[all …]
H A Dsm501-regs.h11 #define SM501_SYS_CONFIG (0x000000)
14 #define SM501_SYSTEM_CONTROL (0x000000)
16 #define SM501_SYSCTRL_PANEL_TRISTATE (1<<0)
21 #define SM501_SYSCTRL_PCI_SLAVE_BURST_1 (0<<4)
35 #define SM501_MISC_CONTROL (0x000004)
37 #define SM501_MISC_BUS_SH (0x0)
38 #define SM501_MISC_BUS_PCI (0x1)
39 #define SM501_MISC_BUS_XSCALE (0x2)
40 #define SM501_MISC_BUS_NEC (0x6)
41 #define SM501_MISC_BUS_MASK (0x7)
[all …]
/linux/arch/powerpc/include/asm/nohash/
H A Dpte-e500.h13 #define _PAGE_PRESENT 0x000001 /* software: pte contains a translation */
14 #define _PAGE_SW1 0x000002
15 #define _PAGE_BAP_SR 0x000004
16 #define _PAGE_BAP_UR 0x000008
17 #define _PAGE_BAP_SW 0x000010
18 #define _PAGE_BAP_UW 0x000020
19 #define _PAGE_BAP_SX 0x000040
20 #define _PAGE_BAP_UX 0x000080
21 #define _PAGE_PSIZE_MSK 0x000f00
22 #define _PAGE_TSIZE_4K 0x000100
[all …]
/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h10 #define PROT_READ 0x1 /* page can be read */
11 #define PROT_WRITE 0x2 /* page can be written */
12 #define PROT_EXEC 0x4 /* page can be executed */
13 #define PROT_SEM 0x8 /* page may be used for atomic ops */
14 /* 0x10 reserved for arch-specific use */
15 /* 0x20 reserved for arch-specific use */
16 #define PROT_NONE 0x0 /* page can not be accessed */
17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */
18 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */
20 /* 0x01 - 0x03 are defined in linux/mman.h */
[all …]
/linux/sound/drivers/vx/
H A Dvx_cmd.c19 [CMD_VERSION] = { 0x010000, 2, RMH_SSIZE_FIXED, 1 },
20 [CMD_SUPPORTED] = { 0x020000, 1, RMH_SSIZE_FIXED, 2 },
21 [CMD_TEST_IT] = { 0x040000, 1, RMH_SSIZE_FIXED, 1 },
22 [CMD_SEND_IRQA] = { 0x070001, 1, RMH_SSIZE_FIXED, 0 },
23 [CMD_IBL] = { 0x080000, 1, RMH_SSIZE_FIXED, 4 },
24 [CMD_ASYNC] = { 0x0A0000, 1, RMH_SSIZE_ARG, 0 },
25 [CMD_RES_PIPE] = { 0x400000, 1, RMH_SSIZE_FIXED, 0 },
26 [CMD_FREE_PIPE] = { 0x410000, 1, RMH_SSIZE_FIXED, 0 },
27 [CMD_CONF_PIPE] = { 0x42A101, 2, RMH_SSIZE_FIXED, 0 },
28 [CMD_ABORT_CONF_PIPE] = { 0x42A100, 2, RMH_SSIZE_FIXED, 0 },
[all …]
/linux/drivers/media/platform/via/
H A Dvia-camera.h5 #define VCR_INTCTRL 0x300 /* Capture interrupt control */
6 #define VCR_IC_EAV 0x0001 /* End of active video status */
7 #define VCR_IC_EVBI 0x0002 /* End of VBI status */
8 #define VCR_IC_FBOTFLD 0x0004 /* "flipping" Bottom field is active */
9 #define VCR_IC_ACTBUF 0x0018 /* Active video buffer */
10 #define VCR_IC_VSYNC 0x0020 /* 0 = VB, 1 = active video */
11 #define VCR_IC_BOTFLD 0x0040 /* Bottom field is active */
12 #define VCR_IC_FFULL 0x0080 /* FIFO full */
13 #define VCR_IC_INTEN 0x0100 /* End of active video int. enable */
14 #define VCR_IC_VBIINT 0x0200 /* End of VBI int enable */
[all …]
/linux/drivers/video/fbdev/
H A Dg364fb.c34 #define G364_MEM_BASE 0xe4400000
35 #define G364_PORT_BASE 0xe4000000
36 #define ID_REG 0xe4000000 /* Read only */
37 #define BOOT_REG 0xe4080000
38 #define TIMING_REG 0xe4080108 /* to 0x080170 - DON'T TOUCH! */
39 #define DISPLAY_REG 0xe4080118
40 #define VDISPLAY_REG 0xe4080150
41 #define MASK_REG 0xe4080200
42 #define CTLA_REG 0xe4080300
43 #define CURS_TOGGLE 0x800000
[all …]
/linux/drivers/media/pci/bt8xx/
H A Dbttv-audio-hook.c30 for (loops = 17; loops >= 0 ; loops--) { in winview_volume()
70 gpio_inout(0x300, 0x300); in gvbctv3pci_audio()
74 con = 0x000; in gvbctv3pci_audio()
77 con = 0x300; in gvbctv3pci_audio()
80 con = 0x200; in gvbctv3pci_audio()
83 gpio_bits(0x300, con); in gvbctv3pci_audio()
97 con = 0x300; in gvbctv5pci_audio()
100 con = 0x100; in gvbctv5pci_audio()
103 con = 0x000; in gvbctv5pci_audio()
106 if (con != (val & 0x300)) { in gvbctv5pci_audio()
[all …]
/linux/sound/soc/intel/catpt/
H A Ddevice.c33 memset(&cdev->dx_ctx, 0, sizeof(cdev->dx_ctx)); in catpt_do_suspend()
49 return 0; in catpt_do_suspend()
63 return 0; in catpt_do_suspend()
74 for (i = 0; i < CATPT_SSP_COUNT; i++) {
83 return 0; in catpt_resume()
90 return 0; in catpt_resume()
122 return 0; in catpt_runtime_suspend()
179 return 0; in catpt_probe_components()
241 cdev->lpe_ba = devm_platform_get_and_ioremap_resource(pdev, 0, &res); in catpt_dev_init()
254 * to/from HOST memory shall be outside the reserved range of 0xFFFxxxx in catpt_acpi_probe()
[all...]
/linux/tools/include/uapi/linux/
H A Dprctl.h23 * uid 0 (as per security/commoncap.c) */
36 # define PR_FP_EXC_SW_ENABLE 0x80 /* Use FPEXC for FP exception enables */
37 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */
38 # define PR_FP_EXC_OVF 0x020000 /* floating point overflow */
39 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */
40 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
41 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */
42 # define PR_FP_EXC_DISABLED 0 /* FP exceptions disabled */
51 # define PR_TIMING_STATISTICAL 0 /* Normal, traditional,
62 # define PR_ENDIAN_BIG 0
[all …]
/linux/include/uapi/linux/
H A Dprctl.h23 * uid 0 (as per security/commoncap.c) */
36 # define PR_FP_EXC_SW_ENABLE 0x80 /* Use FPEXC for FP exception enables */
37 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */
38 # define PR_FP_EXC_OVF 0x020000 /* floating point overflow */
39 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */
40 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
41 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */
42 # define PR_FP_EXC_DISABLED 0 /* FP exceptions disabled */
51 # define PR_TIMING_STATISTICAL 0 /* Normal, traditional,
62 # define PR_ENDIAN_BIG 0
[all …]
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h23 * uid 0 (as per security/commoncap.c) */
36 # define PR_FP_EXC_SW_ENABLE 0x80 /* Use FPEXC for FP exception enables */
37 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */
38 # define PR_FP_EXC_OVF 0x020000 /* floating point overflow */
39 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */
40 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
41 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */
42 # define PR_FP_EXC_DISABLED 0 /* FP exceptions disabled */
51 # define PR_TIMING_STATISTICAL 0 /* Normal, traditional,
62 # define PR_ENDIAN_BIG 0
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h29 #define AC_BE 0 /* Best Effort */
36 #define EDCF_ACI_MASK 0x60
38 #define EDCF_ACM_MASK 0x10
39 #define EDCF_ECWMIN_MASK 0x0f
41 #define EDCF_AIFSN_MASK 0x0f
43 #define EDCF_ECWMAX_MASK 0xf0
65 #define BRCMF_VNDR_IE_BEACON_FLAG 0x1
66 #define BRCMF_VNDR_IE_PRBRSP_FLAG 0x2
67 #define BRCMF_VNDR_IE_ASSOCRSP_FLAG 0x4
68 #define BRCMF_VNDR_IE_AUTHRSP_FLAG 0x8
[all …]
/linux/sound/pci/ctxfi/
H A Dct20k1reg.h10 #define DSPXRAM_START 0x000000
11 #define DSPXRAM_END 0x013FFC
12 #define DSPAXRAM_START 0x020000
13 #define DSPAXRAM_END 0x023FFC
14 #define DSPYRAM_START 0x040000
15 #define DSPYRAM_END 0x04FFFC
16 #define DSPAYRAM_START 0x020000
17 #define DSPAYRAM_END 0x063FFC
18 #define DSPMICRO_START 0x080000
19 #define DSPMICRO_END 0x0B3FFC
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dpci.c15 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7925),
17 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0717),
19 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7927),
21 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x6639),
23 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0738),
25 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7928),
27 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7935),
73 dev->backup_l1 = 0; in mt7925_reg_remap_restore()
78 dev->backup_l2 = 0; in mt7925_reg_remap_restore()
119 { 0x830c0000, 0x000000, 0x0001000 }, /* WF_MCU_BUS_CR_REMAP */ in __mt7925_reg_addr()
[all …]
/linux/arch/mips/include/asm/
H A Dcpu.h16 register 15, select 0) is defined in this (backwards compatible) way:
24 that bits 16-23 have been 0 for all MIPS processors before the MIPS32/64
28 #define PRID_OPT_MASK 0xff000000
34 #define PRID_COMP_MASK 0xff0000
36 #define PRID_COMP_LEGACY 0x000000
37 #define PRID_COMP_MIPS 0x010000
38 #define PRID_COMP_BROADCOM 0x020000
39 #define PRID_COMP_ALCHEMY 0x030000
40 #define PRID_COMP_SIBYTE 0x040000
41 #define PRID_COMP_SANDCRAFT 0x050000
[all …]
/linux/sound/soc/codecs/
H A Dcs43130.h17 #define CS43130_FIRSTREG 0x010000
18 #define CS43130_LASTREG 0x190000
19 #define CS43130_CHIP_ID 0x00043130
20 #define CS4399_CHIP_ID 0x00043990
21 #define CS43131_CHIP_ID 0x00043131
22 #define CS43198_CHIP_ID 0x00043198
23 #define CS43130_DEVID_AB 0x010000 /* Device ID A & B [RO] */
24 #define CS43130_DEVID_CD 0x010001 /* Device ID C & D [RO] */
25 #define CS43130_DEVID_E 0x010002 /* Device ID E [RO] */
26 #define CS43130_FAB_ID 0x010003 /* Fab ID [RO] */
[all …]
/linux/drivers/hid/
H A Dhid-prodikeys.c65 #define PK_QUIRK_NOGET 0x00010000
67 #define PCMIDI_CHANNEL_MIN 0
71 #define PCMIDI_SUSTAIN_MIN 0
109 unsigned channel = 0; in store_channel()
111 if (sscanf(buf, "%u", &channel) > 0 && channel <= PCMIDI_CHANNEL_MAX) { in store_channel()
146 unsigned sustain = 0; in store_sustain()
148 if (sscanf(buf, "%u", &sustain) > 0 && sustain <= PCMIDI_SUSTAIN_MAX) { in store_sustain()
151 pm->midi_sustain_mode = (0 == sustain || !pm->midi_mode) ? 0 : 1; in store_sustain()
184 int octave = 0; in store_octave()
186 if (sscanf(buf, "%d", &octave) > 0 && in store_octave()
[all …]
/linux/drivers/dma/
H A Dtimb_dma.c27 #define TIMBDMA_ACR 0x34
28 #define TIMBDMA_32BIT_ADDR 0x01
30 #define TIMBDMA_ISR 0x080000
31 #define TIMBDMA_IPR 0x080004
32 #define TIMBDMA_IER 0x080008
35 /* RX instances base addresses are 0x00, 0x40, 0x80 ...
36 * TX instances base addresses are 0x18, 0x58, 0x98 ...
38 #define TIMBDMA_INSTANCE_OFFSET 0x40
39 #define TIMBDMA_INSTANCE_TX_OFFSET 0x18
42 #define TIMBDMA_OFFS_RX_DHAR 0x00
[all …]
/linux/rust/kernel/pci/
H A Did.rs16 /// 23-16, subclass in bits 15-8, programming interface in bits 7-0).
41 Full = 0xffffff,
43 ClassSubclass = 0xffff00,
81 self.0 in as_raw()
90 if val > 0xFFFF { in to_24bit_class()
100 write!(f, "0x{:06x}", self.0) in fmt()
117 0xffffff => Ok(ClassMask::Full), in try_from()
118 0xffff00 => Ok(ClassMask::ClassSubclass), in try_from()
166 self.0 in as_raw()
[all...]
/linux/arch/mips/include/asm/pci/
H A Dbridge.h30 #define BRIDGE_ATE_RAM_SIZE 0x00000400 /* 1kB ATE RAM */
32 #define BRIDGE_CONFIG_BASE 0x20000
33 #define BRIDGE_CONFIG1_BASE 0x28000
34 #define BRIDGE_CONFIG_END 0x30000
35 #define BRIDGE_CONFIG_SLOT_SIZE 0x1000
37 #define BRIDGE_SSRAM_512K 0x00080000 /* 512kB */
38 #define BRIDGE_SSRAM_128K 0x00020000 /* 128kB */
39 #define BRIDGE_SSRAM_64K 0x00010000 /* 64kB */
40 #define BRIDGE_SSRAM_0K 0x00000000 /* 0kB */
48 #define ATE_V 0x01
[all …]

123