Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_dbu.h22 u32 rhr; /* Receive Holding Register RO */ member
/openbmc/qemu/hw/char/
H A Dipoctal232.c107 uint8_t rhr[RX_FIFO_SIZE]; member
138 VMSTATE_UINT8_ARRAY(rhr, SCC2698Channel, RX_FIFO_SIZE),
290 ret = ch->rhr[ch->rhr_idx]; in io_read()
488 ch->rhr[pos++] = buf[i]; in hostdev_receive()
/openbmc/u-boot/drivers/serial/
H A Datmel_usart.c104 return readl(&usart->rhr); in atmel_serial_getc()
188 return readl(&priv->usart->rhr); in atmel_serial_getc()
H A Datmel_usart.h21 u32 rhr; member
/openbmc/u-boot/drivers/i2c/
H A Dat91_i2c.c58 msg->buf[i] = readl(&reg->rhr); in at91_i2c_xfer_msg()
70 msg->buf[i] = readl(&reg->rhr); in at91_i2c_xfer_msg()
H A Dat91_i2c.h41 u32 rhr; member
/openbmc/u-boot/arch/m68k/include/asm/
H A Dfsl_mcdmafec.h28 u32 rhr; /* 0x088 */ member
/openbmc/linux/drivers/ipack/devices/
H A Dscc2698.h26 u8 d3, rhr; /* Receive holding register (R) */ member
H A Dipoctal.c166 value = ioread8(&channel->regs->r.rhr); in ipoctal_irq_rx()
/openbmc/u-boot/drivers/net/
H A Dfsl_mcdmafec.c120 printf("r hash %x - %x\n", (int)&fecp->rhr, fecp->rhr); in dbg_fec_regs()
/openbmc/linux/sound/soc/atmel/
H A Datmel-i2s.c276 unsigned int rhr, sr = 0; in atmel_i2s_prepare() local
287 regmap_read(dev->regmap, ATMEL_I2SC_RHR, &rhr); in atmel_i2s_prepare()