Home
last modified time | relevance | path

Searched refs:port_reg (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/
H A Dof_graph.h79 const struct device_node *parent, int port_reg, int reg);
139 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs() argument
/linux/drivers/usb/early/
H A Dxhci-dbc.c695 u32 port_reg; in xdbc_handle_port_status() local
697 port_reg = readl(&xdbc.xdbc_reg->portsc); in xdbc_handle_port_status()
698 if (port_reg & PORTSC_CONN_CHANGE) { in xdbc_handle_port_status()
702 if (!(port_reg & PORTSC_CONN_STATUS)) { in xdbc_handle_port_status()
708 if (port_reg & PORTSC_RESET_CHANGE) in xdbc_handle_port_status()
711 if (port_reg & PORTSC_LINK_CHANGE) in xdbc_handle_port_status()
714 if (port_reg & PORTSC_CONFIG_CHANGE) in xdbc_handle_port_status()
718 writel(port_reg, &xdbc.xdbc_reg->portsc); in xdbc_handle_port_status()
/linux/drivers/gpu/drm/
H A Ddrm_of.c546 int port_reg, int reg, in drm_of_get_data_lanes_count_ep() argument
553 endpoint = of_graph_get_endpoint_by_regs(port, port_reg, reg); in drm_of_get_data_lanes_count_ep()
/linux/drivers/usb/host/
H A Dxhci-hub.c686 temp = readl(&port->port_reg->portpmsc); in xhci_port_set_test_mode()
688 writel(temp, &port->port_reg->portpmsc); in xhci_port_set_test_mode()
1291 port_li = readl(&port->port_reg->portli); in xhci_hub_control()
1523 temp = readl(&port->port_reg->portpmsc); in xhci_hub_control()
1526 writel(temp, &port->port_reg->portpmsc); in xhci_hub_control()
1531 temp = readl(&port->port_reg->portpmsc); in xhci_hub_control()
1534 writel(temp, &port->port_reg->portpmsc); in xhci_hub_control()
1965 sret = xhci_handshake(&ports[port_index]->port_reg->portsc, PORT_PLC, in xhci_bus_resume()
H A Dxhci.c47 writel(val, &port->port_reg->portsc); in xhci_portsc_writel()
53 return readl(&port->port_reg->portsc); in xhci_portsc_readl()
4652 struct xhci_port_regs __iomem *port_reg; in xhci_set_usb2_hardware_lpm() local
4677 port_reg = ports[port_num]->port_reg; in xhci_set_usb2_hardware_lpm()
4678 pm_val = readl(&port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()
4707 writel(hlpm_val, &port_reg->porthlmpc); in xhci_set_usb2_hardware_lpm()
4709 readl(&port_reg->porthlmpc); in xhci_set_usb2_hardware_lpm()
4716 writel(pm_val, &port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()
4717 pm_val = readl(&port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()
4719 writel(pm_val, &port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()
[all …]
H A Dxhci-debugfs.c392 portli = readl(&port->port_reg->portli); in xhci_portli_show()
H A Dxhci.h1475 struct xhci_port_regs __iomem *port_reg; member
H A Dxhci-mem.c2200 xhci->hw_ports[i].port_reg = &xhci->op_regs->port_regs[i]; in xhci_setup_port_arrays()
/linux/drivers/net/wireless/marvell/libertas/
H A Dif_spi.c789 u16 port_reg; in if_spi_h2c() local
793 port_reg = IF_SPI_DATA_RDWRPORT_REG; in if_spi_h2c()
796 port_reg = IF_SPI_CMD_RDWRPORT_REG; in if_spi_h2c()
806 err = spu_write(card, port_reg, packet->buffer, packet->blen); in if_spi_h2c()
/linux/drivers/of/
H A Dproperty.c858 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs() argument
865 if (((port_reg == -1) || (endpoint.port == port_reg)) && in of_graph_get_endpoint_by_regs()
/linux/drivers/media/platform/ti/vpe/
H A Dvip.c3315 int port_reg, int reg) in fwnode_graph_get_next_endpoint_by_regs() argument
3318 port_reg, reg)); in fwnode_graph_get_next_endpoint_by_regs()