Home
last modified time | relevance | path

Searched refs:E1000_EECD_DO (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnvm.c54 eecd |= E1000_EECD_DO; in e1000_shift_out_eec_bits()
95 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_eec_bits()
105 if (eecd & E1000_EECD_DO) in e1000_shift_in_eec_bits()
H A Ddefines.h582 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_nvm.c58 eecd |= E1000_EECD_DO; in igb_shift_out_eec_bits()
100 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in igb_shift_in_eec_bits()
110 if (eecd & E1000_EECD_DO) in igb_shift_in_eec_bits()
H A De1000_defines.h707 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
/openbmc/u-boot/drivers/net/
H A De1000_spi.c57 if (eecd & E1000_EECD_DO) in e1000_spi_xfer()
H A De1000.c210 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_out_ee_bits()
260 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_ee_bits()
270 if (eecd & E1000_EECD_DO) in e1000_shift_in_ee_bits()
H A De1000.h1221 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro
/openbmc/qemu/hw/net/
H A De1000x_regs.h593 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro
H A De1000.c479 ret |= E1000_EECD_DO; in get_eecd()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c3578 eecd &= ~E1000_EECD_DO; in e1000_shift_out_ee_bits()
3580 eecd |= E1000_EECD_DO; in e1000_shift_out_ee_bits()
3631 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_ee_bits()
3641 if (eecd & E1000_EECD_DO) in e1000_shift_in_ee_bits()
4186 if (eecd & E1000_EECD_DO) in e1000_write_eeprom_microwire()
H A De1000_hw.h1498 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro