Searched refs:port_reg (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | of_graph.h | 48 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-v5.4/drivers/usb/early/ |
| D | xhci-dbc.c | 688 u32 port_reg; in xdbc_handle_port_status() local 690 port_reg = readl(&xdbc.xdbc_reg->portsc); in xdbc_handle_port_status() 691 if (port_reg & PORTSC_CONN_CHANGE) { in xdbc_handle_port_status() 695 if (!(port_reg & PORTSC_CONN_STATUS)) { in xdbc_handle_port_status() 701 if (port_reg & PORTSC_RESET_CHANGE) in xdbc_handle_port_status() 704 if (port_reg & PORTSC_LINK_CHANGE) in xdbc_handle_port_status() 707 if (port_reg & PORTSC_CONFIG_CHANGE) in xdbc_handle_port_status() 711 writel(port_reg, &xdbc.xdbc_reg->portsc); in xdbc_handle_port_status()
|
| /Linux-v5.4/drivers/of/ |
| D | property.c | 665 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-v5.4/drivers/net/wireless/marvell/libertas/ |
| D | if_spi.c | 791 u16 port_reg; in if_spi_h2c() local 795 port_reg = IF_SPI_DATA_RDWRPORT_REG; in if_spi_h2c() 798 port_reg = IF_SPI_CMD_RDWRPORT_REG; in if_spi_h2c() 808 err = spu_write(card, port_reg, packet->buffer, packet->blen); in if_spi_h2c()
|