Searched refs:DMAC_CONTROL (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/smsc/ |
H A D | smsc9420.c | 460 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 D | smsc9420.h | 72 #define DMAC_CONTROL (0x18) macro
|