Searched refs:CMD_CONFIGURE (Results 1 – 10 of 10) sorted by relevance
/drivers/net/ethernet/i825xx/ |
D | 3c523.h | 158 #define CMD_CONFIGURE 0x0002 /* configure command */ macro
|
D | sun3_82586.h | 187 #define CMD_CONFIGURE 0x0002 /* configure command */ macro
|
D | ni52.h | 179 #define CMD_CONFIGURE 0x0002 /* configure command */ macro
|
D | 3c523.c | 633 cfg_cmd->cmd_cmd = CMD_CONFIGURE | CMD_LAST; in init586()
|
D | sun3_82586.c | 420 cfg_cmd->cmd_cmd = swab16(CMD_CONFIGURE | CMD_LAST); in init586()
|
D | ni52.c | 604 writew(CMD_CONFIGURE | CMD_LAST, &cfg_cmd->cmd_cmd); in init586()
|
/drivers/net/wireless/wl1251/ |
D | cmd.h | 57 CMD_CONFIGURE = 2, /*use this to write information elements*/ enumerator
|
D | cmd.c | 159 ret = wl1251_cmd_send(wl, CMD_CONFIGURE, acx, len); in wl1251_cmd_configure()
|
/drivers/net/wireless/wl12xx/ |
D | cmd.h | 102 CMD_CONFIGURE = 2, /* use this to write information elements */ enumerator
|
D | cmd.c | 955 ret = wl1271_cmd_send(wl, CMD_CONFIGURE, acx, len, 0); in wl1271_cmd_configure()
|