Home
last modified time | relevance | path

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

/linux-4.4.14/arch/unicore32/include/mach/
Dregs-dmac.h46 #define DMAC_CONTROL(ch) (PKUNITY_DMAC_BASE + (ch)*DMASp + 0x0C) macro
/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmsc9420.h85 #define DMAC_CONTROL (0x18) macro
Dsmsc9420.c515 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()