Home
last modified time | relevance | path

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

/drivers/net/ethernet/i825xx/
D3c523.h158 #define CMD_CONFIGURE 0x0002 /* configure command */ macro
Dsun3_82586.h187 #define CMD_CONFIGURE 0x0002 /* configure command */ macro
Dni52.h179 #define CMD_CONFIGURE 0x0002 /* configure command */ macro
D3c523.c633 cfg_cmd->cmd_cmd = CMD_CONFIGURE | CMD_LAST; in init586()
Dsun3_82586.c420 cfg_cmd->cmd_cmd = swab16(CMD_CONFIGURE | CMD_LAST); in init586()
Dni52.c604 writew(CMD_CONFIGURE | CMD_LAST, &cfg_cmd->cmd_cmd); in init586()
/drivers/net/wireless/wl1251/
Dcmd.h57 CMD_CONFIGURE = 2, /*use this to write information elements*/ enumerator
Dcmd.c159 ret = wl1251_cmd_send(wl, CMD_CONFIGURE, acx, len); in wl1251_cmd_configure()
/drivers/net/wireless/wl12xx/
Dcmd.h102 CMD_CONFIGURE = 2, /* use this to write information elements */ enumerator
Dcmd.c955 ret = wl1271_cmd_send(wl, CMD_CONFIGURE, acx, len, 0); in wl1271_cmd_configure()