/Linux-v6.6/Documentation/devicetree/bindings/mtd/partitions/ |
D | nvmem-cells.yaml | 44 reg = <0x1200000 0x0140000>; 50 macaddr_gmac1: macaddr_gmac1@0 { 51 reg = <0x0 0x6>; 55 reg = <0x6 0x6>; 59 reg = <0x1000 0x2f20>; 63 reg = <0x5000 0x2f20>; 72 partition@0 { 74 reg = <0x000000 0x100000>; 81 reg = <0x100000 0xe00000>; 87 reg = <0xf00000 0x100000>; [all …]
|
D | fixed-partitions.yaml | 33 "@[0-9a-f]+$": 59 partition@0 { 61 reg = <0x0000000 0x100000>; 66 reg = <0x0100000 0x200000>; 77 partition@0 { 79 reg = <0x00000000 0x1 0x00000000>; 91 partition@0 { 93 reg = <0x0 0x00000000 0x2 0x00000000>; 99 reg = <0x2 0x00000000 0x1 0x00000000>; 109 partition@0 { [all …]
|
/Linux-v6.6/arch/arm64/boot/dts/renesas/ |
D | r8a77980-v3hsk.dts | 49 #size-cells = <0>; 51 port@0 { 52 reg = <0>; 70 reg = <0 0x48000000 0 0x78000000>; 75 #clock-cells = <0>; 79 vcc1v8_d4: regulator-0 { 101 clock-names = "du.0", "dclkin.0"; 114 pinctrl-0 = <&gether_pins>; 122 phy0: ethernet-phy@0 { 126 reg = <0>; [all …]
|
D | r8a77970-v3msk.dts | 47 #size-cells = <0>; 49 port@0 { 50 reg = <0>; 68 reg = <0x0 0x48000000 0x0 0x78000000>; 73 #clock-cells = <0>; 77 vcc_d1_8v: regulator-0 { 106 pinctrl-0 = <&avb_pins>; 115 phy0: ethernet-phy@0 { 119 reg = <0>; 129 clock-names = "du.0", "dclkin.0"; [all …]
|
D | r8a77970-eagle.dts | 59 #size-cells = <0>; 61 port@0 { 62 reg = <0>; 80 reg = <0x0 0x48000000 0x0 0x38000000>; 85 #clock-cells = <0>; 91 pinctrl-0 = <&avb_pins>; 100 phy0: ethernet-phy@0 { 104 reg = <0>; 112 pinctrl-0 = <&canfd0_pins>; 125 port@0 { [all …]
|
D | condor-common.dtsi | 36 d3_3v: regulator-0 { 62 #size-cells = <0>; 64 port@0 { 65 reg = <0>; 83 reg = <0 0x48000000 0 0x78000000>; 97 #clock-cells = <0>; 103 pinctrl-0 = <&canfd0_pins>; 116 port@0 { 118 clock-lanes = <0>; 130 port@0 { [all …]
|
/Linux-v6.6/arch/arm/boot/dts/broadcom/ |
D | bcm47094-linksys-panamera.dts | 19 memory@0 { 21 reg = <0x00000000 0x08000000>, 22 <0x88000000 0x08000000>; 27 reg = <0x1c080000 0x100000>; 83 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; 136 reg = <0x200>; 138 #size-cells = <0>; 140 switch@0 { 143 #size-cells = <0>; 146 reg = <0>; [all …]
|
/Linux-v6.6/Documentation/hwmon/ |
D | w83791d.rst | 10 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-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
D | g94.c | 35 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-v6.6/arch/powerpc/include/asm/nohash/ |
D | pte-e500.h | 13 #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_PSIZE_4K 0x000200 [all …]
|
/Linux-v6.6/include/uapi/asm-generic/ |
D | mman-common.h | 10 #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-v6.6/tools/include/uapi/asm-generic/ |
D | mman-common.h | 10 #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-v6.6/include/linux/ |
D | mount.h | 25 #define MNT_NOSUID 0x01 26 #define MNT_NODEV 0x02 27 #define MNT_NOEXEC 0x04 28 #define MNT_NOATIME 0x08 29 #define MNT_NODIRATIME 0x10 30 #define MNT_RELATIME 0x20 31 #define MNT_READONLY 0x40 /* does the user want this to be r/o? */ 32 #define MNT_NOSYMFOLLOW 0x80 34 #define MNT_SHRINKABLE 0x100 35 #define MNT_WRITE_HOLD 0x200 [all …]
|
D | namei.h | 21 #define LOOKUP_FOLLOW 0x0001 /* follow links at the end */ 22 #define LOOKUP_DIRECTORY 0x0002 /* require a directory */ 23 #define LOOKUP_AUTOMOUNT 0x0004 /* force terminal automount */ 24 #define LOOKUP_EMPTY 0x4000 /* accept empty path [user_... only] */ 25 #define LOOKUP_DOWN 0x8000 /* follow mounts in the starting point */ 26 #define LOOKUP_MOUNTPOINT 0x0080 /* follow mounts in the end */ 28 #define LOOKUP_REVAL 0x0020 /* tell ->d_revalidate() to trust no cache */ 29 #define LOOKUP_RCU 0x0040 /* RCU pathwalk mode; semi-internal */ 32 #define LOOKUP_OPEN 0x0100 /* ... in open */ 33 #define LOOKUP_CREATE 0x0200 /* ... in object creation */ [all …]
|
/Linux-v6.6/sound/drivers/vx/ |
D | vx_cmd.c | 19 [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-v6.6/drivers/media/platform/via/ |
D | via-camera.h | 5 #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-v6.6/include/uapi/linux/ |
D | idxd.h | 14 IDXD_SCMD_DEV_ENABLED = 0x80000010, 15 IDXD_SCMD_DEV_NOT_ENABLED = 0x80000020, 16 IDXD_SCMD_WQ_ENABLED = 0x80000021, 17 IDXD_SCMD_DEV_DMA_ERR = 0x80020000, 18 IDXD_SCMD_WQ_NO_GRP = 0x80030000, 19 IDXD_SCMD_WQ_NO_NAME = 0x80040000, 20 IDXD_SCMD_WQ_NO_SVM = 0x80050000, 21 IDXD_SCMD_WQ_NO_THRESH = 0x80060000, 22 IDXD_SCMD_WQ_PORTAL_ERR = 0x80070000, 23 IDXD_SCMD_WQ_RES_ALLOC_ERR = 0x80080000, [all …]
|
D | prctl.h | 23 * 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-v6.6/drivers/video/fbdev/ |
D | g364fb.c | 34 #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-v6.6/arch/arm/boot/dts/ti/omap/ |
D | omap5-l4.dtsi | 1 &l4_cfg { /* 0x4a000000 */ 4 clocks = <&l4cfg_clkctrl OMAP5_L4_CFG_CLKCTRL 0>; 6 reg = <0x4a000000 0x800>, 7 <0x4a000800 0x800>, 8 <0x4a001000 0x1000>; 12 ranges = <0x00000000 0x4a000000 0x080000>, /* segment 0 */ 13 <0x00080000 0x4a080000 0x080000>, /* segment 1 */ 14 <0x00100000 0x4a100000 0x080000>, /* segment 2 */ 15 <0x00180000 0x4a180000 0x080000>, /* segment 3 */ 16 <0x00200000 0x4a200000 0x080000>, /* segment 4 */ [all …]
|
D | omap4-l4.dtsi | 2 &l4_cfg { /* 0x4a000000 */ 5 clocks = <&l4_cfg_clkctrl OMAP4_L4_CFG_CLKCTRL 0>; 7 reg = <0x4a000000 0x800>, 8 <0x4a000800 0x800>, 9 <0x4a001000 0x1000>; 13 ranges = <0x00000000 0x4a000000 0x080000>, /* segment 0 */ 14 <0x00080000 0x4a080000 0x080000>, /* segment 1 */ 15 <0x00100000 0x4a100000 0x080000>, /* segment 2 */ 16 <0x00180000 0x4a180000 0x080000>, /* segment 3 */ 17 <0x00200000 0x4a200000 0x080000>, /* segment 4 */ [all …]
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | prctl.h | 23 * 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-v6.6/arch/arm/boot/dts/ti/davinci/ |
D | da850-lcdk.dts | 24 /* 128 MB DDR2 SDRAM @ 0xc0000000 */ 25 reg = <0xc0000000 0x08000000>; 35 reg = <0xc3000000 0x1000000>; 122 #size-cells = <0>; 126 #size-cells = <0>; 128 port@0 { 129 reg = <0>; 205 0x00 0x00101010 0x00f0f0f0 207 0x04 0x00000110 0x00000ff0 213 /* EMA_WAIT[0], EMA_OE, EMA_WE, EMA_CS[3] */ [all …]
|
/Linux-v6.6/drivers/media/pci/bt8xx/ |
D | bttv-audio-hook.c | 30 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-v6.6/sound/soc/intel/catpt/ |
D | device.c | 41 memset(&cdev->dx_ctx, 0, sizeof(cdev->dx_ctx)); in catpt_suspend() 86 return 0; in catpt_resume() 97 for (i = 0; i < CATPT_SSP_COUNT; i++) { in catpt_resume() 106 return 0; in catpt_resume() 113 return 0; in catpt_runtime_suspend() 145 return 0; in catpt_register_board() 200 return 0; in catpt_probe_components() 264 cdev->lpe_ba = devm_platform_get_and_ioremap_resource(pdev, 0, &res); in catpt_acpi_probe() 280 ret = platform_get_irq(pdev, 0); in catpt_acpi_probe() 281 if (ret < 0) in catpt_acpi_probe() [all …]
|