/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | tda8290.c | 55 static unsigned char disable[2] = { 0x21, 0x00 }; in tda8290_i2c_bridge() 76 static unsigned char disable[2] = { 0x46, 0x00 }; in tda8295_i2c_bridge() 77 static unsigned char buf[3] = { 0x45, 0x01, 0x00 }; in tda8295_i2c_bridge() 153 { { 0x07, 0x00} }, /* use the same radio DTO values as a tda8295 */ 154 { { 0x08, 0x00} }, 160 { { 0x0d, 0x00} }, /* PLL off, no video carrier detect */ 161 { { 0x14, 0x00} }, /* disable auto mute if no video */ 169 static unsigned char soft_reset[] = { 0x00, 0x00 }; in tda8290_set_params() 172 static unsigned char agc_out_on[] = { 0x02, 0x00 }; in tda8290_set_params() [all...] |
H A D | fc0012.c | 56 0x00, /* dummy reg. 0 */ in fc0012_init() 59 0x00, /* reg. 0x03 */ in fc0012_init() 60 0x00, /* reg. 0x04 */ in fc0012_init() 62 0x00, /* reg. 0x06: divider 2, VCO slow */ in fc0012_init() 63 0x00, /* reg. 0x07: may also be 0x0f */ in fc0012_init() 72 0x00, /* reg. 0x0e */ in fc0012_init() 73 0x00, /* reg. 0x0f */ in fc0012_init() 74 0x00, /* reg. 0x10: may also be 0x0d */ in fc0012_init() 75 0x00, /* reg. 0x11 */ in fc0012_init() 78 Low Gain: 0x00, Hig in fc0012_init() [all...] |
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | tda8290.c | 55 static unsigned char disable[2] = { 0x21, 0x00 }; in tda8290_i2c_bridge() 76 static unsigned char disable[2] = { 0x46, 0x00 }; in tda8295_i2c_bridge() 77 static unsigned char buf[3] = { 0x45, 0x01, 0x00 }; in tda8295_i2c_bridge() 153 { { 0x07, 0x00} }, /* use the same radio DTO values as a tda8295 */ 154 { { 0x08, 0x00} }, 160 { { 0x0d, 0x00} }, /* PLL off, no video carrier detect */ 161 { { 0x14, 0x00} }, /* disable auto mute if no video */ 169 static unsigned char soft_reset[] = { 0x00, 0x00 }; in tda8290_set_params() 172 static unsigned char agc_out_on[] = { 0x02, 0x00 }; in tda8290_set_params() [all...] |
H A D | fc0012.c | 56 0x00, /* dummy reg. 0 */ in fc0012_init() 59 0x00, /* reg. 0x03 */ in fc0012_init() 60 0x00, /* reg. 0x04 */ in fc0012_init() 62 0x00, /* reg. 0x06: divider 2, VCO slow */ in fc0012_init() 63 0x00, /* reg. 0x07: may also be 0x0f */ in fc0012_init() 72 0x00, /* reg. 0x0e */ in fc0012_init() 73 0x00, /* reg. 0x0f */ in fc0012_init() 74 0x00, /* reg. 0x10: may also be 0x0d */ in fc0012_init() 75 0x00, /* reg. 0x11 */ in fc0012_init() 78 Low Gain: 0x00, Hig in fc0012_init() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
H A D | ne.c | 132 {"DE100", "DE200", {0x00, 0xDE, 0x01,}}, 133 {"DE120", "DE220", {0x00, 0x80, 0xc8,}}, 135 {"EtherNext UTP8", "EtherNext UTP16", {0x00, 0x00, 0x79}}, 136 {"NE1000","NE2000-invalid", {0x00, 0x00, 0xd8}}, /* Ancient real NE1000. */ 138 {"4-DIM8","4-DIM16", {0x00,0x00,0x4d,}}, /* Outlaw 4-Dimension cards. */ 139 {"Con-Intl_8", "Con-Intl_16", {0x00, 0x00, [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | sdla.h | 107 #define SDLA_RET_OK 0x00 145 #define SDLA_S502_SEG_D 0x00 147 #define SDLA_S507_SEG_A 0x00 151 #define SDLA_S508_SEG_A 0x00 159 #define SDLA_REG_CONTROL 0x00 164 #define SDLA_S502_STS 0x00 /* status reg for 502, 502E, 507 */ 165 #define SDLA_S508_GNRL 0x00 /* general purp. reg for 508 */ 170 #define SDLA_S502A_START 0x00 /* start the CPU */ 181 #define SDLA_S507_IRQ3 0x00 190 #define SDLA_HALT 0x00 [all...] |
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A D | scu_event_codes.h | 106 #define SCU_EVENT_TYPE_SMU_ERROR SCU_EVENT_TYPE(0x00) 123 #define SCU_EVENT_SPECIFIER_RNC_RELEASE 0x00 131 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_SMU_COMMAND_ERROR, 0x00) 139 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_SMU_PCQ_ERROR, 0x00) 161 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_TRANSPORT_ERROR, 0x00) 241 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_FATAL_MEMORY_ERROR, 0x00) 253 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_RNC_SUSPEND_TX, 0x00) 255 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_RNC_SUSPEND_TX_RX, 0x00) 283 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_ERR_CNT_EVENT, 0x00) 321 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_PTX_SCHEDULE_EVENT, 0x00) [all...] |
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | scu_event_codes.h | 106 #define SCU_EVENT_TYPE_SMU_ERROR SCU_EVENT_TYPE(0x00) 123 #define SCU_EVENT_SPECIFIER_RNC_RELEASE 0x00 131 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_SMU_COMMAND_ERROR, 0x00) 139 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_SMU_PCQ_ERROR, 0x00) 161 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_TRANSPORT_ERROR, 0x00) 241 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_FATAL_MEMORY_ERROR, 0x00) 253 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_RNC_SUSPEND_TX, 0x00) 255 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_RNC_SUSPEND_TX_RX, 0x00) 283 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_ERR_CNT_EVENT, 0x00) 321 SCU_EVENT_MESSAGE(SCU_EVENT_TYPE_PTX_SCHEDULE_EVENT, 0x00) [all...] |
/third_party/libwebsockets/lib/drivers/display/ |
H A D | ili9341-spi.c | 35 3, ILI9341_FACPWCTRB, 0x00, 0x83, 0x30, 38 5, ILI9341_FACPUMPRAT, 0x39, 0x2c, 0x00, 0x34, 0x02, 40 2, ILI9341_FACPWCTR1, 0x00, 0x00, 47 1, ILI9341_VSCRSADD, 0x00, 49 2, ILI9341_FRMCTR1, 0x00, 0x1b, 50 1, ILI9341_FACSETGAMMACRV, 0x00, 54 0x00, 55 15, ILI9341_GMCTRN1, 0x00, 0x0e, 0x14, 0x03, 0x11, 0x07, 0x31, 58 4, ILI9341_DFUNCTR, 0x0a, 0x82, 0x27, 0x00, [all...] |
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | machxo2-spi.c | 19 #define IDCODE_PUB {0xe0, 0x00, 0x00, 0x00} 20 #define ISC_ENABLE {0xc6, 0x08, 0x00, 0x00} 21 #define ISC_ERASE {0x0e, 0x04, 0x00, 0x00} 22 #define ISC_PROGRAMDONE {0x5e, 0x00, 0x00, 0x00} [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
H A D | panel-leadtek-ltk500hd1829.c | 43 { 0xE0, 0x00 }, 51 { 0x00, 0x00 }, 53 { 0x03, 0x00 }, 55 { 0x17, 0x00 }, 58 { 0x1A, 0x00 }, 73 { 0x3F, 0x00 }, 126 { 0x00, 0x57 }, 215 { 0x59, 0x00 }, 216 { 0x5A, 0x00 }, [all...] |
H A D | panel-truly-nt35597.c | 80 { { 0x00, 0x01 }, 2 }, 91 { { 0x13, 0x00 }, 2 }, 94 { { 0x5a, 0x00 }, 2 }, 98 { { 0x5e, 0x00 }, 2 }, 105 { { 0x00, 0x1C }, 2 }, 140 { { 0x22, 0x00 }, 2 }, 147 { { 0xE0, 0x00 }, 2 }, 165 { { 0x51, 0x00 }, 2 }, 167 { { 0x53, 0x00 }, 2 }, 168 { { 0x56, 0x00 }, [all...] |
/kernel/linux/linux-5.10/sound/pci/oxygen/ |
H A D | oxygen_regs.h | 6 #define OXYGEN_DMA_A_ADDRESS 0x00 /* 32-bit base address */ 35 /* all registers 0x00..0x36 return current position on read */ 53 #define OXYGEN_PLAY_CHANNELS_2 0x00 58 #define OXYGEN_DMA_A_BURST_8 0x00 /* dwords */ 61 #define OXYGEN_DMA_MULTICH_BURST_8 0x00 86 #define OXYGEN_MISC_CRYSTAL_24576 0x00 96 #define OXYGEN_FORMAT_16 0x00 109 #define OXYGEN_REC_CHANNELS_2_2_2 0x00 /* DMA A, B, C */ 117 #define OXYGEN_FUNCTION_CLOCK_PLL 0x00 125 #define OXYGEN_FUNCTION_SPI 0x00 [all...] |
/kernel/linux/linux-5.10/sound/usb/bcd2000/ |
H A D | bcd2000.c | 28 static const unsigned char device_cmd_prefix[] = {0x03, 0x00}; 31 0x07, 0x00, 0x00, 0x00, 0x78, 0x48, 0x1c, 0x81, 32 0xc4, 0x00, 0x00, 0x00, 0x5e, 0x53, 0x4a, 0xf7, 34 0x00, 0x00, 0x00, [all...] |
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | machxo2-spi.c | 19 #define IDCODE_PUB {0xe0, 0x00, 0x00, 0x00} 20 #define ISC_ENABLE {0xc6, 0x08, 0x00, 0x00} 21 #define ISC_ERASE {0x0e, 0x04, 0x00, 0x00} 22 #define ISC_PROGRAMDONE {0x5e, 0x00, 0x00, 0x00} [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-leadtek-ltk500hd1829.c | 43 { 0xE0, 0x00 }, 51 { 0x00, 0x00 }, 53 { 0x03, 0x00 }, 55 { 0x17, 0x00 }, 58 { 0x1A, 0x00 }, 73 { 0x3F, 0x00 }, 126 { 0x00, 0x57 }, 215 { 0x59, 0x00 }, 216 { 0x5A, 0x00 }, [all...] |
H A D | panel-truly-nt35597.c | 80 { { 0x00, 0x01 }, 2 }, 91 { { 0x13, 0x00 }, 2 }, 94 { { 0x5a, 0x00 }, 2 }, 98 { { 0x5e, 0x00 }, 2 }, 105 { { 0x00, 0x1C }, 2 }, 140 { { 0x22, 0x00 }, 2 }, 147 { { 0xE0, 0x00 }, 2 }, 165 { { 0x51, 0x00 }, 2 }, 167 { { 0x53, 0x00 }, 2 }, 168 { { 0x56, 0x00 }, [all...] |
/kernel/linux/linux-6.6/sound/pci/oxygen/ |
H A D | oxygen_regs.h | 6 #define OXYGEN_DMA_A_ADDRESS 0x00 /* 32-bit base address */ 35 /* all registers 0x00..0x36 return current position on read */ 53 #define OXYGEN_PLAY_CHANNELS_2 0x00 58 #define OXYGEN_DMA_A_BURST_8 0x00 /* dwords */ 61 #define OXYGEN_DMA_MULTICH_BURST_8 0x00 86 #define OXYGEN_MISC_CRYSTAL_24576 0x00 96 #define OXYGEN_FORMAT_16 0x00 109 #define OXYGEN_REC_CHANNELS_2_2_2 0x00 /* DMA A, B, C */ 117 #define OXYGEN_FUNCTION_CLOCK_PLL 0x00 125 #define OXYGEN_FUNCTION_SPI 0x00 [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tas5805m.c | 34 #define REG_PAGE 0x00 53 #define DCTRL2_MODE_DEEP_SLEEP 0x00 65 0x00, 0x00, 0x7f, 0x00, 0x03, 0x02, 0x01, 0x11, 66 0x00, 0x00, 0x00, 0x00, 0x00, [all...] |
H A D | max98520.c | 22 {MAX98520_R2000_SW_RESET, 0x00}, 23 {MAX98520_R2001_STATUS_1, 0x00}, 24 {MAX98520_R2002_STATUS_2, 0x00}, 30 {MAX98520_R2030_CLK_MON_CTRL, 0x00}, 35 {MAX98520_R2043_PCM_RX_SRC1, 0x00}, 36 {MAX98520_R2044_PCM_RX_SRC2, 0x00}, 37 {MAX98520_R204F_PCM_RX_EN, 0x00}, 38 {MAX98520_R2090_AMP_VOL_CTRL, 0x00}, 43 {MAX98520_R209F_AMP_EN, 0x00}, 44 {MAX98520_R20B0_ADC_SR, 0x00}, [all...] |
/kernel/linux/linux-6.6/sound/usb/bcd2000/ |
H A D | bcd2000.c | 28 static const unsigned char device_cmd_prefix[] = {0x03, 0x00}; 31 0x07, 0x00, 0x00, 0x00, 0x78, 0x48, 0x1c, 0x81, 32 0xc4, 0x00, 0x00, 0x00, 0x5e, 0x53, 0x4a, 0xf7, 34 0x00, 0x00, 0x00, [all...] |
/third_party/libcoap/tests/ |
H A D | test_error_response.c | 89 0x65, code, 0x00, 0x00, 't', 'o', 'k', 'e', in t_error_response3() 122 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in t_error_response4() 126 0x65, code, 0x00, 0x00, 't', 'o', 'k', 'e', in t_error_response4() 127 'n', 0xdc, 0x0c, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, in t_error_response4() 161 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in t_error_response5() 166 0x65, code, 0x00, 0x00, 't', 'o', 'k', 'e', in t_error_response5() 167 'n', 0xdd, 0x0c, 0x06, 0x00, in t_error_response5() [all...] |
/third_party/vixl/test/aarch32/traces/ |
H A D | assembler-cond-rd-rn-rm-mul-a32.h | 62 0x91, 0x00, 0x06, 0xb0 // mul lt r6 r1 r0 71 0x9e, 0x06, 0x07, 0x00 // mul eq r7 r14 r6 89 0x9d, 0x05, 0x00, 0x80 // mul hi r0 r13 r5 143 0x9c, 0x00, 0x0c, 0x10 // mul ne r12 r12 r0 161 0x9a, 0x05, 0x0a, 0x00 // mul eq r10 r10 r5 176 0x98, 0x04, 0x0a, 0x00 // mul eq r10 r8 r4 185 0x94, 0x00, 0x0b, 0x90 // mul ls r11 r4 r0 197 0x99, 0x0d, 0x03, 0x00 // mul eq r3 r9 r13 209 0x90, 0x05, 0x00, 0x00 // mu [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | rsaz-x86_64.pl | 522 .byte 0xc4,0x62,0xf3,0xf6,0xa6,0x20,0x00,0x00,0x00 # mulx 32($inp), %rcx, %r12 525 .byte 0xc4,0x62,0xfb,0xf6,0xae,0x28,0x00,0x00,0x00 # mulx 40($inp), %rax, %r13 548 .byte 0xc4,0xe2,0xfb,0xf6,0x9e,0x10,0x00,0x00,0x00 # mulx 16($inp), %rax, %rbx 565 .byte 0xc4,0xe2,0xfb,0xf6,0x9e,0x30,0x00, [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | rsaz-x86_64.pl | 522 .byte 0xc4,0x62,0xf3,0xf6,0xa6,0x20,0x00,0x00,0x00 # mulx 32($inp), %rcx, %r12 525 .byte 0xc4,0x62,0xfb,0xf6,0xae,0x28,0x00,0x00,0x00 # mulx 40($inp), %rax, %r13 548 .byte 0xc4,0xe2,0xfb,0xf6,0x9e,0x10,0x00,0x00,0x00 # mulx 16($inp), %rax, %rbx 565 .byte 0xc4,0xe2,0xfb,0xf6,0x9e,0x30,0x00, [all...] |