Home
last modified time | relevance | path

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

/drivers/net/ethernet/i825xx/
D3c523.h157 #define CMD_IASETUP 0x0001 /* initial address setup command */ macro
Dsun3_82586.h186 #define CMD_IASETUP 0x0001 /* initial address setup command */ macro
Dni52.h178 #define CMD_IASETUP 0x0001 /* initial address setup command */ macro
D3c523.c670 ias_cmd->cmd_cmd = CMD_IASETUP | CMD_LAST; in init586()
Dsun3_82586.c464 ias_cmd->cmd_cmd = swab16(CMD_IASETUP | CMD_LAST); in init586()
Dni52.c653 writew(CMD_IASETUP | CMD_LAST, &ias_cmd->cmd_cmd); in init586()