Searched refs:MAC_CSR_CMD (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/smsc/ |
| D | smsc911x.h | 275 #define MAC_CSR_CMD 0xA4 macro
|
| D | smc911x.h | 506 #define MAC_CSR_CMD (0xA4) macro 770 #define SMC_GET_MAC_CMD(lp) SMC_inl( lp, MAC_CSR_CMD ) 771 #define SMC_SET_MAC_CMD(lp, x) SMC_outl( x, lp, MAC_CSR_CMD )
|
| D | smsc911x.c | 483 val = smsc911x_reg_read(pdata, MAC_CSR_CMD); in smsc911x_mac_complete() 499 temp = smsc911x_reg_read(pdata, MAC_CSR_CMD); in smsc911x_mac_read() 506 smsc911x_reg_write(pdata, MAC_CSR_CMD, ((offset & 0xFF) | in smsc911x_mac_read() 528 temp = smsc911x_reg_read(pdata, MAC_CSR_CMD); in smsc911x_mac_write() 539 smsc911x_reg_write(pdata, MAC_CSR_CMD, ((offset & 0xFF) | in smsc911x_mac_write()
|