Searched refs:DMAC_CONTROL (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/unicore32/include/mach/ |
D | regs-dmac.h | 46 #define DMAC_CONTROL(ch) (PKUNITY_DMAC_BASE + (ch)*DMASp + 0x0C) macro
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smsc9420.h | 85 #define DMAC_CONTROL (0x18) macro
|
D | smsc9420.c | 515 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); in smsc9420_stop_tx() 517 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); in smsc9420_stop_tx() 625 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); in smsc9420_stop_rx() 627 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); in smsc9420_stop_rx() 1383 smsc9420_reg_write(pd, DMAC_CONTROL, in smsc9420_open() 1458 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); in smsc9420_open() 1460 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); in smsc9420_open()
|