Searched refs:DMAC_CONTROL (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/unicore32/include/mach/ |
| D | regs-dmac.h | 47 #define DMAC_CONTROL(ch) (PKUNITY_DMAC_BASE + (ch)*DMASp + 0x0C) macro
|
| /Linux-v5.4/drivers/net/ethernet/smsc/ |
| D | smsc9420.h | 73 #define DMAC_CONTROL (0x18) macro
|
| D | smsc9420.c | 466 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); in smsc9420_stop_tx() 468 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); in smsc9420_stop_tx() 576 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); in smsc9420_stop_rx() 578 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); in smsc9420_stop_rx() 1326 smsc9420_reg_write(pd, DMAC_CONTROL, in smsc9420_open() 1401 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); in smsc9420_open() 1403 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); in smsc9420_open()
|