Home
last modified time | relevance | path

Searched refs:epn (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
Depn.c69 if (ep->epn.is_in) { in ast_vhub_epn_kick()
73 writel(ep->buf_dma, ep->epn.regs + AST_VHUB_EP_DESC_BASE); in ast_vhub_epn_kick()
75 if (ep->epn.is_in) in ast_vhub_epn_kick()
77 writel(req->req.dma + act, ep->epn.regs + AST_VHUB_EP_DESC_BASE); in ast_vhub_epn_kick()
83 ep->epn.regs + AST_VHUB_EP_DESC_STATUS); in ast_vhub_epn_kick()
85 ep->epn.regs + AST_VHUB_EP_DESC_STATUS); in ast_vhub_epn_kick()
95 stat = readl(ep->epn.regs + AST_VHUB_EP_DESC_STATUS); in ast_vhub_epn_handle_ack()
101 stat, ep->epn.is_in, req, req ? req->active : 0); in ast_vhub_epn_handle_ack()
127 if (!req->req.dma && !ep->epn.is_in && len) in ast_vhub_epn_handle_ack()
162 return (ep->epn.d_last + AST_VHUB_DESCS_COUNT - ep->epn.d_next - 1) & in ast_vhub_count_free_descs()
[all …]
Ddev.c83 if (ep && (ep->epn.stalled || ep->epn.wedged)) { in ast_vhub_dev_enable()
84 ep->epn.stalled = false; in ast_vhub_dev_enable()
85 ep->epn.wedged = false; in ast_vhub_dev_enable()
149 if (!ep->epn.enabled || !ep->ep.desc || ep->epn.is_iso || in ast_vhub_ep_feature()
150 ep->epn.is_in != !!(wIndex & USB_DIR_IN)) in ast_vhub_ep_feature()
155 ep->epn.stalled = is_set; in ast_vhub_ep_feature()
190 if (!ep->epn.enabled || !ep->ep.desc || ep->epn.is_iso || in ast_vhub_ep_status()
191 ep->epn.is_in != !!(wIndex & USB_DIR_IN)) in ast_vhub_ep_status()
193 if (ep->epn.stalled) in ast_vhub_ep_status()
434 ep->epn.g_idx, addr); in ast_vhub_udc_match_ep()
DMakefile3 aspeed-vhub-y := core.o ep0.o epn.o dev.o hub.o
Dvhub.h335 } epn; member
Dcore.c51 &req->req, ep->epn.is_in); in ast_vhub_done()
/kernel/linux/linux-5.10/drivers/media/platform/atmel/
Datmel-sama5d2-isc.c60 struct device_node *epn = NULL, *rem; in isc_parse_dt() local
70 epn = of_graph_get_next_endpoint(np, epn); in isc_parse_dt()
71 if (!epn) in isc_parse_dt()
74 rem = of_graph_get_remote_port_parent(epn); in isc_parse_dt()
77 epn); in isc_parse_dt()
81 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(epn), in isc_parse_dt()
129 of_node_put(epn); in isc_parse_dt()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv_nested.c1015 int ap, long epn) in kvmhv_emulate_tlbie_tlb_addr() argument
1024 addr = epn << 12; in kvmhv_emulate_tlbie_tlb_addr()
1106 long epn; in kvmhv_emulate_priv_tlbie() local
1133 epn = get_epn(rbval); in kvmhv_emulate_priv_tlbie()
1135 ret = kvmhv_emulate_tlbie_tlb_addr(vcpu, lpid, ap, epn); in kvmhv_emulate_priv_tlbie()
/kernel/linux/linux-5.10/drivers/usb/musb/
Dmusb_core.c1512 u8 epn = cfg->hw_ep_num; in ep_config_from_table() local
1514 if (epn >= musb->config->num_eps) { in ep_config_from_table()
1516 musb_driver_name, epn); in ep_config_from_table()
1519 offset = fifo_setup(musb, hw_ep + epn, cfg++, offset); in ep_config_from_table()
1522 musb_driver_name, epn); in ep_config_from_table()
1525 epn++; in ep_config_from_table()
1526 musb->nr_endpoints = max(epn, musb->nr_endpoints); in ep_config_from_table()
/kernel/linux/linux-5.10/drivers/net/ethernet/cortina/
Dgemini.c875 unsigned int pn, epn; in geth_fill_freeq() local
887 epn = (rw.bits.rptr >> fpp_order) - 1; in geth_fill_freeq()
888 epn &= m_pn; in geth_fill_freeq()
891 while (pn != epn) { in geth_fill_freeq()
902 unsigned int fl = (pn - epn) & m_pn; in geth_fill_freeq()