Lines Matching defs:bit

982  *  Set the EEPROM access request bit and wait for EEPROM access grant bit.
983 * Return successful if access grant bit set, else clear the request for
1007 DEBUGOUT("Nvm bit banging access error detected and cleared.\n");
1017 DEBUGOUT("Nvm bit banging access error detected and cleared.\n");
1033 * Stop any current commands to the EEPROM and clear the EEPROM request bit,
1122 * e1000_get_cfg_done_82575 - Read config done bit
1125 * Read the management control register for the config done bit for
1127 * to read the config done bit, so an error is *ONLY* logged and returns
1345 * The link up bit determines when link is up on autoneg.
1561 /* Clear Go Link Disconnect bit on supported devices */
2464 /* BH SW mailbox bit in SW_FW_SYNC */
2530 /* clear global device reset status bit */
2667 /* if chekcsums compatibility bit is set validate checksums
2702 DEBUGOUT("NVM Read Error while updating checksum compatibility bit.\n");
2707 /* set compatibility bit to validate checksums appropriately */
2712 DEBUGOUT("NVM Write Error while updating checksum compatibility bit.\n");
3048 /* This bit should not be set in normal operation. */
3233 * e1000_set_i2c_bb - Enable I2C bit-bang
3236 * Enable I2C bit-bang interface
3262 * e1000_read_i2c_byte_generic - Reads 8 bit word over I2C
3353 * e1000_write_i2c_byte_generic - Writes 8 bit word over I2C
3491 bool bit = 0;
3497 e1000_clock_in_i2c_bit(hw, &bit);
3498 *data |= bit << i;
3516 bool bit = 0;
3521 bit = (data >> i) & 0x1;
3522 status = e1000_clock_out_i2c_bit(hw, bit);
3542 * Clocks in/out one bit via I2C data/clock
3584 * e1000_clock_in_i2c_bit - Clocks in one bit via I2C data/clock
3588 * Clocks in one bit via I2C data/clock
3613 * e1000_clock_out_i2c_bit - Clocks in/out one bit via I2C data/clock
3617 * Clocks out one bit via I2C data/clock
3688 * e1000_set_i2c_data - Sets the I2C data bit
3693 * Sets the I2C data bit
3724 * e1000_get_i2c_data - Reads the I2C SDA data bit
3728 * Returns the I2C data bit value