Searched refs:port_reg (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/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.1.27/arch/sh/kernel/cpu/sh3/ |
D | setup-sh770x.c | 112 .port_reg = 0xa4000136, 163 .port_reg = SCIx_NOT_SUPPORTED,
|
/linux-4.1.27/include/linux/ |
D | serial_sci.h | 132 int port_reg; member
|
/linux-4.1.27/net/dsa/ |
D | dsa.c | 583 const unsigned int *sw_addr, *port_reg; in dsa_of_probe() local 640 port_reg = of_get_property(port, "reg", NULL); in dsa_of_probe() 641 if (!port_reg) in dsa_of_probe() 644 port_index = be32_to_cpup(port_reg); in dsa_of_probe()
|
/linux-4.1.27/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.1.27/arch/sh/kernel/cpu/sh4/ |
D | setup-sh7750.c | 41 .port_reg = 0xffe0001C,
|
/linux-4.1.27/drivers/tty/serial/ |
D | sh-sci.c | 585 if (s->cfg->port_reg <= 0) in sci_rxd_in() 589 return !!__raw_readb((void __iomem *)(uintptr_t)s->cfg->port_reg); in sci_rxd_in()
|