Home
last modified time | relevance | path

Searched refs:NGE_MEAR_EE_CLK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/nge/
H A Dif_nge.c274 SIO_SET(NGE_MEAR_EE_CLK); in nge_eeprom_idle()
278 SIO_CLR(NGE_MEAR_EE_CLK); in nge_eeprom_idle()
280 SIO_SET(NGE_MEAR_EE_CLK); in nge_eeprom_idle()
284 SIO_CLR(NGE_MEAR_EE_CLK); in nge_eeprom_idle()
311 SIO_SET(NGE_MEAR_EE_CLK); in nge_eeprom_putbyte()
313 SIO_CLR(NGE_MEAR_EE_CLK); in nge_eeprom_putbyte()
332 SIO_CLR(NGE_MEAR_EE_CLK); in nge_eeprom_getword()
346 SIO_SET(NGE_MEAR_EE_CLK); in nge_eeprom_getword()
351 SIO_CLR(NGE_MEAR_EE_CLK); in nge_eeprom_getword()
H A Dif_ngereg.h139 #define NGE_MEAR_EE_CLK 0x00000004 macro