Home
last modified time | relevance | path

Searched refs:CMD_LAST (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h198 #define CMD_LAST 0x8000 /* indicates last command in the CBL */ macro
H A Dsun3_82586.c417 cfg_cmd->cmd_cmd = swab16(CMD_CONFIGURE | CMD_LAST); in init586()
461 ias_cmd->cmd_cmd = swab16(CMD_IASETUP | CMD_LAST); in init586()
485 tdr_cmd->cmd_cmd = swab16(CMD_TDR | CMD_LAST); in init586()
529 mc_cmd->cmd_cmd = swab16(CMD_MCSETUP | CMD_LAST); in init586()
1168 dump_cmd->cmd_cmd = CMD_DUMP | CMD_LAST;