Searched refs:CMD_CONFIGURE (Results 1 - 10 of 10) sorted by relevance

/drivers/net/ethernet/i825xx/
H A D3c523.h158 #define CMD_CONFIGURE 0x0002 /* configure command */ macro
H A Dsun3_82586.h187 #define CMD_CONFIGURE 0x0002 /* configure command */ macro
H A Dni52.h179 #define CMD_CONFIGURE 0x0002 /* configure command */ macro
H A D3c523.c633 cfg_cmd->cmd_cmd = CMD_CONFIGURE | CMD_LAST;
H A Dni52.c604 writew(CMD_CONFIGURE | CMD_LAST, &cfg_cmd->cmd_cmd);
H A Dsun3_82586.c421 cfg_cmd->cmd_cmd = swab16(CMD_CONFIGURE | CMD_LAST);
/drivers/net/wireless/wl1251/
H A Dcmd.h57 CMD_CONFIGURE = 2, /*use this to write information elements*/ enumerator in enum:wl1251_commands
H A Dcmd.c159 ret = wl1251_cmd_send(wl, CMD_CONFIGURE, acx, len);
/drivers/net/wireless/wl12xx/
H A Dcmd.h100 CMD_CONFIGURE = 2, /*use this to write information elements*/ enumerator in enum:wl1271_commands
H A Dcmd.c937 ret = wl1271_cmd_send(wl, CMD_CONFIGURE, acx, len, 0);

Completed in 81 milliseconds