Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof_graph.h49 const struct device_node *parent, int port_reg, int reg);
75 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs() argument
Dserial_sci.h68 int port_reg; member
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7723.c26 .port_reg = 0xa4050160,
49 .port_reg = SCIx_NOT_SUPPORTED,
72 .port_reg = SCIx_NOT_SUPPORTED,
96 .port_reg = SCIx_NOT_SUPPORTED,
118 .port_reg = SCIx_NOT_SUPPORTED,
141 .port_reg = SCIx_NOT_SUPPORTED,
Dsetup-sh7724.c293 .port_reg = SCIx_NOT_SUPPORTED,
316 .port_reg = SCIx_NOT_SUPPORTED,
339 .port_reg = SCIx_NOT_SUPPORTED,
362 .port_reg = SCIx_NOT_SUPPORTED,
385 .port_reg = SCIx_NOT_SUPPORTED,
408 .port_reg = SCIx_NOT_SUPPORTED,
Dsetup-sh7366.c23 .port_reg = 0xa405013e,
/linux-4.4.14/arch/sh/kernel/cpu/sh3/
Dsetup-sh770x.c112 .port_reg = 0xa4000136,
163 .port_reg = SCIx_NOT_SUPPORTED,
/linux-4.4.14/net/dsa/
Ddsa.c690 const unsigned int *sw_addr, *port_reg; in dsa_of_probe() local
771 port_reg = of_get_property(port, "reg", NULL); in dsa_of_probe()
772 if (!port_reg) in dsa_of_probe()
775 port_index = be32_to_cpup(port_reg); in dsa_of_probe()
/linux-4.4.14/drivers/net/wireless/libertas/
Dif_spi.c807 u16 int_type, port_reg; in if_spi_h2c() local
812 port_reg = IF_SPI_DATA_RDWRPORT_REG; in if_spi_h2c()
816 port_reg = IF_SPI_CMD_RDWRPORT_REG; in if_spi_h2c()
826 err = spu_write(card, port_reg, packet->buffer, packet->blen); in if_spi_h2c()
/linux-4.4.14/arch/sh/kernel/cpu/sh4/
Dsetup-sh7750.c41 .port_reg = 0xffe0001C,
/linux-4.4.14/drivers/of/
Dbase.c2241 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs() argument
2253 if (((port_reg == -1) || (endpoint.port == port_reg)) && in of_graph_get_endpoint_by_regs()
/linux-4.4.14/drivers/tty/serial/
Dsh-sci.c696 if (s->cfg->port_reg <= 0) in sci_rxd_in()
700 return !!__raw_readb((void __iomem *)(uintptr_t)s->cfg->port_reg); in sci_rxd_in()