Searched refs:TDR (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/drivers/fpga/ |
H A D | ivm_core.c | 478 case TDR: in ispVMMemManager() 807 case TDR: in ispVMCode() 820 case TDR: in ispVMCode() 1618 ispVMBypass(TDR, g_usTailDR); in ispVMShift() 1649 ispVMBypass(TDR, g_usTailDR); in ispVMShift() 1688 ispVMBypass(TDR, g_usTailDR); in ispVMShift() 1823 case TDR: in ispVMAmble() 1841 ispVMMemManager(TDR, g_usTailDR); in ispVMAmble() 2175 case TDR: in ispVMLCOUNT() 2394 case TDR: in ispVMBypass()
|
/openbmc/qemu/hw/char/ |
H A D | stm32l4x5_usart.c | 154 REG32(TDR, 0x28) 155 FIELD(TDR, TDR, 0, 9) 449 retvalue = FIELD_EX32(s->tdr, TDR, TDR); in stm32l4x5_usart_base_read()
|
H A D | renesas_sci.c | 51 REG8(TDR, 3)
|
/openbmc/u-boot/include/ |
H A D | lattice.h | 115 #define TDR 0x09 /* The number of trailing devices. */ macro
|
/openbmc/linux/drivers/net/ethernet/cirrus/ |
H A D | cs89x0.h | 129 #define TDR 0x001C macro
|
/openbmc/linux/drivers/spi/ |
H A D | spi-atmel.c | 355 spi_writel(as, TDR, DUMMY_MSG); in atmel_spi_send_dummy() 671 spi_writel(as, TDR, *(u16 *)(xfer->tx_buf + xfer_pos)); in atmel_spi_next_xfer_single() 673 spi_writel(as, TDR, *(u8 *)(xfer->tx_buf + xfer_pos)); in atmel_spi_next_xfer_single() 728 spi_writel(as, TDR, (td1 << 16) | td0); in atmel_spi_next_xfer_fifo() 738 spi_writew(as, TDR, td0); in atmel_spi_next_xfer_fifo()
|
/openbmc/qemu/hw/ssi/ |
H A D | trace-events | 47 …(const char* frame, uint8_t byte, uint8_t tdr_index) "%s = 0x%2.2x to payload from TDR at index %d"
|
/openbmc/qemu/tests/qtest/ |
H A D | stm32l4x5_usart-test.c | 46 REG32(TDR, 0x28)
|
/openbmc/u-boot/drivers/spi/ |
H A D | atmel_spi.c | 192 spi_writel(as, TDR, value); in spi_xfer()
|
/openbmc/linux/drivers/net/wireless/admtek/ |
H A D | adm8211.h | 18 __le32 TDR; /* 0x08 CSR1 */ member
|
H A D | adm8211.c | 1666 ADM8211_CSR_WRITE(TDR, 0); in adm8211_tx_raw()
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 214 ``ETHTOOL_MSG_CABLE_TEST_TDR_ACT`` action start raw TDR cable test 260 ``ETHTOOL_MSG_CABLE_TEST_TDR_NTF`` Cable test TDR results 1292 CABLE_TEST TDR 1295 Start a cable test and report raw TDR data 1321 Raw TDR data is gathered by sending a pulse down the cable and 1324 It can take a number of seconds to collect TDR data, especial if the 1332 ETHTOOL_A_CABLE_TEST_NTF_STATUS_COMPLETED and the TDR data. 1338 Before the raw TDR data should be an ETHTOOL_A_CABLE_TDR_NEST_STEP 1359 | | ``ETHTOOL_A_CABLE_NEST_STEP`` | nested | TDR step info |
|
/openbmc/linux/Documentation/netlink/specs/ |
H A D | ethtool.yaml | 1414 doc: Cable test TDR. 1424 doc: Cable test TDR notification.
|
/openbmc/qemu/hw/net/ |
H A D | pcnet.c | 270 GET_FIELD((T)->misc, TMDM, TDR), \
|
/openbmc/linux/drivers/tty/ |
H A D | synclink_gt.c | 361 #define TDR 0x80 /* tx data */ macro 4877 wr_reg16(info, TDR, 0); in irq_test()
|