Searched refs:transtype (Results 1 – 12 of 12) sorted by relevance
/device/soc/winnermicro/wm800/board/platform/drivers/spi/ |
D | wm_hostspi.c | 336 spi_port->transtype = type; in tls_spi_trans_type() 382 if (SPI_BYTE_TRANSFER == spi_port->transtype) { in spi_fill_txfifo() 392 } else if (SPI_WORD_TRANSFER == spi_port->transtype) { in spi_fill_txfifo() 413 if (SPI_BYTE_TRANSFER == spi_port->transtype) in spi_fill_txfifo() 415 else if (SPI_WORD_TRANSFER == spi_port->transtype) { in spi_fill_txfifo() 450 if (SPI_BYTE_TRANSFER == spi_port->transtype) { in spi_get_rxfifo() 460 } else if (SPI_WORD_TRANSFER == spi_port->transtype) { in spi_get_rxfifo() 472 if (SPI_BYTE_TRANSFER == spi_port->transtype) in spi_get_rxfifo() 474 else if (SPI_WORD_TRANSFER == spi_port->transtype) in spi_get_rxfifo() 656 if (SPI_WORD_TRANSFER == spi_port->transtype) { in SPI_LS_IRQHandler() [all …]
|
/device/board/unionman/unionpi_tiger/hardware/bt/include/ |
D | hardware_uart.h | 23 void hw_config_start(char transtype);
|
D | hardware_usb.h | 22 void hw_usb_config_start(char transtype, uint32_t usb_id);
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
D | aacenc.h | 100 AACENCTransportType transtype; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
D | aacenc.h | 100 AACENCTransportType transtype; member
|
/device/soc/winnermicro/wm800/board/include/driver/ |
D | wm_hostspi.h | 158 u8 transtype; /**< transfer type */ member
|
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/ |
D | bt_vendor_rtk.c | 65 extern void hw_config_start(char transtype); 66 extern void hw_usb_config_start(char transtype, uint32_t val);
|
D | hardware_usb.c | 1126 void hw_usb_config_start(char transtype, uint32_t usb_id) in hw_usb_config_start() argument 1128 RTK_UNUSED(transtype); in hw_usb_config_start() 1139 …BTVNDDBG("hw_usb_config_start, transtype = 0x%x, pid = 0x%04x, vid = 0x%04x \n", transtype, hw_cfg… in hw_usb_config_start()
|
D | hardware_uart.c | 1404 void hw_config_start(char transtype) in hw_config_start() argument 1414 BTVNDDBG("hw_config_start, transtype = 0x%x \n", transtype); in hw_config_start() 1430 if (transtype & RTKBT_TRANS_H4) in hw_config_start()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/audio/adp/ |
D | audio_aac_adp.c | 870 if ((config->transtype < 0) || (config->transtype > AACENC_LATM_MCP1)) { in aenc_aac_check_config() 871 printf("invalid transtype(%d), not in [0, 2]\n", config->transtype); in aenc_aac_check_config() 915 config->transtype = (AACENCTransportType)attr->enTransType; in aenc_init_aac_config()
|
/device/board/unionman/unionpi_tiger/hardware/bt/src/ |
D | hardware_usb.c | 1112 void hw_usb_config_start(char transtype, uint32_t usb_id) in hw_usb_config_start() argument 1114 RTK_UNUSED(transtype); in hw_usb_config_start() 1126 …BTVNDDBG("hw_usb_config_start, transtype = 0x%x, pid = 0x%04x, vid = 0x%04x \n", transtype, hw_cfg… in hw_usb_config_start()
|
D | hardware_uart.c | 1388 void hw_config_start(char transtype) in hw_config_start() argument 1398 BTVNDDBG("hw_config_start, transtype = 0x%x \n", transtype); in hw_config_start() 1411 if (transtype & RTKBT_TRANS_H4) { in hw_config_start()
|