Searched refs:epn (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/drivers/usb/gadget/udc/aspeed-vhub/ |
D | epn.c | 64 if (ep->epn.is_in) { in ast_vhub_epn_kick() 68 writel(ep->buf_dma, ep->epn.regs + AST_VHUB_EP_DESC_BASE); in ast_vhub_epn_kick() 70 if (ep->epn.is_in) in ast_vhub_epn_kick() 72 writel(req->req.dma + act, ep->epn.regs + AST_VHUB_EP_DESC_BASE); in ast_vhub_epn_kick() 78 ep->epn.regs + AST_VHUB_EP_DESC_STATUS); in ast_vhub_epn_kick() 80 ep->epn.regs + AST_VHUB_EP_DESC_STATUS); in ast_vhub_epn_kick() 90 stat = readl(ep->epn.regs + AST_VHUB_EP_DESC_STATUS); in ast_vhub_epn_handle_ack() 96 stat, ep->epn.is_in, req, req ? req->active : 0); in ast_vhub_epn_handle_ack() 122 if (!req->req.dma && !ep->epn.is_in && len) in ast_vhub_epn_handle_ack() 157 return (ep->epn.d_last + AST_VHUB_DESCS_COUNT - ep->epn.d_next - 1) & in ast_vhub_count_free_descs() [all …]
|
D | dev.c | 78 if (ep && (ep->epn.stalled || ep->epn.wedged)) { in ast_vhub_dev_enable() 79 ep->epn.stalled = false; in ast_vhub_dev_enable() 80 ep->epn.wedged = false; in ast_vhub_dev_enable() 144 if (!ep->epn.enabled || !ep->ep.desc || ep->epn.is_iso || in ast_vhub_ep_feature() 145 ep->epn.is_in != !!(wIndex & USB_DIR_IN)) in ast_vhub_ep_feature() 150 ep->epn.stalled = is_set; in ast_vhub_ep_feature() 185 if (!ep->epn.enabled || !ep->ep.desc || ep->epn.is_iso || in ast_vhub_ep_status() 186 ep->epn.is_in != !!(wIndex & USB_DIR_IN)) in ast_vhub_ep_status() 188 if (ep->epn.stalled) in ast_vhub_ep_status() 429 ep->epn.g_idx, addr); in ast_vhub_udc_match_ep()
|
D | Makefile | 3 aspeed-vhub-y := core.o ep0.o epn.o dev.o hub.o
|
D | vhub.h | 335 } epn; member
|
D | core.c | 46 &req->req, ep->epn.is_in); in ast_vhub_done()
|
/Linux-v5.15/drivers/media/platform/atmel/ |
D | atmel-sama5d2-isc.c | 329 struct device_node *epn = NULL; in isc_parse_dt() local 339 epn = of_graph_get_next_endpoint(np, epn); in isc_parse_dt() 340 if (!epn) in isc_parse_dt() 343 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(epn), in isc_parse_dt() 357 subdev_entity->epn = epn; in isc_parse_dt() 376 of_node_put(epn); in isc_parse_dt() 520 of_fwnode_handle(subdev_entity->epn), in atmel_isc_probe() 523 of_node_put(subdev_entity->epn); in atmel_isc_probe() 524 subdev_entity->epn = NULL; in atmel_isc_probe()
|
D | atmel-sama7g5-isc.c | 316 struct device_node *epn = NULL; in xisc_parse_dt() local 329 epn = of_graph_get_next_endpoint(np, epn); in xisc_parse_dt() 330 if (!epn) in xisc_parse_dt() 333 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(epn), in xisc_parse_dt() 347 subdev_entity->epn = epn; in xisc_parse_dt() 369 of_node_put(epn); in xisc_parse_dt() 513 of_fwnode_handle(subdev_entity->epn), in microchip_xisc_probe() 516 of_node_put(subdev_entity->epn); in microchip_xisc_probe() 517 subdev_entity->epn = NULL; in microchip_xisc_probe()
|
D | atmel-isc.h | 41 struct device_node *epn; member
|
/Linux-v5.15/arch/powerpc/kvm/ |
D | book3s_hv_nested.c | 1087 int ap, long epn) in kvmhv_emulate_tlbie_tlb_addr() argument 1096 addr = epn << 12; in kvmhv_emulate_tlbie_tlb_addr() 1178 long epn; in kvmhv_emulate_priv_tlbie() local 1205 epn = get_epn(rbval); in kvmhv_emulate_priv_tlbie() 1207 ret = kvmhv_emulate_tlbie_tlb_addr(vcpu, lpid, ap, epn); in kvmhv_emulate_priv_tlbie()
|
/Linux-v5.15/drivers/usb/musb/ |
D | musb_core.c | 1513 u8 epn = cfg->hw_ep_num; in ep_config_from_table() local 1515 if (epn >= musb->config->num_eps) { in ep_config_from_table() 1517 musb_driver_name, epn); in ep_config_from_table() 1520 offset = fifo_setup(musb, hw_ep + epn, cfg++, offset); in ep_config_from_table() 1523 musb_driver_name, epn); in ep_config_from_table() 1526 epn++; in ep_config_from_table() 1527 musb->nr_endpoints = max(epn, musb->nr_endpoints); in ep_config_from_table()
|
/Linux-v5.15/drivers/net/ethernet/cortina/ |
D | gemini.c | 872 unsigned int pn, epn; in geth_fill_freeq() local 884 epn = (rw.bits.rptr >> fpp_order) - 1; in geth_fill_freeq() 885 epn &= m_pn; in geth_fill_freeq() 888 while (pn != epn) { in geth_fill_freeq() 899 unsigned int fl = (pn - epn) & m_pn; in geth_fill_freeq()
|