Searched refs:DMAC_CONTROL (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/unicore32/include/mach/
H A Dregs-dmac.h44 * Control Reg DMAC_CONTROL(ch).
46 #define DMAC_CONTROL(ch) (PKUNITY_DMAC_BASE + (ch)*DMASp + 0x0C) macro
/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmsc9420.c515 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); smsc9420_stop_tx()
517 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); smsc9420_stop_tx()
625 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); smsc9420_stop_rx()
627 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); smsc9420_stop_rx()
1383 smsc9420_reg_write(pd, DMAC_CONTROL, smsc9420_open()
1458 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); smsc9420_open()
1460 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); smsc9420_open()
H A Dsmsc9420.h85 #define DMAC_CONTROL (0x18) macro

Completed in 95 milliseconds