Searched refs:AST_VHUB_EP_ACK_ISR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | core.c | 120 readl(vhub->regs + AST_VHUB_EP_ACK_ISR), in ast_vhub_irq() 125 u32 ep_acks = readl(vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_irq() 126 writel(ep_acks, vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_irq() 228 writel(epn_mask, vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_init_hw()
|
H A D | vhub.h | 20 #define AST_VHUB_EP_ACK_ISR 0x18 /* Programmable Endpoint Pool ACK Interrupt Status Register */ macro
|
H A D | epn.c | 583 writel(imask, vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_epn_disable() 743 writel(imask, vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_epn_enable()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | core.c | 114 readl(vhub->regs + AST_VHUB_EP_ACK_ISR), in ast_vhub_irq() 119 u32 ep_acks = readl(vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_irq() 120 writel(ep_acks, vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_irq() 222 writel(epn_mask, vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_init_hw()
|
H A D | vhub.h | 20 #define AST_VHUB_EP_ACK_ISR 0x18 /* Programmable Endpoint Pool ACK Interrupt Status Register */ macro
|
H A D | epn.c | 587 writel(imask, vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_epn_disable() 747 writel(imask, vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_epn_enable()
|
Completed in 6 milliseconds