Lines Matching refs:UINT16_TO_STREAM
97 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro
557 UINT16_TO_STREAM(p, HCI_VSC_WRITE_BD_ADDR); in hw_config_set_bdaddr()
591 UINT16_TO_STREAM(p, HCI_READ_LOCAL_BDADDR); in hw_config_read_bdaddr()
655 UINT16_TO_STREAM(p, HCI_READ_LOCAL_NAME); in hw_config_cback()
697 UINT16_TO_STREAM(p, HCI_VSC_DOWNLOAD_MINIDRV); in hw_config_cback()
770 UINT16_TO_STREAM(p, HCI_RESET); in hw_config_cback()
780 UINT16_TO_STREAM(p, HCI_VSC_WRITE_UART_CLOCK_SETTING); in hw_config_cback()
795 UINT16_TO_STREAM(p, HCI_VSC_UPDATE_BAUDRATE); in hw_config_cback()
988 UINT16_TO_STREAM(p, HCI_VSC_WRITE_SCO_PCM_INT_PARAM); in hw_sco_i2spcm_cfg_cback()
1021 UINT16_TO_STREAM(p, HCI_VSC_WRITE_PCM_DATA_FORMAT_PARAM); in hw_sco_i2spcm_cfg_cback()
1122 UINT16_TO_STREAM(p, HCI_RESET); in hw_config_start()
1167 UINT16_TO_STREAM(p, HCI_VSC_WRITE_SLEEP_MODE); in hw_lpm_enable()
1332 UINT16_TO_STREAM(p, HCI_VSC_WRITE_I2SPCM_INTERFACE_PARAM); in hw_sco_i2spcm_config()
1404 UINT16_TO_STREAM(p, HCI_VSC_ENABLE_WBS); in hw_set_SCO_codec()
1411 UINT16_TO_STREAM(p, codec); in hw_set_SCO_codec()
1602 UINT16_TO_STREAM(p, HCI_RESET); in hw_epilog_process()