Home
last modified time | relevance | path

Searched refs:rcv (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/mtd/
H A Dmw_eeprom.c76 u16 rcv; in mw_eeprom_read_word() local
82 rcv = ssi_txrx_byte(addr << (13 - addrlen)); in mw_eeprom_read_word()
83 res = rcv << (16 - addrlen); in mw_eeprom_read_word()
87 rcv = ssi_rx_byte(); in mw_eeprom_read_word()
89 res |= rcv << (bits - 8); in mw_eeprom_read_word()
91 res |= rcv >> (8 - bits); in mw_eeprom_read_word()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/
H A D0001-test-ptts-Set-recv-buffer-size-too-max-to-receive-as.patch7 Flooding multicast may make the rcv buffer overrun and is considered
54 + * Flooding multicast may make the rcv buffer overrun and considered premature msg…
/openbmc/qemu/hw/net/can/
H A Dctucan_core.c536 static uint8_t rcv[CTUCAN_MSG_MAX_LEN]; in ctucan_receive() local
547 ret = ctucan_frame2buff(frame, rcv); in ctucan_receive()
567 s->rx_buff[(s->rx_tail_pos + s->rx_cnt) % CTUCAN_RCV_BUF_LEN] = rcv[i]; in ctucan_receive()
/openbmc/u-boot/arch/arm/dts/
H A Dtegra124-nyan-big.dts506 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
890 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
898 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
1364 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
H A Dtegra124-apalis.dts295 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
315 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
/openbmc/u-boot/include/
H A Dusbdevice.h500 struct urb_link rcv; /* received urbs */ member
/openbmc/u-boot/drivers/serial/
H A Dusbtty.c707 urb_link_init (&endpoint_instance[i].rcv); in usbtty_init_instances()