Searched refs:port_reg (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/linux/ ! |
D | of_graph.h | 49 const struct device_node *parent, int port_reg, int reg); 90 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs() argument
|
/linux-6.1.9/include/drm/ ! |
D | drm_of.h | 56 int port_reg, int reg, 124 int port_reg, int reg, in drm_of_get_data_lanes_count_ep() argument
|
/linux-6.1.9/drivers/usb/early/ ! |
D | xhci-dbc.c | 692 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-6.1.9/drivers/gpu/drm/ ! |
D | drm_of.c | 482 int port_reg, int reg, in drm_of_get_data_lanes_count_ep() argument 489 endpoint = of_graph_get_endpoint_by_regs(port, port_reg, reg); in drm_of_get_data_lanes_count_ep()
|
/linux-6.1.9/drivers/net/wireless/marvell/libertas/ ! |
D | if_spi.c | 792 u16 port_reg; in if_spi_h2c() local 796 port_reg = IF_SPI_DATA_RDWRPORT_REG; in if_spi_h2c() 799 port_reg = IF_SPI_CMD_RDWRPORT_REG; in if_spi_h2c() 809 err = spu_write(card, port_reg, packet->buffer, packet->blen); in if_spi_h2c()
|
/linux-6.1.9/drivers/of/ ! |
D | property.c | 712 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs() argument 719 if (((port_reg == -1) || (endpoint.port == port_reg)) && in of_graph_get_endpoint_by_regs()
|