Home
last modified time | relevance | path

Searched +full:0 +full:x6000 (Results 1 – 25 of 701) sorted by relevance

12345678910>>...29

/kernel/linux/linux-5.10/drivers/media/usb/gspca/gl860/
Dgl860-ov2640.c12 static u8 c61[] = {0x61}; /* expected */
13 static u8 c51[] = {0x51}; /* expected */
14 static u8 c50[] = {0x50}; /* expected */
15 static u8 c28[] = {0x28}; /* expected */
16 static u8 ca8[] = {0xa8}; /* expected */
27 {0x0000, 0x0000}, {0x0010, 0x0010}, {0x0008, 0x00c0}, {0x0001, 0x00c1},
28 {0x0001, 0x00c2}, {0x0020, 0x0006}, {0x006a, 0x000d},
29 {0x0050, 0x0000}, {0x0041, 0x0000}, {0x006a, 0x0007}, {0x0061, 0x0006},
30 {0x006a, 0x000d}, {0x0000, 0x00c0}, {0x0010, 0x0010}, {0x0001, 0x00c1},
31 {0x0041, 0x00c2}, {0x0004, 0x00d8}, {0x0012, 0x0004}, {0x0000, 0x0058},
[all …]
Dgl860-ov9655.c12 {0x0000, 0x0000}, {0x0010, 0x0010}, {0x0008, 0x00c0}, {0x0001, 0x00c1},
13 {0x0001, 0x00c2}, {0x0020, 0x0006}, {0x006a, 0x000d},
15 {0x0040, 0x0000},
19 {0x0041, 0x0000}, {0x006a, 0x0007}, {0x0063, 0x0006}, {0x006a, 0x000d},
20 {0x0000, 0x00c0}, {0x0010, 0x0010}, {0x0001, 0x00c1}, {0x0041, 0x00c2},
21 {0x0004, 0x00d8}, {0x0012, 0x0004}, {0x0000, 0x0058}, {0x0040, 0x0000},
22 {0x00f3, 0x0006}, {0x0058, 0x0000}, {0x0048, 0x0000}, {0x0061, 0x0000},
93 static u8 c04[] = {0x04};
104 {0x6032, 0x00ff}, {0x6032, 0x00ff}, {0x6032, 0x00ff}, {0x603c, 0x00ff},
105 {0x6003, 0x00ff}, {0x6032, 0x00ff}, {0x6032, 0x00ff}, {0x6001, 0x00ff},
[all …]
/kernel/linux/linux-4.19/drivers/media/usb/gspca/gl860/
Dgl860-ov2640.c24 static u8 c61[] = {0x61}; /* expected */
25 static u8 c51[] = {0x51}; /* expected */
26 static u8 c50[] = {0x50}; /* expected */
27 static u8 c28[] = {0x28}; /* expected */
28 static u8 ca8[] = {0xa8}; /* expected */
39 {0x0000, 0x0000}, {0x0010, 0x0010}, {0x0008, 0x00c0}, {0x0001, 0x00c1},
40 {0x0001, 0x00c2}, {0x0020, 0x0006}, {0x006a, 0x000d},
41 {0x0050, 0x0000}, {0x0041, 0x0000}, {0x006a, 0x0007}, {0x0061, 0x0006},
42 {0x006a, 0x000d}, {0x0000, 0x00c0}, {0x0010, 0x0010}, {0x0001, 0x00c1},
43 {0x0041, 0x00c2}, {0x0004, 0x00d8}, {0x0012, 0x0004}, {0x0000, 0x0058},
[all …]
Dgl860-ov9655.c24 {0x0000, 0x0000}, {0x0010, 0x0010}, {0x0008, 0x00c0}, {0x0001, 0x00c1},
25 {0x0001, 0x00c2}, {0x0020, 0x0006}, {0x006a, 0x000d},
27 {0x0040, 0x0000},
31 {0x0041, 0x0000}, {0x006a, 0x0007}, {0x0063, 0x0006}, {0x006a, 0x000d},
32 {0x0000, 0x00c0}, {0x0010, 0x0010}, {0x0001, 0x00c1}, {0x0041, 0x00c2},
33 {0x0004, 0x00d8}, {0x0012, 0x0004}, {0x0000, 0x0058}, {0x0040, 0x0000},
34 {0x00f3, 0x0006}, {0x0058, 0x0000}, {0x0048, 0x0000}, {0x0061, 0x0000},
105 static u8 c04[] = {0x04};
116 {0x6032, 0x00ff}, {0x6032, 0x00ff}, {0x6032, 0x00ff}, {0x603c, 0x00ff},
117 {0x6003, 0x00ff}, {0x6032, 0x00ff}, {0x6032, 0x00ff}, {0x6001, 0x00ff},
[all …]
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx_ops.h16 __attribute__((regparm(0))) void vmread_error_trampoline(unsigned long field,
26 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2000, in vmcs_check16()
28 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2001, in vmcs_check16()
30 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x4000, in vmcs_check16()
32 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x6000, in vmcs_check16()
38 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0, in vmcs_check32()
40 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x6000, in vmcs_check32()
46 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0, in vmcs_check64()
48 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2001, in vmcs_check64()
50 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x4000, in vmcs_check64()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/
Dfaraday,ftpci100.txt9 The host controller appear on the PCI bus with vendor ID 0x159b (Faraday
10 Technology) and product ID 0x4321.
23 - bus-range: set to <0x00 0xff>
45 - #address-cells: set to <0>
64 interrupt-map-mask = <0xf800 0 0 7>;
66 <0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
67 <0x4800 0 0 2 &pci_intc 1>,
68 <0x4800 0 0 3 &pci_intc 2>,
69 <0x4800 0 0 4 &pci_intc 3>,
70 <0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
[all …]
Dv3-v360epc-pci.txt18 each be exactly 256MB (0x10000000) in size.
38 reg = <0x62000000 0x10000>, <0x61000000 0x01000000>;
42 bus-range = <0x00 0xff>;
43 ranges = 0x01000000 0 0x00000000 /* I/O space @00000000 */
44 0x60000000 0 0x01000000 /* 16 MiB @ LB 60000000 */
45 0x02000000 0 0x40000000 /* non-prefectable memory @40000000 */
46 0x40000000 0 0x10000000 /* 256 MiB @ LB 40000000 1:1 */
47 0x42000000 0 0x50000000 /* prefetchable memory @50000000 */
48 0x50000000 0 0x10000000>; /* 256 MiB @ LB 50000000 1:1 */
49 dma-ranges = <0x02000000 0 0x20000000 /* EBI memory space */
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/pci/
Dfaraday,ftpci100.txt9 The host controller appear on the PCI bus with vendor ID 0x159b (Faraday
10 Technology) and product ID 0x4321.
23 - bus-range: set to <0x00 0xff>
45 - #address-cells: set to <0>
64 interrupt-map-mask = <0xf800 0 0 7>;
66 <0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
67 <0x4800 0 0 2 &pci_intc 1>,
68 <0x4800 0 0 3 &pci_intc 2>,
69 <0x4800 0 0 4 &pci_intc 3>,
70 <0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
[all …]
Dv3-v360epc-pci.txt18 each be exactly 256MB (0x10000000) in size.
38 reg = <0x62000000 0x10000>, <0x61000000 0x01000000>;
42 bus-range = <0x00 0xff>;
43 ranges = 0x01000000 0 0x00000000 /* I/O space @00000000 */
44 0x60000000 0 0x01000000 /* 16 MiB @ LB 60000000 */
45 0x02000000 0 0x40000000 /* non-prefectable memory @40000000 */
46 0x40000000 0 0x10000000 /* 256 MiB @ LB 40000000 1:1 */
47 0x42000000 0 0x50000000 /* prefetchable memory @50000000 */
48 0x50000000 0 0x10000000>; /* 256 MiB @ LB 50000000 1:1 */
49 dma-ranges = <0x02000000 0 0x20000000 /* EBI memory space */
[all …]
/kernel/linux/linux-5.10/sound/soc/qcom/
Dlpass-ipq806x.c96 return 0; in ipq806x_lpass_exit()
109 return 0; in ipq806x_lpass_free_dma_channel()
113 .i2sctrl_reg_base = 0x0010,
114 .i2sctrl_reg_stride = 0x04,
116 .irq_reg_base = 0x3000,
117 .irq_reg_stride = 0x1000,
119 .rdma_reg_base = 0x6000,
120 .rdma_reg_stride = 0x1000,
122 .wrdma_reg_base = 0xB000,
123 .wrdma_reg_stride = 0x1000,
[all …]
/kernel/linux/linux-5.10/include/linux/mfd/wm8350/
Dcomparator.h15 #define WM8350_DIGITISER_CONTROL_1 0x90
16 #define WM8350_DIGITISER_CONTROL_2 0x91
17 #define WM8350_AUX1_READBACK 0x98
18 #define WM8350_AUX2_READBACK 0x99
19 #define WM8350_AUX3_READBACK 0x9A
20 #define WM8350_AUX4_READBACK 0x9B
21 #define WM8350_CHIP_TEMP_READBACK 0x9F
22 #define WM8350_GENERIC_COMPARATOR_CONTROL 0xA3
23 #define WM8350_GENERIC_COMPARATOR_1 0xA4
24 #define WM8350_GENERIC_COMPARATOR_2 0xA5
[all …]
/kernel/linux/linux-4.19/include/linux/mfd/wm8350/
Dcomparator.h19 #define WM8350_DIGITISER_CONTROL_1 0x90
20 #define WM8350_DIGITISER_CONTROL_2 0x91
21 #define WM8350_AUX1_READBACK 0x98
22 #define WM8350_AUX2_READBACK 0x99
23 #define WM8350_AUX3_READBACK 0x9A
24 #define WM8350_AUX4_READBACK 0x9B
25 #define WM8350_CHIP_TEMP_READBACK 0x9F
26 #define WM8350_GENERIC_COMPARATOR_CONTROL 0xA3
27 #define WM8350_GENERIC_COMPARATOR_1 0xA4
28 #define WM8350_GENERIC_COMPARATOR_2 0xA5
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Domap24xx.h19 #define L4_24XX_BASE 0x48000000
20 #define L4_WK_243X_BASE 0x49000000
21 #define L3_24XX_BASE 0x68000000
24 #define OMAP24XX_IC_BASE (L4_24XX_BASE + 0xfe000)
25 #define OMAP24XX_IVA_INTC_BASE 0x40000000
28 #define OMAP2420_32KSYNCT_BASE (L4_24XX_BASE + 0x4000)
29 #define OMAP2420_PRCM_BASE (L4_24XX_BASE + 0x8000)
30 #define OMAP2420_CM_BASE (L4_24XX_BASE + 0x8000)
32 #define OMAP2420_SDRC_BASE (L3_24XX_BASE + 0x9000)
33 #define OMAP2420_SMS_BASE 0x68008000
[all …]
/kernel/linux/linux-4.19/arch/arm/boot/dts/
Dgemini-wbd111.dts17 memory@0 {
20 reg = <0x00000000 0x8000000>;
76 #size-cells = <0>;
88 reg = <0x30000000 0x00800000>;
90 partition@0 {
92 reg = <0x00000000 0x00020000>;
97 reg = <0x00020000 0x00100000>;
101 reg = <0x00120000 0x006a0000>;
105 reg = <0x007c0000 0x00010000>;
110 reg = <0x007d0000 0x00010000>;
[all …]
Dgemini-wbd222.dts17 memory@0 { /* 128 MB */
19 reg = <0x00000000 0x8000000>;
75 #size-cells = <0>;
92 reg = <0x30000000 0x00800000>;
94 partition@0 {
96 reg = <0x00000000 0x00020000>;
101 reg = <0x00020000 0x00100000>;
105 reg = <0x00120000 0x006a0000>;
109 reg = <0x007c0000 0x00010000>;
114 reg = <0x007d0000 0x00010000>;
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dgemini-wbd111.dts17 memory@0 {
20 reg = <0x00000000 0x8000000>;
76 #size-cells = <0>;
88 reg = <0x30000000 0x00800000>;
90 partition@0 {
92 reg = <0x00000000 0x00020000>;
97 reg = <0x00020000 0x00100000>;
101 reg = <0x00120000 0x006a0000>;
105 reg = <0x007c0000 0x00010000>;
110 reg = <0x007d0000 0x00010000>;
[all …]
Dgemini-wbd222.dts17 memory@0 { /* 128 MB */
19 reg = <0x00000000 0x8000000>;
75 #size-cells = <0>;
92 reg = <0x30000000 0x00800000>;
94 partition@0 {
96 reg = <0x00000000 0x00020000>;
101 reg = <0x00020000 0x00100000>;
105 reg = <0x00120000 0x006a0000>;
109 reg = <0x007c0000 0x00010000>;
114 reg = <0x007d0000 0x00010000>;
[all …]
/kernel/linux/linux-4.19/arch/arm/mach-omap2/
Domap24xx.h33 #define L4_24XX_BASE 0x48000000
34 #define L4_WK_243X_BASE 0x49000000
35 #define L3_24XX_BASE 0x68000000
38 #define OMAP24XX_IC_BASE (L4_24XX_BASE + 0xfe000)
39 #define OMAP24XX_IVA_INTC_BASE 0x40000000
42 #define OMAP2420_32KSYNCT_BASE (L4_24XX_BASE + 0x4000)
43 #define OMAP2420_PRCM_BASE (L4_24XX_BASE + 0x8000)
44 #define OMAP2420_CM_BASE (L4_24XX_BASE + 0x8000)
46 #define OMAP2420_SDRC_BASE (L3_24XX_BASE + 0x9000)
47 #define OMAP2420_SMS_BASE 0x68008000
[all …]
/kernel/linux/linux-4.19/arch/powerpc/boot/dts/
DkuroboxHD.dts37 #size-cells = <0>;
41 reg = <0x0>;
44 bus-frequency = <0>; /* Fixed by bootloader */
46 i-cache-size = <0x4000>;
47 d-cache-size = <0x4000>;
53 reg = <0x0 0x4000000>;
61 store-gathering = <0>; /* 0 == off, !0 == on */
62 reg = <0x80000000 0x100000>;
63 ranges = <0x80000000 0x80000000 0x70000000 /* pci mem space */
64 0xfc000000 0xfc000000 0x100000 /* EUMB */
[all …]
DkuroboxHG.dts37 #size-cells = <0>;
41 reg = <0x0>;
44 bus-frequency = <0>; /* Fixed by bootloader */
46 i-cache-size = <0x4000>;
47 d-cache-size = <0x4000>;
53 reg = <0x0 0x8000000>;
61 store-gathering = <0>; /* 0 == off, !0 == on */
62 reg = <0x80000000 0x100000>;
63 ranges = <0x80000000 0x80000000 0x70000000 /* pci mem space */
64 0xfc000000 0xfc000000 0x100000 /* EUMB */
[all …]
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/
DkuroboxHD.dts37 #size-cells = <0>;
41 reg = <0x0>;
44 bus-frequency = <0>; /* Fixed by bootloader */
46 i-cache-size = <0x4000>;
47 d-cache-size = <0x4000>;
53 reg = <0x0 0x4000000>;
61 store-gathering = <0>; /* 0 == off, !0 == on */
62 reg = <0x80000000 0x100000>;
63 ranges = <0x80000000 0x80000000 0x70000000 /* pci mem space */
64 0xfc000000 0xfc000000 0x100000 /* EUMB */
[all …]
DkuroboxHG.dts37 #size-cells = <0>;
41 reg = <0x0>;
44 bus-frequency = <0>; /* Fixed by bootloader */
46 i-cache-size = <0x4000>;
47 d-cache-size = <0x4000>;
53 reg = <0x0 0x8000000>;
61 store-gathering = <0>; /* 0 == off, !0 == on */
62 reg = <0x80000000 0x100000>;
63 ranges = <0x80000000 0x80000000 0x70000000 /* pci mem space */
64 0xfc000000 0xfc000000 0x100000 /* EUMB */
[all …]
/kernel/linux/linux-4.19/drivers/net/dsa/mv88e6xxx/
Dglobal2.h20 /* Offset 0x00: Interrupt Source Register */
21 #define MV88E6XXX_G2_INT_SRC 0x00
22 #define MV88E6XXX_G2_INT_SRC_WDOG 0x8000
23 #define MV88E6XXX_G2_INT_SRC_JAM_LIMIT 0x4000
24 #define MV88E6XXX_G2_INT_SRC_DUPLEX_MISMATCH 0x2000
25 #define MV88E6XXX_G2_INT_SRC_WAKE_EVENT 0x1000
26 #define MV88E6352_G2_INT_SRC_SERDES 0x0800
27 #define MV88E6352_G2_INT_SRC_PHY 0x001f
28 #define MV88E6390_G2_INT_SRC_PHY 0x07fe
32 /* Offset 0x01: Interrupt Mask Register */
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dgf100.c34 nvkm_wr32(device, 0x17e8cc, start); in gf100_ltc_cbc_clear()
35 nvkm_wr32(device, 0x17e8d0, limit); in gf100_ltc_cbc_clear()
36 nvkm_wr32(device, 0x17e8c8, 0x00000004); in gf100_ltc_cbc_clear()
44 for (c = 0; c < ltc->ltc_nr; c++) { in gf100_ltc_cbc_wait()
45 for (s = 0; s < ltc->lts_nr; s++) { in gf100_ltc_cbc_wait()
46 const u32 addr = 0x1410c8 + (c * 0x2000) + (s * 0x400); in gf100_ltc_cbc_wait()
59 nvkm_mask(device, 0x17ea44, 0x0000000f, i); in gf100_ltc_zbc_clear_color()
60 nvkm_wr32(device, 0x17ea48, color[0]); in gf100_ltc_zbc_clear_color()
61 nvkm_wr32(device, 0x17ea4c, color[1]); in gf100_ltc_zbc_clear_color()
62 nvkm_wr32(device, 0x17ea50, color[2]); in gf100_ltc_zbc_clear_color()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dgf100.c34 nvkm_wr32(device, 0x17e8cc, start); in gf100_ltc_cbc_clear()
35 nvkm_wr32(device, 0x17e8d0, limit); in gf100_ltc_cbc_clear()
36 nvkm_wr32(device, 0x17e8c8, 0x00000004); in gf100_ltc_cbc_clear()
44 for (c = 0; c < ltc->ltc_nr; c++) { in gf100_ltc_cbc_wait()
45 for (s = 0; s < ltc->lts_nr; s++) { in gf100_ltc_cbc_wait()
46 const u32 addr = 0x1410c8 + (c * 0x2000) + (s * 0x400); in gf100_ltc_cbc_wait()
59 nvkm_mask(device, 0x17ea44, 0x0000000f, i); in gf100_ltc_zbc_clear_color()
60 nvkm_wr32(device, 0x17ea48, color[0]); in gf100_ltc_zbc_clear_color()
61 nvkm_wr32(device, 0x17ea4c, color[1]); in gf100_ltc_zbc_clear_color()
62 nvkm_wr32(device, 0x17ea50, color[2]); in gf100_ltc_zbc_clear_color()
[all …]

12345678910>>...29