/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/ |
H A D | fw_dnld.c | 46 0x60, 0x00, 0x02, 0xA0, 0x01 54 0x40, 0x02, 0x02, 0x00, 0x00 58 0x40, 0x04, 0x04, 0x00 62 0x40, 0x05, 0x01, 0x00 70 0x4F, 0x3A, 0x01, 0x00
|
/kernel/linux/linux-6.6/drivers/iio/accel/ |
H A D | mma9551_core.c | 15 #define MMA9551_CMD_READ_VERSION_INFO 0x00 24 #define MMA9551_MCI_ERROR_NONE 0x00 44 #define MMA9551_AFE_X_ACCEL_REG 0x00 49 #define MMA9551_RSC_RESET 0x00 549 * Pin 6 is configured by regs 0x00 and 0x01, pin 7 by 0x02 and in mma9551_gpio_config() 614 ret = mma9551_transfer(client, MMA9551_APPID_VERSION, 0x00, 0x00, in mma9551_read_version()
|
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
H A D | isdnhdlc.c | 124 0x00, 0x00, 0x00, 0x20, 0x30, 0x38, 0x3c, 0x3e, 0x3f in isdnhdlc_decode() 128 0x00, 0x7e, 0xfc, 0xf9, 0xf3, 0xe7, 0xcf, 0x9f, 0x3f in isdnhdlc_decode() 132 0x00, 0x00, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff in isdnhdlc_decode()
|
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds-lm3692x.c | 44 #define LM3692X_RAMP_RATE_125us 0x00 53 #define LM3692X_BRHT_MODE_REG 0x00 195 ret = regmap_write(led->regmap, LM3692X_BRT_CTRL, 0x00); in lm3692x_leds_enable() 229 ret = regmap_write(led->regmap, LM3692X_AUTO_FREQ_HI, 0x00); in lm3692x_leds_enable() 233 ret = regmap_write(led->regmap, LM3692X_AUTO_FREQ_LO, 0x00); in lm3692x_leds_enable() 237 ret = regmap_write(led->regmap, LM3692X_BL_ADJ_THRESH, 0x00); in lm3692x_leds_enable()
|
/kernel/linux/linux-6.6/net/x25/ |
H A D | x25_in.c | 97 x25->condition = 0x00; in x25_state1_machine() 221 x25->condition = 0x00; in x25_state3_machine() 243 x25->condition = 0x00; in x25_state3_machine() 265 x25->condition = 0x00; in x25_state3_machine() 283 x25->condition = 0x00; in x25_state3_machine() 355 x25->condition = 0x00; in x25_state4_machine()
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | ice1712.h | 29 #define ICE1712_REG_CONTROL 0x00 /* byte */ 82 #define ICE1712_IREG_PBK_COUNT_LO 0x00 106 #define ICE1712_DS_INTMASK 0x00 /* word - interrupt mask */ 115 #define ICE1712_DSC_ADDR0 0x00 /* dword - base address 0 */ 137 #define ICE1712_MT_IRQ 0x00 /* byte - interrupt mask */ 178 #define ICE1712_CFG_CLOCK512 0x00 /* 22.5692Mhz, 44.1kHz*512 */
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | 53c700.h | 282 #define SCNTL0_REG 0x00 304 #define ASYNC_OPERATION 0x00 314 #define SYNC_DIV_AS_ASYNC 0x00 343 #define DISABLE_FIFO 0x00 395 #define ASYNC_DIV_2_0 0x00 401 #define BURST_LENGTH_1 0x00
|
H A D | esp_scsi.h | 11 #define ESP_TCLOW 0x00UL /* rw Low bits transfer count 0x00 */ 101 #define ESP_CMD_NULL 0x00 /* Null command, ie. a nop */ 195 #define ESP_STEP_ASEL 0x00 /* Selection&Arbitrate cmplt */ 219 #define ESP_UID_F100A 0x00 /* ESP FAS100A */ 231 #define ESP_CCF_F0 0x00 /* 35.01MHz - 40MHz */ 495 #define ESP_SELECT_NONE 0x00 /* Not selecting */ 501 #define ESP_EVENT_NONE 0x00
|
/third_party/libcoap/tests/ |
H A D | test_uri.c | 153 0x0d, 0x00, 's', 'o', 'm', 'e', '_', 'r', 'e', 's', 'o', 'u', 'r', 'c', 'e', in t_parse_uri7() 292 const uint8_t uricheckbuf[] = { 0x00, 0x01, 0x2f, 0x00, 0x00 }; in t_parse_uri12() 463 0x00 /* "foo/" as Uri-Path options */ in t_parse_uri19() 483 0xb0, 0x00 /* "//" as Uri-Path options */ in t_parse_uri20()
|
/third_party/libwebsockets/lib/roles/mqtt/ |
H A D | ops-mqtt.c | 615 /* LWS_ROPS_pt_init_destroy */ 0x00, 617 /* LWS_ROPS_destroy_vhost */ 0x00, 625 /* LWS_ROPS_encapsulation_parent */ 0x00, 627 /* LWS_ROPS_close_via_role_protocol */ 0x00, 631 /* LWS_ROPS_adoption_bind */ 0x00, 637 /* LWS_ROPS_issue_keepalive */ 0x00,
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkQueryUtil.hpp | 163 deMemset(&result, 0x00, sizeof(StructType)); in operator StructType() 204 deMemset(&result, 0x00, sizeof(StructType)); in operator const StructType() 226 deMemset(&extensionProperties, 0x00, sizeof(ExtensionProperties)); in operator ExtensionProperties() 229 deMemset(&properties2, 0x00, sizeof(properties2)); in operator ExtensionProperties() 242 deMemset(&properties2, 0x00, sizeof(properties2)); in operator VkPhysicalDeviceProperties2() 273 deMemset(&vec[0], 0x00, sizeof(Type)); in validateInitComplete()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cGLSLnoperspectiveTests.cpp | 367 static const glw::GLubyte colors_data[] = { 0xff, 0x00, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, in iterate() 368 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in iterate()
|
/third_party/openssl/test/helpers/ |
H A D | predefined_dhparams.c | 93 0x00, 0xe8, 0x1a, 0xb7, 0x9a, 0x02, 0x65, 0x64, 0x94, 0x7b, 0xba, 0x09, in get_dhx512() 101 0x00, 0x91, 0xc1, 0x43, 0x6d, 0x0d, 0xb0, 0xa4, 0xde, 0x41, 0xb7, 0x93, in get_dhx512() 109 0x00, 0xdd, 0xf6, 0x35, 0xad, 0xfa, 0x70, 0xc7, 0xe7, 0xa8, 0xf0, 0xe3, in get_dhx512() 122 0xC8, 0x00, 0xF7, 0x08, 0x07, 0x89, 0x4D, 0x90, 0x53, 0xF3, 0xD5, 0x00, in get_dh1024dsa() 140 0xD3, 0xE6, 0xA6, 0x00, 0xF5, 0x5A, 0x95, 0x43, 0x5E, 0x81, 0xCF, 0x60, in get_dh1024dsa()
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/bn/ |
H A D | x86_64-mont5.s | 2775 .byte 0x66,0x66,0x66,0x2e,0x0f,0x1f,0x84,0x00,0x00,0x00,0x00,0x00 2811 .byte 0xc4,0xe2,0xab,0xf6,0x86,0x18,0x00,0x00,0x00 2814 .byte 0xc4,0xe2,0xa3,0xf6,0x86,0x20,0x00,0x00, [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/bn/ |
H A D | x86_64-mont5.s | 2775 .byte 0x66,0x66,0x66,0x2e,0x0f,0x1f,0x84,0x00,0x00,0x00,0x00,0x00 2811 .byte 0xc4,0xe2,0xab,0xf6,0x86,0x18,0x00,0x00,0x00 2814 .byte 0xc4,0xe2,0xa3,0xf6,0x86,0x20,0x00,0x00, [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/savage/ |
H A D | savagefb_driver.c | 83 VGAwSEQ(0x00, 0x01, par); /* Synchronous Reset */ in vgaHWSeqReset() 85 VGAwSEQ(0x00, 0x03, par); /* End Reset */ in vgaHWSeqReset() 159 reg->Sequencer[0x00] = 0x00; in vgaHWInit() 162 reg->Sequencer[0x03] = 0x00; /* Font select */ in vgaHWInit() 168 reg->CRTC[0x00] = (timings->HTotal >> 3) - 5; in vgaHWInit() 184 reg->CRTC[0x08] = 0x00; in vgaHWInit() 190 reg->CRTC[0x0a] = 0x00; in vgaHWInit() 191 reg->CRTC[0x0b] = 0x00; in vgaHWInit() 192 reg->CRTC[0x0c] = 0x00; in vgaHWInit() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/savage/ |
H A D | savagefb_driver.c | 84 VGAwSEQ(0x00, 0x01, par); /* Synchronous Reset */ in vgaHWSeqReset() 86 VGAwSEQ(0x00, 0x03, par); /* End Reset */ in vgaHWSeqReset() 160 reg->Sequencer[0x00] = 0x00; in vgaHWInit() 163 reg->Sequencer[0x03] = 0x00; /* Font select */ in vgaHWInit() 169 reg->CRTC[0x00] = (timings->HTotal >> 3) - 5; in vgaHWInit() 185 reg->CRTC[0x08] = 0x00; in vgaHWInit() 191 reg->CRTC[0x0a] = 0x00; in vgaHWInit() 192 reg->CRTC[0x0b] = 0x00; in vgaHWInit() 193 reg->CRTC[0x0c] = 0x00; in vgaHWInit() [all...] |
/third_party/vixl/test/aarch32/traces/ |
H A D | assembler-cond-rd-memop-rs-shift-amount-1to32-str-a32.h | 101 0xa7, 0x00, 0x89, 0x17 // str ne r0 r9 plus r7 LSR 1 Offset 215 0xad, 0x00, 0x88, 0xd7 // str le r0 r8 plus r13 LSR 1 Offset 287 0xa4, 0x00, 0x83, 0x07 // str eq r0 r3 plus r4 LSR 1 Offset 347 0xc1, 0x00, 0x0e, 0xe7 // str al r0 r14 minus r1 ASR 1 Offset 383 0x41, 0x05, 0x00, 0xe7 // str al r0 r0 minus r1 ASR 10 Offset 413 0x27, 0x00, 0x80, 0xe7 // str al r0 r0 plus r7 LSR 32 Offset 419 0xc1, 0x00, 0x82, 0xe7 // str al r0 r2 plus r1 ASR 1 Offset 428 0xc8, 0x00, 0x80, 0xe7 // str al r0 r0 plus r8 ASR 1 Offset 473 0xa7, 0x00, 0x0d, 0xe7 // str al r0 r13 minus r7 LSR 1 Offset 623 0x28, 0x0d, 0x00, [all...] |
H A D | assembler-cond-rd-rn-operand-rm-sxtah-t32.h | 44 0x00, 0xfa, 0x8c, 0xf2 // sxtah al r2 r0 r12 95 0x00, 0xfa, 0x88, 0xf5 // sxtah al r5 r0 r8 119 0x00, 0xfa, 0x82, 0xf2 // sxtah al r2 r0 r2 161 0x00, 0xfa, 0x87, 0xf0 // sxtah al r0 r0 r7 170 0x00, 0xfa, 0x81, 0xf6 // sxtah al r6 r0 r1 200 0x00, 0xfa, 0x83, 0xfc // sxtah al r12 r0 r3 248 0x00, 0xfa, 0x8e, 0xf7 // sxtah al r7 r0 r14 332 0x00, 0xfa, 0x83, 0xf1 // sxtah al r1 r0 r3 359 0x00, 0xfa, 0x8c, 0xfb // sxtah al r11 r0 r12 464 0x00, [all...] |
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | alps.c | 36 { PSMOUSE_CMD_SETPOLL, 0x00 }, /* 0 */ 37 { PSMOUSE_CMD_RESET_DIS, 0x00 }, /* 1 */ 38 { PSMOUSE_CMD_SETSCALE21, 0x00 }, /* 2 */ 46 { ALPS_CMD_NIBBLE_10, 0x00 }, /* a */ 47 { PSMOUSE_CMD_SETRES, 0x00 }, /* b */ 51 { PSMOUSE_CMD_SETSCALE11, 0x00 }, /* f */ 55 { PSMOUSE_CMD_ENABLE, 0x00 }, /* 0 */ 56 { PSMOUSE_CMD_RESET_DIS, 0x00 }, /* 1 */ 57 { PSMOUSE_CMD_SETSCALE21, 0x00 }, /* 2 */ 65 { ALPS_CMD_NIBBLE_10, 0x00 }, /* [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | hw.c | 670 rtl_write_byte(rtlpriv, REG_RSV_CTRL, 0x00); in _rtl8712e_init_mac() 1164 rtl_write_byte(rtlpriv, REG_BCNTCFG + 1, 0x00); in _rtl8723e_set_media_status() 1269 rtl_write_byte(rtlpriv, REG_RF_CTRL, 0x00); in _rtl8723e_poweroff_adapter() 1281 rtl_write_byte(rtlpriv, REG_MCUFWDL, 0x00); in _rtl8723e_poweroff_adapter() 2043 rate_mask[4] = macid | (shortgi ? 0x20 : 0x00) | 0x80; in rtl8723e_update_hal_rate_mask() 2159 {0x00, 0x00, 0x00, 0x00, 0x00, in rtl8723e_set_key() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | hw.c | 787 rtl_write_byte(rtlpriv, REG_RQPN_NPQ, 0x00); in _rtl8723be_llt_table_init() 817 rtl_write_byte(rtlpriv, REG_RSV_CTRL, 0x00); in _rtl8723be_init_mac() 1169 /* rtl_write_byte(rtlpriv, REG_RF_CTRL, 0x00); */ in _rtl8723be_poweroff_adapter() 1181 rtl_write_byte(rtlpriv, REG_MCUFWDL, 0x00); in _rtl8723be_poweroff_adapter() 1266 * write 0x100 = 0x00 in _rtl8723be_reset_pcie_interface_dma() 1312 * write 0x301 = 0x00 in _rtl8723be_reset_pcie_interface_dma() 1552 rtl_write_byte(rtlpriv, REG_BCNTCFG + 1, 0x00); in _rtl8723be_set_media_status() 2429 (shortgi ? 0x80 : 0x00); in rtl8723be_update_hal_rate_mask() 2551 {0x00, 0x00, in rtl8723be_set_key() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | hw.c | 787 rtl_write_byte(rtlpriv, REG_RQPN_NPQ, 0x00); in _rtl8723be_llt_table_init() 817 rtl_write_byte(rtlpriv, REG_RSV_CTRL, 0x00); in _rtl8723be_init_mac() 1169 /* rtl_write_byte(rtlpriv, REG_RF_CTRL, 0x00); */ in _rtl8723be_poweroff_adapter() 1181 rtl_write_byte(rtlpriv, REG_MCUFWDL, 0x00); in _rtl8723be_poweroff_adapter() 1266 * write 0x100 = 0x00 in _rtl8723be_reset_pcie_interface_dma() 1312 * write 0x301 = 0x00 in _rtl8723be_reset_pcie_interface_dma() 1552 rtl_write_byte(rtlpriv, REG_BCNTCFG + 1, 0x00); in _rtl8723be_set_media_status() 2429 (shortgi ? 0x80 : 0x00); in rtl8723be_update_hal_rate_mask() 2551 {0x00, 0x00, in rtl8723be_set_key() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | hw.c | 670 rtl_write_byte(rtlpriv, REG_RSV_CTRL, 0x00); in _rtl8712e_init_mac() 1163 rtl_write_byte(rtlpriv, REG_BCNTCFG + 1, 0x00); in _rtl8723e_set_media_status() 1268 rtl_write_byte(rtlpriv, REG_RF_CTRL, 0x00); in _rtl8723e_poweroff_adapter() 1280 rtl_write_byte(rtlpriv, REG_MCUFWDL, 0x00); in _rtl8723e_poweroff_adapter() 2042 rate_mask[4] = macid | (shortgi ? 0x20 : 0x00) | 0x80; in rtl8723e_update_hal_rate_mask() 2158 {0x00, 0x00, 0x00, 0x00, 0x00, in rtl8723e_set_key() [all...] |
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | alps.c | 36 { PSMOUSE_CMD_SETPOLL, 0x00 }, /* 0 */ 37 { PSMOUSE_CMD_RESET_DIS, 0x00 }, /* 1 */ 38 { PSMOUSE_CMD_SETSCALE21, 0x00 }, /* 2 */ 46 { ALPS_CMD_NIBBLE_10, 0x00 }, /* a */ 47 { PSMOUSE_CMD_SETRES, 0x00 }, /* b */ 51 { PSMOUSE_CMD_SETSCALE11, 0x00 }, /* f */ 55 { PSMOUSE_CMD_ENABLE, 0x00 }, /* 0 */ 56 { PSMOUSE_CMD_RESET_DIS, 0x00 }, /* 1 */ 57 { PSMOUSE_CMD_SETSCALE21, 0x00 }, /* 2 */ 65 { ALPS_CMD_NIBBLE_10, 0x00 }, /* [all...] |