Searched refs:RX_DMA_EN (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/i2c/ |
H A D | aspeed_i2c.c | 328 } else if (SHARED_ARRAY_FIELD_EX32(bus->regs, reg_cmd, RX_DMA_EN)) { in aspeed_i2c_bus_recv() 359 SHARED_ARRAY_FIELD_DP32(bus->regs, reg_cmd, RX_DMA_EN, 0); in aspeed_i2c_bus_recv() 412 bool dma_en = SHARED_ARRAY_FIELD_EX32(bus->regs, reg_cmd, RX_DMA_EN) || in aspeed_i2c_check_sram() 442 } else if (SHARED_ARRAY_FIELD_EX32(bus->regs, reg_cmd, RX_DMA_EN)) { in aspeed_i2c_bus_cmd_dump() 450 SHARED_ARRAY_FIELD_EX32(bus->regs, reg_cmd, RX_DMA_EN) ? "rxdma|" : "", in aspeed_i2c_bus_cmd_dump() 631 (SHARED_FIELD_EX32(value, RX_DMA_EN) || in aspeed_i2c_bus_new_write() 867 (SHARED_FIELD_EX32(value, RX_DMA_EN) || in aspeed_i2c_bus_old_write() 1293 if (!SHARED_ARRAY_FIELD_EX32(bus->regs, R_I2CS_CMD, RX_DMA_EN)) { in aspeed_i2c_bus_new_slave_event()
|
/openbmc/u-boot/drivers/net/ |
H A D | mt7628-eth.c | 64 #define RX_DMA_EN BIT(2) macro 327 setbits_le32(base + PDMA_GLO_CFG, TX_WB_DDONE | RX_DMA_EN | TX_DMA_EN); in eth_dma_start() 335 clrbits_le32(base + PDMA_GLO_CFG, TX_WB_DDONE | RX_DMA_EN | TX_DMA_EN); in eth_dma_stop()
|
H A D | mtk_eth.h | 49 #define RX_DMA_EN BIT(2) macro
|
H A D | mtk_eth.c | 894 TX_WB_DDONE | RX_DMA_EN | TX_DMA_EN); in mtk_eth_start() 905 TX_WB_DDONE | RX_DMA_EN | TX_DMA_EN, 0); in mtk_eth_stop()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-slave-mt27xx.c | 59 #define RX_DMA_EN BIT(29) macro 103 reg_val &= ~RX_DMA_EN; in mtk_spi_slave_disable_dma() 254 reg_val |= RX_DMA_EN; in mtk_spi_slave_dma_transfer()
|
/openbmc/qemu/include/hw/i2c/ |
H A D | aspeed_i2c.h | 131 SHARED_FIELD(RX_DMA_EN, 9, 1)
|