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