Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dof_graph.h48 const struct device_node *parent, int port_reg, int reg);
84 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs() argument
/Linux-v4.19/drivers/usb/early/
Dxhci-dbc.c692 u32 port_reg; in xdbc_handle_port_status() local
694 port_reg = readl(&xdbc.xdbc_reg->portsc); in xdbc_handle_port_status()
695 if (port_reg & PORTSC_CONN_CHANGE) { in xdbc_handle_port_status()
699 if (!(port_reg & PORTSC_CONN_STATUS)) { in xdbc_handle_port_status()
705 if (port_reg & PORTSC_RESET_CHANGE) in xdbc_handle_port_status()
708 if (port_reg & PORTSC_LINK_CHANGE) in xdbc_handle_port_status()
711 if (port_reg & PORTSC_CONFIG_CHANGE) in xdbc_handle_port_status()
715 writel(port_reg, &xdbc.xdbc_reg->portsc); in xdbc_handle_port_status()
/Linux-v4.19/net/dsa/
Dlegacy.c411 const unsigned int *sw_addr, *port_reg; in dsa_of_probe() local
498 port_reg = of_get_property(port, "reg", NULL); in dsa_of_probe()
499 if (!port_reg) in dsa_of_probe()
502 port_index = be32_to_cpup(port_reg); in dsa_of_probe()
/Linux-v4.19/drivers/of/
Dproperty.c665 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs() argument
672 if (((port_reg == -1) || (endpoint.port == port_reg)) && in of_graph_get_endpoint_by_regs()
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Dif_spi.c799 u16 int_type, port_reg; in if_spi_h2c() local
804 port_reg = IF_SPI_DATA_RDWRPORT_REG; in if_spi_h2c()
808 port_reg = IF_SPI_CMD_RDWRPORT_REG; in if_spi_h2c()
818 err = spu_write(card, port_reg, packet->buffer, packet->blen); in if_spi_h2c()