Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/sh/kernel/cpu/sh3/
Dsetup-sh770x.c112 .port_reg = 0xa4000136,
163 .port_reg = SCIx_NOT_SUPPORTED,
/linux-4.1.27/include/linux/
Dserial_sci.h132 int port_reg; member
/linux-4.1.27/net/dsa/
Ddsa.c583 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/
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.1.27/arch/sh/kernel/cpu/sh4/
Dsetup-sh7750.c41 .port_reg = 0xffe0001C,
/linux-4.1.27/drivers/tty/serial/
Dsh-sci.c585 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()