Home
last modified time | relevance | path

Searched refs:byte (Results 1 - 25 of 44) sorted by relevance

12

/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/epdlut/
H A Drkf_waveform_v8.S1196 .4byte 0x6f00
1197 .2byte 0x4
1198 .4byte .Ldebug_abbrev0
1199 .byte 0x8
1201 .4byte .LASF1527
1202 .byte 0x1
1203 .4byte .LASF1528
1204 .4byte .LASF1529
1205 .8byte .Ltext0
1206 .8byte
[all...]
H A Dpvi_waveform_v8.S1501 .4byte 0x6831
1502 .2byte 0x4
1503 .4byte .Ldebug_abbrev0
1504 .byte 0x8
1506 .4byte .LASF1511
1507 .byte 0x1
1508 .4byte .LASF1512
1509 .4byte .LASF1513
1510 .8byte .Ltext0
1511 .8byte
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/
H A Debc_dev_v8.S2403 .byte (.L196 - .Lrtx197) / 4
2404 .byte (.L196 - .Lrtx197) / 4
2405 .byte (.L213 - .Lrtx197) / 4
2406 .byte (.L199 - .Lrtx197) / 4
2407 .byte (.L200 - .Lrtx197) / 4
2408 .byte (.L201 - .Lrtx197) / 4
2409 .byte (.L202 - .Lrtx197) / 4
2410 .byte (.L213 - .Lrtx197) / 4
2411 .byte (.L199 - .Lrtx197) / 4
2412 .byte (
[all...]
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_boot.c47 void ddr_training_error(unsigned int mask, unsigned int phy, int byte, int dq) in ddr_training_error() argument
54 uart_early_put_hex(byte); in ddr_training_error()
132 void ddr_training_error(unsigned int mask, unsigned int phy, int byte, int dq) in ddr_training_error() argument
205 /* error byte */ in ddr_training_error()
206 if (-1 != byte) { in ddr_training_error()
211 uart_early_put_hex(byte); in ddr_training_error()
247 void ddr_training_error(unsigned int mask, unsigned int phy, int byte, int dq) in ddr_training_error() argument
H A Dddr_training_impl.h160 #define DDR_MPR_BYTE_BIT 16 /* 16 bit (2 byte) */
306 unsigned int cur_byte; /* current training byte index */
429 int ddr_ddrt_test(unsigned int mask, int byte, int dq);
441 void ddr_training_stat(unsigned int mask, unsigned int phy, int byte, int dq);
442 void ddr_training_error(unsigned int mask, unsigned int phy, int byte, int dq);
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_boot.c47 void ddr_training_error(unsigned int mask, unsigned int phy, int byte, int dq) in ddr_training_error() argument
54 uart_early_put_hex(byte); in ddr_training_error()
132 void ddr_training_error(unsigned int mask, unsigned int phy, int byte, int dq) in ddr_training_error() argument
205 /* error byte */ in ddr_training_error()
206 if (-1 != byte) { in ddr_training_error()
211 uart_early_put_hex(byte); in ddr_training_error()
247 void ddr_training_error(unsigned int mask, unsigned int phy, int byte, int dq) in ddr_training_error() argument
H A Dddr_training_impl.h145 #define DDR_BYTE_DQ 3 /* Shift left or shift right 3: 8 dq(1 byte) */
161 #define DDR_MPR_BYTE_BIT 16 /* 16 bit (2 byte) */
307 unsigned int cur_byte; /* current training byte index */
436 int ddr_ddrt_test(unsigned int mask, int byte, int dq);
448 void ddr_training_stat(unsigned int mask, unsigned int phy, int byte, int dq);
449 void ddr_training_error(unsigned int mask, unsigned int phy, int byte, int dq);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_edid.c190 /* byte order */
220 /* number of 128 byte ext. blocks */
323 /* 24, 16, is serial number 3 and 4 byte */ in edid_vendor_info()
325 (fst_blk->serial[1] << 8) | (fst_blk->serial[0]); /* 8, 0, is serial number 1 and 0 byte */ in edid_vendor_info()
764 static hi_void edid_audio_rate(hi_u8 byte, hi_u8 frm_code, hdmi_edid_audio_info *audio_info) in edid_audio_rate() argument
768 if (byte & BIT0_MASK) { in edid_audio_rate()
773 if (byte & BIT1_MASK) { in edid_audio_rate()
778 if (byte & BIT2_MASK) { in edid_audio_rate()
783 if (byte & BIT3_MASK) { in edid_audio_rate()
788 if (byte in edid_audio_rate()
811 edid_audio_depth_and_max_rate(hi_u8 byte, hi_u8 frm_code, hdmi_edid_audio_info *audio_info) edid_audio_depth_and_max_rate() argument
1055 hi_u8 byte; edid_vic_parse() local
1074 hi_u8 byte; edid_3d_parse() local
1126 hi_u8 offset, byte; edid_vsdb_prase_step9() local
1209 hi_u8 byte; edid_speaker_db() local
1240 hi_u8 byte; edid_colorimetry_db() local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_util.c116 hi_u8 byte; in oal_get_lut_index() local
121 for (byte = 0; byte < bitmap_len; byte++) { in oal_get_lut_index()
122 temp = lut_index_table[byte]; in oal_get_lut_index()
133 index = (byte * 8 + bit_idx); /* 乘8转成bit index */ in oal_get_lut_index()
136 lut_index_table[byte] |= (hi_u8)(1 << bit_idx); in oal_get_lut_index()
H A Doal_util.h460 输入参数 : byte:需要操作的字节
462 static inline hi_u8 oal_bit_get_num_one_byte(hi_u8 byte) in oal_bit_get_num_one_byte() argument
464 byte = (byte & 0x55) + ((byte >> 1) & 0x55); in oal_bit_get_num_one_byte()
465 byte = (byte & 0x33) + ((byte >> 2) & 0x33); /* 2: 右移2位 */ in oal_bit_get_num_one_byte()
466 byte = (byte in oal_bit_get_num_one_byte()
491 oal_bit_set_bit_one_byte(hi_u8 *byte, hi_u32 nr) oal_bit_set_bit_one_byte() argument
501 oal_bit_clear_bit_one_byte(hi_u8 *byte, hi_u32 nr) oal_bit_clear_bit_one_byte() argument
627 hi_u8 byte = idx / 8; /* 8: 除以8 */ oal_del_lut_index() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/
H A Dhdmi_hal_scdc.c66 ddc_src_cfg.data = &ddc_config_byte.byte; in scdc_scramble_set()
92 ddc_sramble_byte.byte = 0; in scdc_scramble_get()
93 ddc_sink_cfg.data = &ddc_sramble_byte.byte; in scdc_scramble_get()
96 scdc_info->status.reg_update[scdc_info->status.reg_update_ptr].scramble_status.byte = ddc_sramble_byte.byte; in scdc_scramble_get()
99 ddc_sramble_byte.byte = 0; in scdc_scramble_get()
100 ddc_sink_cfg.data = &ddc_config_byte.byte; in scdc_scramble_get()
104 scdc_info->status.reg_static.tmds_config0.byte = ddc_config_byte.byte; in scdc_scramble_get()
214 scdc_info->status.reg_static.config0.byte in scdc_pre_scramble()
[all...]
H A Dhdmi_hal_scdc.h51 hi_u8 byte; member
61 hi_u8 byte; member
70 hi_u8 byte; member
79 hi_u8 byte; member
91 hi_u8 byte; member
110 hi_u8 byte; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/
H A Dcryp_trng.c35 hi_u8 *byte = HI_NULL; in cryp_trng_check() local
45 byte = (hi_u8 *)&randnum; in cryp_trng_check()
50 if ((byte[i] == 0x00) || (byte[i] == 0xff)) { in cryp_trng_check()
/device/qemu/arm_mps3_an547/liteos_m/board/driver/
H A Darm_uart_drv.c136 enum arm_uart_error_t arm_uart_read(struct arm_uart_dev_t* dev, uint8_t* byte) in arm_uart_read() argument
145 *byte = (uint8_t)p_uart->data; in arm_uart_read()
150 enum arm_uart_error_t arm_uart_write(struct arm_uart_dev_t* dev, uint8_t byte) in arm_uart_write() argument
160 p_uart->data = byte; in arm_uart_write()
H A Darm_uart_drv.h119 * \brief Reads one byte from UART dev.
122 * \param[in] byte Pointer to byte.
126 * \note For better performance, this function doesn't check if dev and byte
129 enum arm_uart_error_t arm_uart_read(struct arm_uart_dev_t* dev, uint8_t* byte);
132 * \brief Writes a byte to UART dev.
135 * \param[in] byte Byte to write.
142 enum arm_uart_error_t arm_uart_write(struct arm_uart_dev_t* dev, uint8_t byte);
/device/qemu/arm_mps2_an386/liteos_m/board/driver/
H A Darm_uart_drv.c136 enum arm_uart_error_t arm_uart_read(struct arm_uart_dev_t* dev, uint8_t* byte) in arm_uart_read() argument
145 *byte = (uint8_t)p_uart->data; in arm_uart_read()
150 enum arm_uart_error_t arm_uart_write(struct arm_uart_dev_t* dev, uint8_t byte) in arm_uart_write() argument
160 p_uart->data = byte; in arm_uart_write()
H A Darm_uart_drv.h119 * \brief Reads one byte from UART dev.
122 * \param[in] byte Pointer to byte.
126 * \note For better performance, this function doesn't check if dev and byte
129 enum arm_uart_error_t arm_uart_read(struct arm_uart_dev_t* dev, uint8_t* byte);
132 * \brief Writes a byte to UART dev.
135 * \param[in] byte Byte to write.
142 enum arm_uart_error_t arm_uart_write(struct arm_uart_dev_t* dev, uint8_t byte);
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/
H A Doled_ssd1306.c43 static uint32_t I2cWiteByte(uint8_t regAddr, uint8_t byte) in I2cWiteByte() argument
46 uint8_t buffer[] = {regAddr, byte}; in I2cWiteByte()
56 * @brief Write a command byte to OLED device.
58 * @param cmd the commnad byte to be writen.
68 * @brief Write a data byte to OLED device.
70 * @param cmd the data byte to be writen.
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/
H A Doled_ssd1306.c47 static uint32_t I2cWiteByte(uint8_t regAddr, uint8_t byte) in I2cWiteByte() argument
50 uint8_t buffer[] = {regAddr, byte}; in I2cWiteByte()
60 * @brief Write a command byte to OLED device.
62 * @param cmd the commnad byte to be writen.
72 * @brief Write a data byte to OLED device.
74 * @param cmd the data byte to be writen.
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/
H A Dimg2code.py49 byte = pack_pixels(pixels, threshold)
50 data.append(byte)
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/
H A Dimg2code.py50 byte = pack_pixels(pixels, threshold)
51 data.append(byte)
/test/xts/tools/lite/checksum/src/
H A Dchecksum_file.c39 int byte = 4; in HexArrayToString() local
44 *(string++) = num2CharTable[(hexarray[i] >> byte) & value]; in HexArrayToString()
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/
H A Dddr_training_cmd.c95 void ddr_training_error(unsigned int mask, unsigned int phy, int byte, int dq) in ddr_training_error() argument
101 void ddr_training_error(unsigned int mask, unsigned int phy, int byte, int dq) in ddr_training_error() argument
139 if (byte != -1) { in ddr_training_error()
141 DDR_PUT_HEX(byte); in ddr_training_error()
211 DDR_ERROR("get byte num fail, byte_num = %x", GET_BYTE_NUM(cfg)); in ddr_result_data_save()
279 DDR_ERROR("byte num error, byte_num = %x", byte_num); in ddr_dump_wdqs_result()
296 DDR_ERROR("byte num error, byte_num = %x", byte_num); in ddr_dump_wdq_phase_result()
311 DDR_ERROR("byte num error, byte_num = %x", byte_num); in ddr_dump_wdq_bdl_result()
335 DDR_ERROR("byte num error, byte_num = %x", byte_num); in ddr_dump_wdm_result()
351 DDR_ERROR("byte nu in ddr_dump_rdqs_result()
[all...]
/test/xts/acts/security_lite/huks/liteos_m_adapter/
H A Dhks_mac_test.c95 int32_t HexStringToByteForTest(const char *hexStr, uint8_t *byte, in HexStringToByteForTest() argument
98 if (byte == NULL || hexStr == NULL) { in HexStringToByteForTest()
114 byte[i] = high << 4; in HexStringToByteForTest()
116 byte[i] |= low; in HexStringToByteForTest()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmsdh_sdmmc.c838 sdioh_request_byte(sdioh_info_t *sd, uint rw, uint func, uint regaddr, uint8 *byte) in sdioh_request_byte() argument
862 sd_info(("bcmsdh_sdmmc F3: *byte 0x%x\n", *byte)); in sdioh_request_byte()
864 if (*byte & SDIO_FUNC_ENABLE_3) { in sdioh_request_byte()
887 } else if (*byte & SDIO_FUNC_DISABLE_3) { in sdioh_request_byte()
907 if (*byte & SDIO_FUNC_ENABLE_2) { in sdioh_request_byte()
940 *byte, regaddr, &err_ret); in sdioh_request_byte()
960 *byte, regaddr, &err_ret); in sdioh_request_byte()
975 *byte, regaddr, &err_ret); in sdioh_request_byte()
983 sdio_writeb(sd->func[func], *byte, regadd in sdioh_request_byte()
[all...]

Completed in 19 milliseconds

12