Lines Matching defs:command
407 /* Issue write/erase enable command */
429 /* Send "write" command */
1552 u32 command[2];
1566 memset(command, 0, sizeof(command));
1577 command[filter/4] |= 0x05UL << ((filter % 4) * 8);
1590 command[filter/4] |= 0x09UL << ((filter % 4) * 8);
1603 command[filter/4] |= 0x05UL << ((filter % 4) * 8);
1615 command[filter/4] |= 0x01UL << ((filter % 4) * 8);
1631 ret = smsc95xx_write_reg_nopm(dev, WUFF, command[i]);