Searched refs:DMAC_CONTROL (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smsc9420.c | 459 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); in smsc9420_stop_tx() 461 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); in smsc9420_stop_tx() 571 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); in smsc9420_stop_rx() 573 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); in smsc9420_stop_rx() 1322 smsc9420_reg_write(pd, DMAC_CONTROL, in smsc9420_open() 1397 dmac_control = smsc9420_reg_read(pd, DMAC_CONTROL); in smsc9420_open() 1399 smsc9420_reg_write(pd, DMAC_CONTROL, dmac_control); in smsc9420_open()
|
H A D | smsc9420.h | 72 #define DMAC_CONTROL (0x18) macro
|