Searched refs:doorbell (Results 1 – 6 of 6) sorted by relevance
23 - "doorbell"45 interrupt-names = "doorbell";
785 u32 doorbell; in cdns3_wa1_update_guard() local787 doorbell = !!(readl(&priv_dev->regs->ep_cmd) & EP_CMD_DRDY); in cdns3_wa1_update_guard()789 if (doorbell) { in cdns3_wa1_update_guard()805 u32 doorbell; in cdns3_wa1_tray_restore_cycle_bit() local807 doorbell = !!(readl(&priv_dev->regs->ep_cmd) & EP_CMD_DRDY); in cdns3_wa1_tray_restore_cycle_bit()810 if (!doorbell || dma_index != priv_ep->wa1_trb_index) in cdns3_wa1_tray_restore_cycle_bit()859 int doorbell, dma_index; in cdns3_ep_run_transfer() local866 if (doorbell && dma_index == priv_ep->num_trbs - 1) { in cdns3_ep_run_transfer()1089 int doorbell; in cdns3_request_handled() local1092 doorbell = !!(readl(&priv_dev->regs->ep_cmd) & EP_CMD_DRDY); in cdns3_request_handled()[all …]
301 xhci_writel(&ctrl->dba->doorbell[0], DB_VALUE_HOST); in xhci_queue_command()384 xhci_writel(&ctrl->dba->doorbell[udev->slot_id], in giveback_first_trb()
38 Mailbox doorbell is used as a mechanism to alert the presence of a
176 interrupt-names = "doorbell";
454 volatile __le32 doorbell[256]; member
Completed in 14 milliseconds