/linux/Documentation/devicetree/bindings/pci/ |
H A D | ti-pci.txt | 74 ranges = <0x51000000 0x51000000 0x3000 75 0x0 0x20000000 0x10000000>; 78 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>; 80 interrupts = <0 232 0x4>, <0 233 0x4>; 84 ranges = <0x81000000 0 0 0x03000 0 0x00010000 85 0x82000000 0 0x20013000 0x13000 0 0xffed000>; 91 interrupt-map-mask = <0 0 0 7>; 92 interrupt-map = <0 0 0 1 &pcie_intc 1>, 93 <0 0 0 2 &pcie_intc 2>, 94 <0 0 0 3 &pcie_intc 3>, [all …]
|
/linux/Documentation/devicetree/bindings/ata/ |
H A D | intel,ixp4xx-compact-flash.yaml | 48 reg = <0xc4000000 0x1000>; 52 ranges = <0 0x0 0x50000000 0x01000000>, <1 0x0 0x51000000 0x01000000>; 53 dma-ranges = <0 0x0 0x50000000 0x01000000>, <1 0x0 0x51000000 0x01000000>; 54 ide@1,0 { 56 reg = <1 0x00000000 0x1000>, <1 0x00040000 0x1000>;
|
/linux/Documentation/devicetree/bindings/virtio/ |
H A D | pci-iommu.yaml | 61 reg = <0x0 0x40000000 0x0 0x1000000>; 62 ranges = <0x02000000 0x0 0x41000000 0x0 0x41000000 0x0 0x0f000000>; 68 iommu-map = <0x0 &iommu0 0x0 0x8 69 0x9 &iommu0 0x9 0xfff7>; 72 iommu0: iommu@1,0 { 74 reg = <0x800 0 0 0 0>; 83 reg = <0x0 0x50000000 0x0 0x1000000>; 84 ranges = <0x02000000 0x0 0x51000000 0x0 0x51000000 0x0 0x0f000000>; 88 * with endpoint IDs 0x10000 - 0x1ffff 90 iommu-map = <0x0 &iommu0 0x10000 0x10000>; [all …]
|
/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | intel,ixp4xx-expansion-bus-controller.yaml | 19 pattern: '^bus@[0-9a-f]+$' 55 "^.*@[0-7],[0-9a-f]+$": 78 reg = <0xc4000000 0x28>; 82 ranges = <0 0x0 0x50000000 0x01000000>, 83 <1 0x0 0x51000000 0x01000000>; 84 dma-ranges = <0 0x0 0x50000000 0x01000000>, 85 <1 0x0 0x51000000 0x01000000>; 86 flash@0,0 { 89 reg = <0 0x00000000 0x1000000>; 91 intel,ixp4xx-eb-cycle-type = <0>; [all …]
|
/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp4xx.dtsi | 19 * windows in the 256MB space from 0x50000000 to 0x5fffffff. 26 ranges = <0 0x0 0x50000000 0x01000000>, 27 <1 0x0 0x51000000 0x01000000>, 28 <2 0x0 0x52000000 0x01000000>, 29 <3 0x0 0x53000000 0x01000000>, 30 <4 0x0 0x54000000 0x01000000>, 31 <5 0x0 0x55000000 0x01000000>, 32 <6 0x0 0x56000000 0x01000000>, 33 <7 0x0 0x57000000 0x01000000>; 34 dma-ranges = <0 0x0 0x50000000 0x01000000>, [all …]
|
/linux/arch/arm/configs/ |
H A D | s3c6400_defconfig | 7 CONFIG_CMDLINE="console=ttySAC0,115200 root=/dev/ram init=/linuxrc initrd=0x51000000,6M ramdisk_siz…
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | renesas,rzn1-pinctrl.yaml | 88 $ref: "#/additionalProperties/anyOf/0" 92 $ref: "#/additionalProperties/anyOf/0" 100 reg = <0x40067000 0x1000>, <0x51000000 0x480>;
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | dra7.dtsi | 60 reg = <0x0 0x48211000 0x0 0x1000>, 61 <0x0 0x48212000 0x0 0x2000>, 62 <0x0 0x48214000 0x0 0x2000>, 63 <0x0 0x48216000 0x0 0x2000>; 72 reg = <0x0 0x48281000 0x0 0x1000>; 78 #size-cells = <0>; 80 cpu0: cpu@0 { 83 reg = <0>; 108 opp-supported-hw = <0xFF 0x01>; 118 opp-supported-hw = <0xFF 0x02>; [all …]
|
/linux/drivers/video/fbdev/via/ |
H A D | accel.c | 19 gemode = readl(engine + VIA_REG_GEMODE) & 0xfffffcfc; in viafb_set_bpp() 35 return 0; in viafb_set_bpp() 44 u32 ge_cmd = 0, tmp, i; in hw_bitblt_1() 54 ge_cmd |= 0x00008000; in hw_bitblt_1() 59 ge_cmd |= 0x00004000; in hw_bitblt_1() 67 case 0x00: /* blackness */ in hw_bitblt_1() 68 case 0x5A: /* pattern inversion */ in hw_bitblt_1() 69 case 0xF0: /* pattern copy */ in hw_bitblt_1() 70 case 0xFF: /* whiteness */ in hw_bitblt_1() 84 if (src_x & (op == VIA_BITBLT_MONO ? 0xFFFF8000 : 0xFFFFF000) in hw_bitblt_1() [all …]
|
/linux/arch/arm64/include/asm/ |
H A D | insn.h | 18 AARCH64_INSN_HINT_NOP = 0x0 << 5, 19 AARCH64_INSN_HINT_YIELD = 0x1 << 5, 20 AARCH64_INSN_HINT_WFE = 0x2 << 5, 21 AARCH64_INSN_HINT_WFI = 0x3 << 5, 22 AARCH64_INSN_HINT_SEV = 0x4 << 5, 23 AARCH64_INSN_HINT_SEVL = 0x5 << 5, 25 AARCH64_INSN_HINT_XPACLRI = 0x07 << 5, 26 AARCH64_INSN_HINT_PACIA_1716 = 0x08 << 5, 27 AARCH64_INSN_HINT_PACIB_1716 = 0x0A << 5, 28 AARCH64_INSN_HINT_AUTIA_1716 = 0x0C << 5, [all …]
|
/linux/arch/arm/boot/dts/renesas/ |
H A D | r9a06g032.dtsi | 19 #size-cells = <0>; 21 cpu@0 { 24 reg = <0>; 34 cpu-release-addr = <0 0x4000c204>; 39 #clock-cells = <0>; 41 clock-frequency = <0>; 45 #clock-cells = <0>; 51 #clock-cells = <0>; 53 clock-frequency = <0>; 57 #clock-cells = <0>; [all …]
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | s5pv210-aries.dtsi | 27 reg = <0x30000000 0x05000000>, 28 <0x40000000 0x10000000>, 29 <0x50000000 0x08000000>; 40 reg = <0x43000000 0x2000000>; 46 reg = <0x51000000 0x2000000>; 50 pmic_ap_clk: clock-0 { 53 #clock-cells = <0>; 59 #sound-dai-cells = <0>; 62 vibrator_pwr: regulator-fixed-0 { 69 pinctrl-0 = <&vibrator_ena>; [all …]
|
/linux/drivers/bus/ |
H A D | ti-sysc.c | 41 #define DIS_SGX BIT(0) 177 writew_relaxed(value & 0xffff, ddata->module_va + offset); in sysc_write() 180 if (ddata->offsets[SYSC_REVISION] >= 0 && in sysc_write() 201 if (ddata->offsets[SYSC_REVISION] >= 0 && in sysc_read() 223 if (offset < 0) in sysc_read_revision() 224 return 0; in sysc_read_revision() 233 if (offset < 0) in sysc_read_sysconfig() 234 return 0; in sysc_read_sysconfig() 243 if (offset < 0) in sysc_read_sysstatus() 244 return 0; in sysc_read_sysstatus() [all …]
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822c_table.c | 16 0x83000000, 0x00000000, 0x40000000, 0x00000000, 17 0x1D90, 0x300001FF, 18 0x1D90, 0x300101FE, 19 0x1D90, 0x300201FD, 20 0x1D90, 0x300301FC, 21 0x1D90, 0x300401FB, 22 0x1D90, 0x300501FA, 23 0x1D90, 0x300601F9, 24 0x1D90, 0x300701F8, 25 0x1D90, 0x300801F7, [all …]
|