Searched refs:rsi_bytes2R_to_uint16 (Results 1 – 3 of 3) sorted by relevance
68 uint16_t rsi_bytes2R_to_uint16(const uint8_t *dBuf);
224 rsp_type = rsi_bytes2R_to_uint16(host_desc + RSI_BT_RSP_TYPE_OFFSET); in rsi_bt_common_tx_done()409 rsp_type = rsi_bytes2R_to_uint16(host_desc + RSI_BT_RSP_TYPE_OFFSET); in rsi_driver_process_bt_resp()415 payload_length = (rsi_bytes2R_to_uint16(host_desc) & 0xFFF); in rsi_driver_process_bt_resp()418 status = rsi_bytes2R_to_uint16(host_desc + RSI_BT_STATUS_OFFSET); in rsi_driver_process_bt_resp()509 rsp_type = rsi_bytes2R_to_uint16(host_desc + RSI_BT_RSP_TYPE_OFFSET); in rsi_driver_process_bt_resp_handler()
95 uint16_t rsi_bytes2R_to_uint16(const uint8_t *dBuf) in rsi_bytes2R_to_uint16() function