Home
last modified time | relevance | path

Searched refs:x00 (Results 2951 - 2975 of 18346) sorted by relevance

1...<<111112113114115116117118119120>>...734

/third_party/node/deps/openssl/openssl/ms/
H A Duplink-x86_64.pl70 .byte 0x01,0x04,0x01,0x00
71 .byte 0x04,0x42,0x00,0x00
/third_party/openssl/ms/
H A Duplink-x86_64.pl70 .byte 0x01,0x04,0x01,0x00
71 .byte 0x04,0x42,0x00,0x00
/vendor/hihope/dayu210/bluetooth/include/
H A Desco_parameters.h40 #define ESCO_CODING_FORMAT_ULAW ((uint8_t)0x00) /* u-Law log */
49 #define ESCO_PCM_DATA_FORMAT_NA ((uint8_t)0x00) /* N/A to coding format in use */
57 #define ESCO_DATA_PATH_HCI ((uint8_t)0x00) /* HCI-0, 0x01-0xFE (PCM Chan) */
111 uint8_t input_data_path; /* 0x00 - HCI, or 0x01-0xFE for VS) */
112 uint8_t output_data_path; /* 0x00 - HCI, or 0x01-0xFE for VS) */
117 uint8_t retransmission_effort; /* 0x00-0x02, 0xFF don't care */
/vendor/hihope/rk3568/bluetooth/include/
H A Desco_parameters.h40 #define ESCO_CODING_FORMAT_ULAW ((uint8_t)0x00) /* u-Law log */
49 #define ESCO_PCM_DATA_FORMAT_NA ((uint8_t)0x00) /* N/A to coding format in use */
57 #define ESCO_DATA_PATH_HCI ((uint8_t)0x00) /* HCI-0, 0x01-0xFE (PCM Chan) */
111 uint8_t input_data_path; /* 0x00 - HCI, or 0x01-0xFE for VS) */
112 uint8_t output_data_path; /* 0x00 - HCI, or 0x01-0xFE for VS) */
117 uint8_t retransmission_effort; /* 0x00-0x02, 0xFF don't care */
/applications/standard/app_samples/code/BasicFeature/Native/NdkRenderNodeDrawing/entry/src/main/cpp/
H A Dnative_bridge.cpp85 OH_Drawing_PenSetColor(cPen, OH_Drawing_ColorSetArgb(0xFF, 0xFF, 0x00, 0x00)); in NativeOnDrawPath()
93 OH_Drawing_BrushSetColor(cBrush, OH_Drawing_ColorSetArgb(0xFF, 0x00, 0xFF, 0x00)); in NativeOnDrawPath()
120 OH_Drawing_SetTextStyleColor(txtStyle, OH_Drawing_ColorSetArgb(0xFF, 0x00, 0x00, 0x00)); in NativeOnDrawText()
163 OH_Drawing_BrushSetColor(brush, OH_Drawing_ColorSetArgb(0xff, 0xff, 0x00, 0x00)); in NativeOnDrawTextBlob()
/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble/
H A Ddisc_ble_utils_test.cpp25 static uint8_t g_vaildAdvData[] = { 0x04, 0x05, 0x10, 0x00, 0x00, 0x02, 0x00, 0x18, 0xE8, 0x31, 0xF7, 0x63, 0x0B, 0x76,
27 static uint8_t g_vaildRspData[] = { 0x0F, 0x43, 0x01, 0xAA, 0x00, 0x61, 0x01, 0x3A, 0x4D, 0x79, 0x20, 0x44, 0x65, 0x76,
28 0x69, 0x63, 0x65, 0x00 };
30 static uint8_t g_invalidAdvData[] = { 0x00, 0x00 };
31 static uint8_t g_invalidRspData[] = { 0x00, 0x00 };
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h86 #define HCI_PAGE_SCAN_REPETITION_MODE_R0 0x00
90 #define HCI_NOT_ALLOW_ROLE_SWITCH 0x00
128 #define HCI_ROLE_MASTER 0x00
221 #define LINK_LEVEL_ENCRYPTION_OFF 0x00
358 #define IO_CAPABILITY_DISPLAY_ONLY 0x00
363 #define OOB_DATA_NOT_PRESENT 0x00
368 #define AUTHENTICATION_NO_MITM_NO_BONDING 0x00
576 #define HCI_CODING_FORMAT_U_LAW_LOG 0x00
584 #define HCI_PCM_DATA_FORMAT_NA 0x00
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A Dsmc-ultra.c116 #define START_PG 0x00 /* First page of TX buffer */
397 outb(0x00, ioaddr); /* Disable shared memory for safety. */ in ultra_open()
427 outb(0x00, cmd_port); /* Disable shared memory for safety. */ in ultra_reset_8390()
455 outb(0x00, dev->base_addr - ULTRA_NIC_OFFSET); /* shmem off */ in ultra_get_8390_hdr()
479 outb(0x00, dev->base_addr - ULTRA_NIC_OFFSET); /* Disable memory. */ in ultra_block_input()
493 outb(0x00, dev->base_addr - ULTRA_NIC_OFFSET); /* Disable memory. */ in ultra_block_output()
508 outb(0x00, ioaddr + IOPA); /* Set the address, LSB first. */ in ultra_pio_get_hdr()
530 outb(0x00, ioaddr + IOPA); /* Set the address, LSB first. */ in ultra_pio_output()
546 outb(0x00, ioaddr + 6); /* Disable interrupts. */ in ultra_close_card()
H A Dmcf8390.c26 #define NE_CMD 0x00
281 ei_outb(0x00, addr + NE_EN0_RSARLO); in mcf8390_block_output()
318 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in mcf8390_init()
344 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs */ in mcf8390_init()
345 {0x00, NE_EN0_RCNTHI}, in mcf8390_init()
346 {0x00, NE_EN0_IMR}, /* Mask completion irq */ in mcf8390_init()
351 {0x00, NE_EN0_RCNTHI}, in mcf8390_init()
352 {0x00, NE_EN0_RSARLO}, /* DMA starting at 0x0000 */ in mcf8390_init()
353 {0x00, NE_EN0_RSARHI}, in mcf8390_init()
H A Dzorro8390.c52 #define NE_CMD (0x00 * 2)
221 z_writeb(0x00, nic_base + NE_EN0_RSARLO); in zorro8390_block_output()
298 0x00, 0x02, 0x04, 0x06, 0x08, 0x0a, 0x0c, 0x0e, in zorro8390_init()
332 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs */ in zorro8390_init()
333 {0x00, NE_EN0_RCNTHI}, in zorro8390_init()
334 {0x00, NE_EN0_IMR}, /* Mask completion irq */ in zorro8390_init()
339 {0x00, NE_EN0_RCNTHI}, in zorro8390_init()
340 {0x00, NE_EN0_RSARLO}, /* DMA starting at 0x0000 */ in zorro8390_init()
341 {0x00, NE_EN0_RSARHI}, in zorro8390_init()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dor51132.c75 /* Write constant bytes, e.g. or51132_writebytes(state, 0x04, 0x42, 0x00);
158 if ((ret = or51132_writebytes(state, 0x10, 0x10, 0x00))) { in or51132_load_firmware()
166 if ((ret = or51132_writebytes(state, 0x00, 0x00))) { in or51132_load_firmware()
174 {0x04,0x00,0x30,0x00,i+1} */ in or51132_load_firmware()
190 if ((ret = or51132_writebytes(state, 0x10, 0x00, 0x00))) { in or51132_load_firmware()
223 u8 cmd_buf2[3] = {0x1c, 0x00, 0 }; in or51132_setmode()
370 if ((status = or51132_readreg(state, 0x00)) < in or51132_get_parameters()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-raydium-rm67191.c46 {0x4B, 0x00},
57 {0x42, 0x00},
67 {0x00, 0x0C},
92 {0x00, 0xCC},
119 {0x88, 0x00},
133 {0x98, 0x00},
159 {0xC6, 0x00},
171 {0x00, 0xEC},
336 ret = mipi_dsi_generic_write(dsi, (u8[]){ WRMAUCCTR, 0x00 }, 2); in rad_panel_enable()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dparade-ps8622.c134 err = ps8622_set(cl, 0x04, 0x7b, 0x00); in ps8622_send_config()
164 err = ps8622_set(cl, 0x04, 0x00, 0xb0); in ps8622_send_config()
189 err = ps8622_set(cl, 0x00, 0x52, 0x20); in ps8622_send_config()
194 err = ps8622_set(cl, 0x00, 0xf1, 0x03); in ps8622_send_config()
198 err = ps8622_set(cl, 0x00, 0x62, 0x41); in ps8622_send_config()
203 err = ps8622_set(cl, 0x00, 0xf6, 0x01); in ps8622_send_config()
208 err = ps8622_set(cl, 0x00, 0x77, 0x06); in ps8622_send_config()
213 err = ps8622_set(cl, 0x00, 0x4c, 0x04); in ps8622_send_config()
218 err = ps8622_set(cl, 0x01, 0xc0, 0x00); in ps8622_send_config()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dsaa7110.c168 0, 0x4C, 0x3C, 0x0D, 0xEF, 0xBD, 0xF2, 0x03, 0x00,
169 /* 0x08 */ 0xF8, 0xF8, 0x60, 0x60, 0x00, 0x86, 0x18, 0x90,
170 /* 0x10 */ 0x00, 0x59, 0x40, 0x46, 0x42, 0x1A, 0xFF, 0xDA,
171 /* 0x18 */ 0xF2, 0x8B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H A Daic94xx_sas.h103 #define STP_CL_POL_NO_TX 0x00
251 #define ASD_SG_EL_DS_HM 0x00
274 #define INITIATE_SSP_TASK 0x00
327 #define DATA_DIR_NONE 0x00
356 #define ATA_Q_TYPE_UNTAGGED 0x00
385 #define DISABLE_PHY 0x00
432 #define GET_LINK_ERROR_COUNT 0x00
475 #define NEXUS_ADAPTER 0x00
611 #define TC_NO_ERROR 0x00
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Dusb_intf.c546 ((mac[0] == 0x00) && (mac[1] == 0x00) && in r871xu_drv_init()
547 (mac[2] == 0x00) && (mac[3] == 0x00) && in r871xu_drv_init()
548 (mac[4] == 0x00) && (mac[5] == 0x00))) { in r871xu_drv_init()
549 mac[0] = 0x00; in r871xu_drv_init()
553 mac[4] = 0x00; in r871xu_drv_init()
554 mac[5] = 0x00; in r871xu_drv_init()
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Djumpshot.c407 ptr[2] = 0x00; // WP enable: 0x80 in jumpshot_handle_mode_sense()
410 ptr[3] = 0x00; // WP enable: 0x80 in jumpshot_handle_mode_sense()
419 info->sense_ascq = 0x00; in jumpshot_handle_mode_sense()
481 0x00, 0x80, 0x00, 0x01, 0x1F, 0x00, 0x00, 0x00 in jumpshot_transport()
642 info->sense_ascq = 0x00; in jumpshot_transport()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dak4641.c28 #define AK4641_PM1 0x00
61 { 0, 0x00 }, { 1, 0x80 }, { 2, 0x00 }, { 3, 0x80 },
62 { 4, 0x02 }, { 5, 0x00 }, { 6, 0x11 }, { 7, 0x05 },
63 { 8, 0x00 }, { 9, 0x00 }, { 10, 0x36 }, { 11, 0x10 },
64 { 12, 0x00 }, { 13, 0x00 }, { 14, 0x57 }, { 15, 0x00 },
H A Djz4725b.c25 #define ICDC_RGADW_OFFSET 0x00
525 0x0c, 0xaa, 0x78, 0x00, 0x00, 0xff, 0x03, 0x51,
526 0x3f, 0x00, 0x00, 0x04, 0x04, 0x04, 0x04, 0x04,
527 0x04, 0x0a, 0x0a, 0x00, 0x00, 0x00, 0xc0, 0x34,
528 0x07, 0x44, 0x1f, 0x00,
/kernel/linux/linux-5.10/sound/usb/line6/
H A Dpodhd.c277 0x0c, 0x00, in podhd_set_monitor_level()
279 0x01, 0x00, in podhd_set_monitor_level()
281 0x02, 0x00, in podhd_set_monitor_level()
285 0x04, 0x00, 0x13, 0x00, in podhd_set_monitor_level()
287 0x00, 0x00, 0x00, 0x00 in podhd_set_monitor_level()
/kernel/linux/linux-5.10/include/pcmcia/
H A Dcistpl.h17 #define CISTPL_NULL 0x00
71 #define CISTPL_MFC_ATTR 0x00
90 #define CISTPL_DTYPE_NULL 0x00
144 #define CISTPL_FUNCID_MULTI 0x00
173 #define CISTPL_FUNCE_SERIAL_IF 0x00
186 #define CISTPL_SERIAL_UART_8250 0x00
514 #define CISTPL_ORG_FS 0x00
525 #define CISTPL_FORMAT_DISK 0x00
528 #define CISTPL_EDC_NONE 0x00
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Djeilinj.c155 {0xcf, 0x00} in setautogain()
168 {0xe6, 0x00} in setred()
181 {0xe7, 0x00} in setgreen()
194 {0xe9, 0x00} in setblue()
216 {{0x71, 0x00}, 0, 0}, /* start streaming ??*/ in jlj_start()
227 {{0xe4, 0x00}, 0, 0}, in jlj_start()
229 {{0xe5, 0x00}, 0, 0}, in jlj_start()
233 {{0xaa, 0x00}, 0, 0} in jlj_start()
327 {0x71, 0x00}, in sd_stopN()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dor51132.c75 /* Write constant bytes, e.g. or51132_writebytes(state, 0x04, 0x42, 0x00);
158 if ((ret = or51132_writebytes(state, 0x10, 0x10, 0x00))) { in or51132_load_firmware()
166 if ((ret = or51132_writebytes(state, 0x00, 0x00))) { in or51132_load_firmware()
174 {0x04,0x00,0x30,0x00,i+1} */ in or51132_load_firmware()
190 if ((ret = or51132_writebytes(state, 0x10, 0x00, 0x00))) { in or51132_load_firmware()
223 u8 cmd_buf2[3] = {0x1c, 0x00, 0 }; in or51132_setmode()
370 if ((status = or51132_readreg(state, 0x00)) < in or51132_get_parameters()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Djeilinj.c155 {0xcf, 0x00} in setautogain()
168 {0xe6, 0x00} in setred()
181 {0xe7, 0x00} in setgreen()
194 {0xe9, 0x00} in setblue()
216 {{0x71, 0x00}, 0, 0}, /* start streaming ??*/ in jlj_start()
227 {{0xe4, 0x00}, 0, 0}, in jlj_start()
229 {{0xe5, 0x00}, 0, 0}, in jlj_start()
233 {{0xaa, 0x00}, 0, 0} in jlj_start()
327 {0x71, 0x00}, in sd_stopN()
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H A Dzorro8390.c47 #define NE_CMD (0x00 * 2)
216 z_writeb(0x00, nic_base + NE_EN0_RSARLO); in zorro8390_block_output()
293 0x00, 0x02, 0x04, 0x06, 0x08, 0x0a, 0x0c, 0x0e, in zorro8390_init()
327 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs */ in zorro8390_init()
328 {0x00, NE_EN0_RCNTHI}, in zorro8390_init()
329 {0x00, NE_EN0_IMR}, /* Mask completion irq */ in zorro8390_init()
334 {0x00, NE_EN0_RCNTHI}, in zorro8390_init()
335 {0x00, NE_EN0_RSARLO}, /* DMA starting at 0x0000 */ in zorro8390_init()
336 {0x00, NE_EN0_RSARHI}, in zorro8390_init()

Completed in 23 milliseconds

1...<<111112113114115116117118119120>>...734