Lines Matching refs:HAL_ASSERT
126 HAL_ASSERT(core_id == CORE_REG_GSNPSID); in usb_dwc_hal_init()
206 …HAL_ASSERT((fifo_config.rx_fifo_lines + fifo_config.nptx_fifo_lines + fifo_config.ptx_fifo_lines) … in usb_dwc_hal_set_fifo_bias()
210 HAL_ASSERT(!hal->channels.hdls[i]->flags.active); in usb_dwc_hal_set_fifo_bias()
227 HAL_ASSERT(hal && mps_limits); in usb_dwc_hal_get_mps_limits()
228 HAL_ASSERT(hal->flags.fifo_sizes_set); in usb_dwc_hal_get_mps_limits()
260 …HAL_ASSERT(hal->flags.fifo_sizes_set); //FIFO sizes should be set befor attempting to allocate a … in usb_dwc_hal_chan_alloc()
274 HAL_ASSERT(chan_idx != -1); in usb_dwc_hal_chan_alloc()
299 HAL_ASSERT(!chan_obj->flags.active); in usb_dwc_hal_chan_free()
305 HAL_ASSERT(hal->channels.num_allocd >= 0); in usb_dwc_hal_chan_free()
313 HAL_ASSERT(!chan_obj->flags.active); in usb_dwc_hal_chan_set_ep_char()
377 HAL_ASSERT(!chan_obj->flags.active); in usb_dwc_hal_chan_activate()
477 … HAL_ASSERT(chan_intrs & USB_DWC_LL_INTR_CHAN_CHHLTD); //An error should have halted the channel in usb_dwc_hal_chan_decode_intr()