Searched refs:port_reg (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/include/linux/ |
D | of_graph.h | 49 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
|
D | serial_sci.h | 68 int port_reg; member
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/ |
D | setup-sh7723.c | 26 .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,
|
D | setup-sh7724.c | 293 .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,
|
D | setup-sh7366.c | 23 .port_reg = 0xa405013e,
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | setup-sh770x.c | 112 .port_reg = 0xa4000136, 163 .port_reg = SCIx_NOT_SUPPORTED,
|
/linux-4.4.14/net/dsa/ |
D | dsa.c | 690 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/ |
D | if_spi.c | 807 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/ |
D | setup-sh7750.c | 41 .port_reg = 0xffe0001C,
|
/linux-4.4.14/drivers/of/ |
D | base.c | 2241 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/ |
D | sh-sci.c | 696 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()
|