Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmsc9420.c457 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); in smsc9420_stop_tx()
459 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); in smsc9420_stop_tx()
569 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); in smsc9420_stop_rx()
571 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); in smsc9420_stop_rx()
1321 smsc9420_reg_write(pd, DMAC_CONTROL, in smsc9420_open()
1396 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); in smsc9420_open()
1398 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); in smsc9420_open()
H A Dsmsc9420.h73 #define DMAC_CONTROL (0x18) macro