Home
last modified time | relevance | path

Searched refs:CMD_MCSETUP (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/i825xx/
D3c523.h159 #define CMD_MCSETUP 0x0003 /* MC setup command */ macro
Dsun3_82586.h188 #define CMD_MCSETUP 0x0003 /* MC setup command */ macro
Dni52.h180 #define CMD_MCSETUP 0x0003 /* MC setup command */ macro
D3c523.c785 mc_cmd->cmd_cmd = CMD_MCSETUP | CMD_LAST; in init586()
Dsun3_82586.c532 mc_cmd->cmd_cmd = swab16(CMD_MCSETUP | CMD_LAST); in init586()
Dni52.c721 writew(CMD_MCSETUP | CMD_LAST, &mc_cmd->cmd_cmd); in init586()