Home
last modified time | relevance | path

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

/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/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.c873 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs() argument
880 if (((port_reg == -1) || (endpoint.port == port_reg)) && in of_graph_get_endpoint_by_regs()
/linux/drivers/media/platform/ti/vpe/
H A Dvip.c3346 int port_reg, int reg) in fwnode_graph_get_next_endpoint_by_regs() argument
3349 port_reg, reg)); in fwnode_graph_get_next_endpoint_by_regs()