Lines Matching refs:doorbell
780 u32 doorbell; in cdns3_wa1_update_guard() local
782 doorbell = !!(readl(&priv_dev->regs->ep_cmd) & EP_CMD_DRDY); in cdns3_wa1_update_guard()
784 if (doorbell) { in cdns3_wa1_update_guard()
800 u32 doorbell; in cdns3_wa1_tray_restore_cycle_bit() local
802 doorbell = !!(readl(&priv_dev->regs->ep_cmd) & EP_CMD_DRDY); in cdns3_wa1_tray_restore_cycle_bit()
805 if (!doorbell || dma_index != priv_ep->wa1_trb_index) in cdns3_wa1_tray_restore_cycle_bit()
854 int doorbell, dma_index; in cdns3_ep_run_transfer() local
857 doorbell = !!(readl(&priv_dev->regs->ep_cmd) & EP_CMD_DRDY); in cdns3_ep_run_transfer()
861 if (doorbell && dma_index == priv_ep->num_trbs - 1) { in cdns3_ep_run_transfer()
1084 int doorbell; in cdns3_request_handled() local
1087 doorbell = !!(readl(&priv_dev->regs->ep_cmd) & EP_CMD_DRDY); in cdns3_request_handled()
1094 if (doorbell == 1 && current_index == priv_ep->dequeue) in cdns3_request_handled()