Home
last modified time | relevance | path

Searched refs:byte (Results 1 - 25 of 34) 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/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/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/
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
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...]
/device/qemu/arm_mps3_an547/liteos_m/board/driver/
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);
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()
/device/qemu/arm_mps2_an386/liteos_m/board/driver/
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);
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()
/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...]
/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...]
H A Dbcmspibrcm.c668 sdioh_request_byte(sdioh_info_t *sd, uint rw, uint func, uint regaddr, uint8 *byte) in sdioh_request_byte() argument
673 uint32 data = (uint32)(*byte); in sdioh_request_byte()
698 *byte = (uint8)data; in sdioh_request_byte()
699 sd_trace(("%s: RD result=0x%x\n", __FUNCTION__, *byte)); in sdioh_request_byte()
769 bcmspi_card_byterewrite(sdioh_info_t *sd, int func, uint32 regaddr, uint8 byte) in bcmspi_card_byterewrite() argument
809 *(uint32 *)&spi_outbuf2[CMDLEN] = SPISWAP_WD4(byte); in bcmspi_card_byterewrite()
811 *(uint32 *)&spi_outbuf2[CMDLEN] = SPISWAP_WD2(byte); in bcmspi_card_byterewrite()
832 sd_trace(("dstatus after byte rewrite = 0x%x\n", sd->card_dstatus)); in bcmspi_card_byterewrite()
1502 /* write a device register - 1 byte */
1504 bcmspi_card_bytewrite(sdioh_info_t *sd, int func, uint32 regaddr, uint8 *byte) in bcmspi_card_bytewrite() argument
[all...]
H A Dbcmutils.c2646 * and inserting it into the byte stream. When checking, a final
2722 * and inserting it into the byte stream. When checking, a final
2899 * Advance from the current 1-byte tag/1-byte length/variable-length value
2999 * Otherwise, *buffer will point to the first byte past elt, and *buflen will
3035 * Traverse a string of 1-byte tag/1-byte length/variable-length value
3111 * Traverse a string of 1-byte tag/1-byte length/variable-length value
3128 * Traverse a string of 1-byte ta
4012 uint byte; setbits() local
4065 uint byte; getbits() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTProperties.h22 /** The one byte MQTT V5 property indicator */
69 /** The one byte MQTT V5 property type */
102 enum MQTTPropertyCodes identifier; /**< The MQTT V5 property id. A multi-byte integer. */
105 unsigned char byte; /**< holds the value of a byte property type */ member
106 unsigned short integer2; /**< holds the value of a 2 byte integer property type */
107 unsigned int integer4; /**< holds the value of a 4 byte integer property type */
122 int length; /**< mbi: byte length of all properties */
H A DMQTTPacket.h64 * Bitfields for the MQTT header byte.
68 /*unsigned*/ char byte; /**< the whole byte */ member
94 Header header; /**< MQTT header byte */
121 } flags; /**< connect flags byte */
138 Header header; /**< MQTT header byte */
155 } flags; /**< connack flags byte */
167 Header header; /**< MQTT header byte */
176 Header header; /**< MQTT header byte */
189 Header header; /**< MQTT header byte */
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/i2c/busses/
H A Di2c-rk3x.c57 #define REG_CON_LASTACK BIT(5) /* 1: send NACK after last received byte */
70 #define REG_INT_BTF BIT(0) /* a byte was transmitted */
71 #define REG_INT_BRF BIT(1) /* a byte was received */
217 * @processed: byte length which has been send or received
385 * chunk, send an ACK after the last byte of the current chunk. in rk3x_i2c_prepare_read()
415 u8 byte; in rk3x_i2c_fill_transmit_buf() local
425 byte = (i2c->addr & RK_I2C_ADDR_MASK) << 1; in rk3x_i2c_fill_transmit_buf()
427 byte = i2c->msg->buf[i2c->processed++]; in rk3x_i2c_fill_transmit_buf()
430 val |= byte << (j * RK_I2C_BYTE_TO_BIT_COUNT); in rk3x_i2c_fill_transmit_buf()
475 u8 byte; in rk3x_i2c_handle_read() local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmsdbus.h121 /* read or write one byte using cmd52 */
122 extern SDIOH_API_RC sdioh_request_byte(sdioh_info_t *si, uint rw, uint fnc, uint addr, uint8 *byte);

Completed in 25 milliseconds

12