Lines Matching defs:ucode
480 __le32 ucode[UCODE_SIZE];
1208 /* if you wish to disable the ucode functionality, while maintaining the
1231 /* Search for ucode match against h/w revision
1234 * driver, the FIRMWARE_D102E ucode includes both CPUSaver and
1251 } else { /* No ucode on other devices */
1318 memcpy(cb->u.ucode, fw->data, UCODE_SIZE * 4);
1325 /* Insert user-tunable settings in cb->u.ucode */
1326 cb->u.ucode[timer] &= cpu_to_le32(0xFFFF0000);
1327 cb->u.ucode[timer] |= cpu_to_le32(INTDELAY);
1328 cb->u.ucode[bundle] &= cpu_to_le32(0xFFFF0000);
1329 cb->u.ucode[bundle] |= cpu_to_le32(BUNDLEMAX);
1330 cb->u.ucode[min_size] &= cpu_to_le32(0xFFFF0000);
1331 cb->u.ucode[min_size] |= cpu_to_le32((BUNDLESMALL) ? 0xFFFF : 0xFF80);
1344 /* If it's NULL, then no ucode is required */
1350 "ucode cmd failed with error %d\n", err);
1370 netif_err(nic, probe, nic->netdev, "ucode load failed\n");