Searched refs:tout_val (Results 1 – 2 of 2) sorted by relevance
/hal_microchip-latest/mec5/drivers/ |
D | mec_i3c_pvt.c | 647 void _i3c_scl_low_mst_tout_set(struct mec_i3c_sec_regs *regs, uint32_t tout_val) in _i3c_scl_low_mst_tout_set() argument 649 regs->SCL_LMST_TM = tout_val; in _i3c_scl_low_mst_tout_set() 819 void _i3c_host_stuck_sda_config(struct mec_i3c_host_regs *regs, uint32_t en, uint32_t tout_val) in _i3c_host_stuck_sda_config() argument 824 regs->STK_SDA_TMOUT = tout_val; in _i3c_host_stuck_sda_config() 835 void _i3c_host_tx_dma_tout_config(struct mec_i3c_host_regs *regs, uint32_t en, uint32_t tout_val) in _i3c_host_tx_dma_tout_config() argument 840 regs->HOST_DMA_TX_TMOUT = tout_val; in _i3c_host_tx_dma_tout_config() 851 void _i3c_host_rx_dma_tout_config(struct mec_i3c_host_regs *regs, uint32_t en, uint32_t tout_val) in _i3c_host_rx_dma_tout_config() argument 856 regs->HOST_DMA_RX_TMOUT = tout_val; in _i3c_host_rx_dma_tout_config() 920 void _i3c_sec_host_tx_dma_tout_config(struct mec_i3c_sec_regs *regs, uint32_t en, uint32_t tout_val) in _i3c_sec_host_tx_dma_tout_config() argument 923 regs->HOST_DMA_TX_TMOUT = tout_val; in _i3c_sec_host_tx_dma_tout_config() [all …]
|
D | mec_i3c_pvt.h | 636 void _i3c_scl_low_mst_tout_set(struct mec_i3c_sec_regs *regs, uint32_t tout_val); 647 uint32_t tout_val); 649 uint32_t tout_val); 651 uint32_t tout_val); 659 uint32_t tout_val); 661 uint32_t tout_val);
|