Lines Matching refs:UINT16_TO_STREAM
102 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro
563 UINT16_TO_STREAM(p, HCI_VSC_WRITE_BD_ADDR); in hw_config_set_bdaddr()
597 UINT16_TO_STREAM(p, HCI_READ_LOCAL_BDADDR); in hw_config_read_bdaddr()
661 UINT16_TO_STREAM(p, HCI_READ_LOCAL_NAME); in hw_config_cback()
712 UINT16_TO_STREAM(p, HCI_VSC_DOWNLOAD_MINIDRV); in hw_config_cback()
795 UINT16_TO_STREAM(p, HCI_RESET); in hw_config_cback()
805 UINT16_TO_STREAM(p, HCI_VSC_WRITE_UART_CLOCK_SETTING); in hw_config_cback()
820 UINT16_TO_STREAM(p, HCI_VSC_UPDATE_BAUDRATE); in hw_config_cback()
1013 UINT16_TO_STREAM(p, HCI_VSC_WRITE_SCO_PCM_INT_PARAM); in hw_sco_i2spcm_cfg_cback()
1046 UINT16_TO_STREAM(p, HCI_VSC_WRITE_PCM_DATA_FORMAT_PARAM); in hw_sco_i2spcm_cfg_cback()
1147 UINT16_TO_STREAM(p, HCI_RESET); in hw_config_start()
1192 UINT16_TO_STREAM(p, HCI_VSC_WRITE_SLEEP_MODE); in hw_lpm_enable()
1367 UINT16_TO_STREAM(p, HCI_VSC_WRITE_I2SPCM_INTERFACE_PARAM); in hw_sco_i2spcm_config()
1434 UINT16_TO_STREAM(p, HCI_VSC_ENABLE_WBS); in hw_set_SCO_codec()
1441 UINT16_TO_STREAM(p, codec); in hw_set_SCO_codec()
1632 UINT16_TO_STREAM(p, HCI_RESET); in hw_epilog_process()