Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/smsc/
H A Dsmsc9420.c460 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); in smsc9420_stop_tx()
462 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); in smsc9420_stop_tx()
572 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); in smsc9420_stop_rx()
574 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); in smsc9420_stop_rx()
1323 smsc9420_reg_write(pd, DMAC_CONTROL, in smsc9420_open()
1398 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); in smsc9420_open()
1400 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); in smsc9420_open()
H A Dsmsc9420.h72 #define DMAC_CONTROL (0x18) macro