Home
last modified time | relevance | path

Searched +full:0 +full:xf0 (Results 1 – 25 of 1031) sorted by relevance

12345678910>>...42

/openbmc/linux/drivers/staging/vt6655/
H A Dbaseband.c53 {0x00, 0x30},
54 {0x01, 0x00},
55 {0x02, 0x00},
56 {0x03, 0x00},
57 {0x04, 0x00},
58 {0x05, 0x00},
59 {0x06, 0x00},
60 {0x07, 0x00},
61 {0x08, 0x70},
62 {0x09, 0x45},
[all …]
/openbmc/linux/arch/m68k/mac/
H A Dmac_penguin.S3 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x00…
4 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0F,0xFF,0xFF,0xFF,0xFF,0xF0,0x00…
5 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xF0
6 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF…
7 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF…
8 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0xFF…
9 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x0F,0xFF…
10 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF…
11 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF…
12 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF…
[all …]
/openbmc/u-boot/drivers/usb/eth/
H A Dr8152_fw.c13 0x08, 0xe0, 0x40, 0xe0, 0x78, 0xe0, 0x85, 0xe0,
14 0x5d, 0xe1, 0xa1, 0xe1, 0xa3, 0xe1, 0xab, 0xe1,
15 0x31, 0xc3, 0x60, 0x72, 0xa0, 0x49, 0x10, 0xf0,
16 0xa4, 0x49, 0x0e, 0xf0, 0x2c, 0xc3, 0x62, 0x72,
17 0x26, 0x70, 0x80, 0x49, 0x05, 0xf0, 0x2f, 0x48,
18 0x62, 0x9a, 0x24, 0x70, 0x60, 0x98, 0x24, 0xc3,
19 0x60, 0x99, 0x23, 0xc3, 0x00, 0xbb, 0x2c, 0x75,
20 0xdc, 0x21, 0xbc, 0x25, 0x04, 0x13, 0x0a, 0xf0,
21 0x03, 0x13, 0x08, 0xf0, 0x02, 0x13, 0x06, 0xf0,
22 0x01, 0x13, 0x04, 0xf0, 0x08, 0x13, 0x02, 0xf0,
[all …]
/openbmc/linux/drivers/soc/amlogic/
H A Dmeson-gx-socinfo.c19 #define AO_SEC_SD_CFG8 0xe0
25 #define SOCINFO_MISC GENMASK(7, 0)
31 { "GXBB", 0x1f },
32 { "GXTVBB", 0x20 },
33 { "GXL", 0x21 },
34 { "GXM", 0x22 },
35 { "TXL", 0x23 },
36 { "TXLX", 0x24 },
37 { "AXG", 0x25 },
38 { "GXLX", 0x26 },
[all …]
/openbmc/qemu/hw/display/
H A Domap_lcdc.c84 r = (pal[v & 3] >> 4) & 0xf0; in draw_line2_32()
85 g = pal[v & 3] & 0xf0; in draw_line2_32()
86 b = (pal[v & 3] << 4) & 0xf0; in draw_line2_32()
87 ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); in draw_line2_32()
90 r = (pal[v & 3] >> 4) & 0xf0; in draw_line2_32()
91 g = pal[v & 3] & 0xf0; in draw_line2_32()
92 b = (pal[v & 3] << 4) & 0xf0; in draw_line2_32()
93 ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); in draw_line2_32()
96 r = (pal[v & 3] >> 4) & 0xf0; in draw_line2_32()
97 g = pal[v & 3] & 0xf0; in draw_line2_32()
[all …]
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_ecc.c31 * Bit 0 of each entry indicates whether the entry has an odd or even parity,
36 0x00, 0x55, 0x59, 0x0c, 0x65, 0x30, 0x3c, 0x69,
37 0x69, 0x3c, 0x30, 0x65, 0x0c, 0x59, 0x55, 0x00,
38 0x95, 0xc0, 0xcc, 0x99, 0xf0, 0xa5, 0xa9, 0xfc,
39 0xfc, 0xa9, 0xa5, 0xf0, 0x99, 0xcc, 0xc0, 0x95,
40 0x99, 0xcc, 0xc0, 0x95, 0xfc, 0xa9, 0xa5, 0xf0,
41 0xf0, 0xa5, 0xa9, 0xfc, 0x95, 0xc0, 0xcc, 0x99,
42 0x0c, 0x59, 0x55, 0x00, 0x69, 0x3c, 0x30, 0x65,
43 0x65, 0x30, 0x3c, 0x69, 0x00, 0x55, 0x59, 0x0c,
44 0xa5, 0xf0, 0xfc, 0xa9, 0xc0, 0x95, 0x99, 0xcc,
[all …]
/openbmc/linux/drivers/media/i2c/cx25840/
H A Dcx25840-vbi.c25 0xf0, 0x78, 0x70, 0xf0, 0xb4, 0x3c, 0x34, 0xb4, in decode_vps()
26 0xb0, 0x38, 0x30, 0xb0, 0xf0, 0x78, 0x70, 0xf0, in decode_vps()
27 0xd2, 0x5a, 0x52, 0xd2, 0x96, 0x1e, 0x16, 0x96, in decode_vps()
28 0x92, 0x1a, 0x12, 0x92, 0xd2, 0x5a, 0x52, 0xd2, in decode_vps()
29 0xd0, 0x58, 0x50, 0xd0, 0x94, 0x1c, 0x14, 0x94, in decode_vps()
30 0x90, 0x18, 0x10, 0x90, 0xd0, 0x58, 0x50, 0xd0, in decode_vps()
31 0xf0, 0x78, 0x70, 0xf0, 0xb4, 0x3c, 0x34, 0xb4, in decode_vps()
32 0xb0, 0x38, 0x30, 0xb0, 0xf0, 0x78, 0x70, 0xf0, in decode_vps()
33 0xe1, 0x69, 0x61, 0xe1, 0xa5, 0x2d, 0x25, 0xa5, in decode_vps()
34 0xa1, 0x29, 0x21, 0xa1, 0xe1, 0x69, 0x61, 0xe1, in decode_vps()
[all …]
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c18 * 4 byte EAV code: 0xff 0x00 0x00 0xRP
20 * 3 byte Anc data preamble: 0x00 0xff 0xff
24 * 2 byte Internal DID: VBI-line-# 0x80
31 * 0xb0 (Task 0 VerticalBlank HorizontalBlank 0 0 0 0)
32 * 0xf0 (Task EvenField VerticalBlank HorizontalBlank 0 0 0 0)
36 * 0x90 (Task 0 0 HorizontalBlank 0 0 0 0)
37 * 0xd0 (Task EvenField 0 HorizontalBlank 0 0 0 0)
40 * 0x91 (1 0 010 0 !ActiveLine AncDataPresent)
41 * 0x55 (0 1 010 2ndField !ActiveLine AncDataPresent)
44 static const u8 sliced_vbi_did[2] = { 0x91, 0x55 };
[all …]
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dp54spi_eeprom.h19 0x47, 0x4d, 0x55, 0xaa, /* magic */
20 0x00, 0x00, /* pad */
21 0x00, 0x00, /* eeprom_pda_data_wrap length */
22 0x00, 0x00, 0x00, 0x00, /* arm opcode */
25 0x04, 0x00, 0x01, 0x01, /* PDR_MAC_ADDRESS */
26 0x00, 0x02, 0xee, 0xc0, 0xff, 0xee,
29 0x06, 0x00, 0x01, 0x10, /* PDR_INTERFACE_LIST */
30 0x00, 0x00, /* role */
31 0x0f, 0x00, /* if_id */
32 0x85, 0x00, /* variant = Longbow RF, 2GHz */
[all …]
/openbmc/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-tw28.c30 0x00, 0xf0, 0x70, 0x30, 0x80, 0x80, 0x00, 0x02, /* 0x00 */
31 0x12, 0xf5, 0x0c, 0xd0, 0x00, 0x00, 0x00, 0x7f,
32 0x00, 0xf0, 0x70, 0x30, 0x80, 0x80, 0x00, 0x02, /* 0x10 */
33 0x12, 0xf5, 0x0c, 0xd0, 0x00, 0x00, 0x00, 0x7f,
34 0x00, 0xf0, 0x70, 0x30, 0x80, 0x80, 0x00, 0x02, /* 0x20 */
35 0x12, 0xf5, 0x0c, 0xd0, 0x00, 0x00, 0x00, 0x7f,
36 0x00, 0xf0, 0x70, 0x30, 0x80, 0x80, 0x00, 0x02, /* 0x30 */
37 0x12, 0xf5, 0x0c, 0xd0, 0x00, 0x00, 0x00, 0x7f,
38 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x40 */
39 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dqcom,pm8916-wcd-analog-codec.yaml110 reg = <0x1 SPMI_USID>;
112 #size-cells = <0>;
116 reg = <0xf000>;
120 interrupts = <0x1 0xf0 0x0 IRQ_TYPE_NONE>,
121 <0x1 0xf0 0x1 IRQ_TYPE_NONE>,
122 <0x1 0xf0 0x2 IRQ_TYPE_NONE>,
123 <0x1 0xf0 0x3 IRQ_TYPE_NONE>,
124 <0x1 0xf0 0x4 IRQ_TYPE_NONE>,
125 <0x1 0xf0 0x5 IRQ_TYPE_NONE>,
126 <0x1 0xf0 0x6 IRQ_TYPE_NONE>,
[all …]
/openbmc/linux/drivers/leds/
H A Dleds-mlxcpld.c47 #define MLXPLAT_CPLD_LPC_REG_BASE_ADRR 0x2500 /* LPC bus access */
50 #define MLXCPLD_LED_OFFSET_HALF 0x01 /* Offset from solid: 3Hz blink */
51 #define MLXCPLD_LED_OFFSET_FULL 0x02 /* Offset from solid: 6Hz blink */
52 #define MLXCPLD_LED_IS_OFF 0x00 /* Off */
53 #define MLXCPLD_LED_RED_STATIC_ON 0x05 /* Solid red */
58 #define MLXCPLD_LED_GREEN_STATIC_ON 0x0D /* Solid green */
130 0x21, 0xf0, MLXCPLD_LED_GREEN_STATIC_ON, 1,
134 0x21, 0xf0, MLXCPLD_LED_RED_STATIC_ON, LED_OFF,
138 0x21, 0x0f, MLXCPLD_LED_GREEN_STATIC_ON, 1,
142 0x21, 0x0f, MLXCPLD_LED_RED_STATIC_ON, LED_OFF,
[all …]
/openbmc/pldm/libpldmresponder/
H A Dbase.cpp57 {PLDM_BASE, {0x00, 0xf0, 0xf0, 0xf1}},
58 {PLDM_PLATFORM, {0x00, 0xf0, 0xf2, 0xf1}},
59 {PLDM_BIOS, {0x00, 0xf0, 0xf0, 0xf1}},
60 {PLDM_FRU, {0x00, 0xf0, 0xf0, 0xf1}},
62 {PLDM_OEM, {0x00, 0xf0, 0xf0, 0xf1}},
71 // DSP0240 has this as a bitfield8[N], where N = 0 to 7 in getPLDMTypes()
81 Response response(sizeof(pldm_msg_hdr) + PLDM_GET_TYPES_RESP_BYTES, 0); in getPLDMTypes()
98 Response response(sizeof(pldm_msg_hdr) + PLDM_GET_COMMANDS_RESP_BYTES, 0); in getPLDMCommands()
108 // DSP0240 has this as a bitfield8[N], where N = 0 to 31 in getPLDMCommands()
140 Response response(sizeof(pldm_msg_hdr) + PLDM_GET_VERSION_RESP_BYTES, 0); in getPLDMVersion()
[all …]
/openbmc/linux/sound/drivers/opl4/
H A Dyrw801.c40 snd_opl4_read_memory(opl4, buf, 0x001200, 15); in snd_yrw801_detect()
43 snd_opl4_read_memory(opl4, buf, 0x1ffffe, 2); in snd_yrw801_detect()
44 if (buf[0] != 0x01) in snd_yrw801_detect()
46 snd_printdd("YRW801 ROM version %02x.%02x\n", buf[0], buf[1]); in snd_yrw801_detect()
47 return 0; in snd_yrw801_detect()
58 {0x14, 0x27, {0x12c,7474,100, 0,0,0x00,0xc8,0x20,0xf2,0x13,0x08,0x0}},
59 {0x28, 0x2d, {0x12d,6816,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}},
60 {0x2e, 0x33, {0x12e,5899,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}},
61 {0x34, 0x39, {0x12f,5290,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}},
62 {0x3a, 0x3f, {0x130,4260,100, 0,0,0x0a,0xc8,0x20,0xf2,0x14,0x08,0x0}},
[all …]
/openbmc/u-boot/arch/sh/include/asm/
H A Dirqflags.h9 "stc sr, %0\n\t" in raw_local_irq_enable()
10 "and %1, %0\n\t" in raw_local_irq_enable()
13 "or %1, %0\n\t" in raw_local_irq_enable()
15 "ldc %0, sr\n\t" in raw_local_irq_enable()
17 : "1" (~0x000000f0) in raw_local_irq_enable()
27 "stc sr, %0\n\t" in raw_local_irq_disable()
28 "or #0xf0, %0\n\t" in raw_local_irq_disable()
29 "ldc %0, sr\n\t" in raw_local_irq_disable()
41 "stc sr, %0\n\t" in set_bl_bit()
42 "or %2, %0\n\t" in set_bl_bit()
[all …]
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dpm8916.dtsi9 pm8916_0: pmic@0 {
11 reg = <0x0 SPMI_USID>;
13 #size-cells = <0>;
17 reg = <0x800>;
18 mode-bootloader = <0x2>;
19 mode-recovery = <0x1>;
23 interrupts = <0x0 0x8 0 IRQ_TYPE_EDGE_BOTH>;
31 interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>;
39 interrupts = <0x0 0x8 6 IRQ_TYPE_EDGE_RISING>;
46 reg = <0x1300>;
[all …]
/openbmc/linux/lib/fonts/
H A Dfont_ter16x32.c8 { 0, 0, FONTDATAMAX, 0 }, {
9 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
10 0x00, 0x00, 0x00, 0x00, 0x7f, 0xfc, 0x7f, 0xfc,
11 0x70, 0x1c, 0x70, 0x1c, 0x70, 0x1c, 0x70, 0x1c,
12 0x70, 0x1c, 0x70, 0x1c, 0x70, 0x1c, 0x70, 0x1c,
13 0x70, 0x1c, 0x70, 0x1c, 0x70, 0x1c, 0x70, 0x1c,
14 0x70, 0x1c, 0x70, 0x1c, 0x70, 0x1c, 0x70, 0x1c,
15 0x7f, 0xfc, 0x7f, 0xfc, 0x00, 0x00, 0x00, 0x00,
16 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0 */
17 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
[all …]
H A Dfont_sun12x22.c7 { 0, 0, FONTDATAMAX, 0 }, {
8 /* 0 0x00 '^@' */
9 0x00, 0x00, /* 000000000000 */
10 0x00, 0x00, /* 000000000000 */
11 0x00, 0x00, /* 000000000000 */
12 0x00, 0x00, /* 000000000000 */
13 0x00, 0x00, /* 000000000000 */
14 0x00, 0x00, /* 000000000000 */
15 0x00, 0x00, /* 000000000000 */
16 0x00, 0x00, /* 000000000000 */
[all …]
/openbmc/linux/include/linux/mfd/da9052/
H A Dreg.h14 #define DA9052_PAGE0_CON_REG 0
176 #define DA9052_PAGE_CONF 0X80
179 #define DA9052_STATUSA_VDATDET 0X80
180 #define DA9052_STATUSA_VBUSSEL 0X40
181 #define DA9052_STATUSA_DCINSEL 0X20
182 #define DA9052_STATUSA_VBUSDET 0X10
183 #define DA9052_STATUSA_DCINDET 0X08
184 #define DA9052_STATUSA_IDGND 0X04
185 #define DA9052_STATUSA_IDFLOAT 0X02
186 #define DA9052_STATUSA_NONKEY 0X01
[all …]
/openbmc/linux/drivers/media/usb/gspca/gl860/
H A Dgl860-mi1320.c11 {0xba00, 0x00f0}, {0xba00, 0x00f1}, {0xba51, 0x0066}, {0xba02, 0x00f1},
12 {0xba05, 0x0067}, {0xba05, 0x00f1}, {0xbaa0, 0x0065}, {0xba00, 0x00f1},
13 {0xffff, 0xffff},
14 {0xba00, 0x00f0}, {0xba02, 0x00f1}, {0xbafa, 0x0028}, {0xba02, 0x00f1},
15 {0xba00, 0x00f0}, {0xba01, 0x00f1}, {0xbaf0, 0x0006}, {0xba0e, 0x00f1},
16 {0xba70, 0x0006}, {0xba0e, 0x00f1},
17 {0xffff, 0xffff},
18 {0xba74, 0x0006}, {0xba0e, 0x00f1},
19 {0xffff, 0xffff},
20 {0x0061, 0x0000}, {0x0068, 0x000d},
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dmvebu-pci.txt23 0x82000000 0 r MBUS_ID(0xf0, 0x01) r 0 s
32 registers area. This range entry translates the '0x82000000 0 r' PCI
33 address into the 'MBUS_ID(0xf0, 0x01) r' CPU address, which is part
34 of the internal register window (as identified by MBUS_ID(0xf0,
35 0x01)).
39 0x8t000000 s 0 MBUS_ID(w, a) 0 1 0
79 value is 0.
99 bus-range = <0x00 0xff>;
103 <0x82000000 0 0x40000 MBUS_ID(0xf0, 0x01) 0x40000 0 0x00002000 /* Port 0.0 registers */
104 0x82000000 0 0x42000 MBUS_ID(0xf0, 0x01) 0x42000 0 0x00002000 /* Port 2.0 registers */
[all …]
/openbmc/u-boot/drivers/misc/
H A Dds4510.h10 #define DS4510_NUM_IO 0x04
14 /* EEPROM from 0x00 - 0x39 */
15 #define DS4510_EEPROM 0x00
16 #define DS4510_EEPROM_SIZE 0x40
17 #define DS4510_EEPROM_PAGE_SIZE 0x08
20 /* SEEPROM from 0xf0 - 0xf7 */
21 #define DS4510_SEEPROM 0xf0
22 #define DS4510_SEEPROM_SIZE 0x08
24 /* Registers overlapping SEEPROM from 0xf0 - 0xf7 */
25 #define DS4510_PULLUP 0xF0
[all …]
/openbmc/linux/drivers/media/i2c/
H A Drdacm20.c32 #define OV10635_I2C_ADDRESS 0x30
34 #define OV10635_SOFTWARE_RESET 0x0103
35 #define OV10635_PID 0x300a
36 #define OV10635_VER 0x300b
37 #define OV10635_SC_CMMN_SCCB_ID 0x300c
38 #define OV10635_SC_CMMN_SCCB_ID_SELECT BIT(0)
39 #define OV10635_VERSION 0xa635
66 { 0x301b, 0xff }, { 0x301c, 0xff }, { 0x301a, 0xff }, { 0x3011, 0x42 },
67 { 0x6900, 0x0c }, { 0x6901, 0x19 }, { 0x3503, 0x10 }, { 0x3025, 0x03 },
68 { 0x3003, 0x16 }, { 0x3004, 0x30 }, { 0x3005, 0x40 }, { 0x3006, 0x91 },
[all …]
/openbmc/linux/Documentation/devicetree/bindings/bus/
H A Dmvebu-mbus.txt65 pcie-mem-aperture = <0xe0000000 0x8000000>;
66 pcie-io-aperture = <0xe8000000 0x100000>;
73 reg = <0x20000 0x100>, <0x20180 0x20>, <0x20250 0x8>;
87 0xSIAA0000 0x00oooooo
91 S = 0x0 for a MBus valid window
92 S = 0xf for a non-valid window (see below)
94 If S = 0x0, then:
99 If S = 0xf, then:
105 (S = 0x0), an address decoding window is allocated. On the other side,
106 entries for translation that do not correspond to valid windows (S = 0xf)
[all …]
/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Dpwm.h28 u8 en; /* 0x00 PWM Enable */
29 u8 pol; /* 0x01 Polarity */
30 u8 clk; /* 0x02 Clock Select */
31 u8 prclk; /* 0x03 Prescale Clock Select */
32 u8 cae; /* 0x04 Center Align Enable */
33 u8 ctl; /* 0x05 Control */
34 u16 res1; /* 0x06 - 0x07 */
35 u8 scla; /* 0x08 Scale A */
36 u8 sclb; /* 0x09 Scale B */
37 u16 res2; /* 0x0A - 0x0B */
[all …]

12345678910>>...42