Searched refs:state (Results 1 – 14 of 14) sorted by relevance
226 g_tdev[TDEV_R].state = MSS_USB_NOT_ATTACHED_STATE; in MSS_USBH_init()294 cep_ptr->state = MSS_USB_CEP_IDLE; in MSS_USBH_configure_control_pipe()344 txep_ptr->state = MSS_USB_EP_VALID; in MSS_USBH_configure_out_pipe()410 rxep_ptr->state = MSS_USB_EP_VALID; in MSS_USBH_configure_in_pipe()488 txep_ptr->state = MSS_USB_EP_VALID; in MSS_USBH_write_out_pipe()600 return (g_tdev[tid].state); in MSS_USBH_get_tdev_state()661 cep_ptr->state = MSS_USB_CEP_SETUP; in MSS_USBH_start_control_xfr()731 return (gh_tx_ep[MSS_USB_CEP].state); in MSS_USBH_get_cep_state()906 gh_tx_ep[outpipe_num].state = MSS_USB_EP_ABORTED; in MSS_USBH_abort_out_pipe()950 g_tdev[tdev_idx].state = MSS_USB_ATTACHED_STATE; in mss_usbh_fsm()[all …]
155 gd_tx_ep[MSS_USB_CEP].state = MSS_USB_CEP_IDLE; in MSS_USBD_init()286 cep_ptr->state = MSS_USB_CEP_IDLE; in MSS_USBD_cep_configure()442 txep_ptr->state = MSS_USB_EP_VALID; in MSS_USBD_tx_ep_configure()536 rxep_ptr->state = MSS_USB_EP_VALID; in MSS_USBD_rx_ep_configure()860 gd_tx_ep[MSS_USB_CEP].state = MSS_USB_CEP_IDLE; in mss_usbd_reset_cb()903 cep_ptr->state = MSS_USB_CEP_IDLE; in mss_usbd_cep_setup_cb()915 cep_ptr->state = MSS_USB_CEP_SETUP; in mss_usbd_cep_setup_cb()946 cep_ptr->state = MSS_USB_CEP_IDLE; in mss_usbd_cep_setup_cb()994 cep_ptr->state = MSS_USB_CEP_TX; in mss_usbd_cep_setup_cb()1009 cep_ptr->state = MSS_USB_CEP_RX; in mss_usbd_cep_setup_cb()[all …]
209 if(MSS_USB_CEP_IDLE == device_ep[MSS_USB_CEP].state) in MSS_USBD_CIF_cep_rx_prepare()213 else if((MSS_USB_CEP_SETUP == device_ep[MSS_USB_CEP].state) || in MSS_USBD_CIF_cep_rx_prepare()214 (MSS_USB_CEP_RX == device_ep[MSS_USB_CEP].state)) in MSS_USBD_CIF_cep_rx_prepare()300 if(MSS_USB_CEP_TX == device_ep->state) in MSS_USBD_CIF_cep_write_pkt()
554 mss_usb_state_t state; member
230 mss_usb_ep_state_t state; member
289 mss_usb_ep_state_t state
155 volatile pf_pcie_ep_dma_status_t state; member939 phy_reg |= (uint32_t)(cfg->state); in PF_PCIE_master_atr_table_init()1000 phy_reg |= (uint32_t)(cfg->state); in PF_PCIE_slave_atr_table_init()1049 g_pcie_dma.state = PF_PCIE_EP_DMA_COMPLETED; in PF_PCIE_dma_init()1089 g_pcie_dma.state = PF_PCIE_EP_DMA_COMPLETED; in PF_PCIE_dma_abort()1107 if ((PF_PCIE_EP_DMA_IN_PROGRESS != g_pcie_dma.state) && (rx_lenth > 0u)) in PF_PCIE_dma_read()1126 g_pcie_dma.state = PF_PCIE_EP_DMA_IN_PROGRESS; in PF_PCIE_dma_read()1131 g_pcie_dma.state = PF_PCIE_EP_DMA_NOT_INITIALIZED; in PF_PCIE_dma_read()1150 if ((PF_PCIE_EP_DMA_IN_PROGRESS != g_pcie_dma.state) && (tx_lenth > 0u)) in PF_PCIE_dma_write()1169 g_pcie_dma.state = PF_PCIE_EP_DMA_IN_PROGRESS; in PF_PCIE_dma_write()[all …]
295 uint32_t state; member346 uint32_t state; member
186 volatile mss_mmc_status_t state; member318 g_mmc_trs_status.state = MSS_MMC_NOT_INITIALISED; in MSS_MMC_init()630 g_mmc_trs_status.state = MSS_MMC_INIT_SUCCESS; in MSS_MMC_init()636 g_mmc_trs_status.state = MSS_MMC_INIT_FAILURE; in MSS_MMC_init()643 g_mmc_trs_status.state = MSS_MMC_INIT_FAILURE; in MSS_MMC_init()650 g_mmc_trs_status.state = MSS_MMC_INIT_FAILURE; in MSS_MMC_init()674 g_mmc_trs_status.state = MSS_MMC_INIT_SUCCESS; in MSS_MMC_init()680 g_mmc_trs_status.state = MSS_MMC_INIT_FAILURE; in MSS_MMC_init()687 g_mmc_trs_status.state = MSS_MMC_INIT_FAILURE; in MSS_MMC_init()698 g_mmc_trs_status.state = MSS_MMC_INIT_SUCCESS; in MSS_MMC_init()[all …]
1004 int mec_hal_i2c_nl_state_get(struct mec_i2c_smb_regs *regs, struct mec_i2c_smb_nl_state *state, in mec_hal_i2c_nl_state_get() argument1014 if (!state) { in mec_hal_i2c_nl_state_get()1023 state->wrcnt = (uint16_t)((r >> 8) & 0xffu); in mec_hal_i2c_nl_state_get()1024 state->rdcnt = (uint16_t)((r >> 16) & 0xffu); in mec_hal_i2c_nl_state_get()1025 state->ctrl = (uint16_t)(r & 0xffu); in mec_hal_i2c_nl_state_get()1028 state->wrcnt = (uint16_t)((r >> 16) & 0xffu); in mec_hal_i2c_nl_state_get()1029 state->rdcnt = (uint16_t)((r >> 24) & 0xffu); in mec_hal_i2c_nl_state_get()1030 state->ctrl = (uint16_t)(r & 0xffffu); in mec_hal_i2c_nl_state_get()1033 state->wrcnt |= (uint16_t)((elen & 0xffu) << 8); in mec_hal_i2c_nl_state_get()1034 state->rdcnt |= (uint16_t)((elen & 0xff00u)); in mec_hal_i2c_nl_state_get()
228 int mec_hal_i2c_nl_state_get(struct mec_i2c_smb_regs *regs, struct mec_i2c_smb_nl_state *state,
3465 bool state3561 bool state
4861 void MSS_MAC_set_jumbo_frames_mode(const mss_mac_instance_t *this_mac, bool state) in MSS_MAC_set_jumbo_frames_mode() argument4874 if(state) in MSS_MAC_set_jumbo_frames_mode()4975 void MSS_MAC_set_pause_frame_copy_to_mem(const mss_mac_instance_t *this_mac, bool state) in MSS_MAC_set_pause_frame_copy_to_mem() argument4989 if(state) in MSS_MAC_set_pause_frame_copy_to_mem()
48 # These are not initialised by the hardware and come up in a random state309 # These are not initialised by the hardware and come up in a random state