Home
last modified time | relevance | path

Searched refs:transtype (Results 1 – 12 of 12) sorted by relevance

/device/soc/winnermicro/wm800/board/platform/drivers/spi/
Dwm_hostspi.c336 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/
Dhardware_uart.h23 void hw_config_start(char transtype);
Dhardware_usb.h22 void hw_usb_config_start(char transtype, uint32_t usb_id);
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Daacenc.h100 AACENCTransportType transtype; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Daacenc.h100 AACENCTransportType transtype; member
/device/soc/winnermicro/wm800/board/include/driver/
Dwm_hostspi.h158 u8 transtype; /**< transfer type */ member
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Dbt_vendor_rtk.c65 extern void hw_config_start(char transtype);
66 extern void hw_usb_config_start(char transtype, uint32_t val);
Dhardware_usb.c1126 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()
Dhardware_uart.c1404 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/
Daudio_aac_adp.c870 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/
Dhardware_usb.c1112 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()
Dhardware_uart.c1388 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()