Home
last modified time | relevance | path

Searched refs:SIO_CLR (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/sis/
H A Dif_sis.c205 #define SIO_CLR(x) \ macro
243 SIO_CLR(SIS_EECTL_CLK); in sis_eeprom_idle()
249 SIO_CLR(SIS_EECTL_CLK); in sis_eeprom_idle()
251 SIO_CLR(SIS_EECTL_CSEL); in sis_eeprom_idle()
273 SIO_CLR(SIS_EECTL_DIN); in sis_eeprom_putbyte()
278 SIO_CLR(SIS_EECTL_CLK); in sis_eeprom_putbyte()
297 SIO_CLR(SIS_EECTL_CLK); in sis_eeprom_getword()
316 SIO_CLR(SIS_EECTL_CLK); in sis_eeprom_getword()
/freebsd/sys/dev/nge/
H A Dif_nge.c255 #define SIO_CLR(x) \ macro
278 SIO_CLR(NGE_MEAR_EE_CLK); in nge_eeprom_idle()
284 SIO_CLR(NGE_MEAR_EE_CLK); in nge_eeprom_idle()
286 SIO_CLR(NGE_MEAR_EE_CSEL); in nge_eeprom_idle()
308 SIO_CLR(NGE_MEAR_EE_DIN); 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()
351 SIO_CLR(NGE_MEAR_EE_CLK); in nge_eeprom_getword()
/freebsd/sys/dev/dc/
H A Dif_dc.c363 #define SIO_CLR(x) DC_CLRBIT(sc, DC_SIO, (x)) macro
494 SIO_CLR(DC_SIO_EE_DATAIN); in dc_eeprom_putbyte()
499 SIO_CLR(DC_SIO_EE_CLK); in dc_eeprom_putbyte()
545 SIO_CLR(DC_SIO_ROMSEL | DC_SIO_ROMCTL_READ); in dc_eeprom_getword_xircom()
584 SIO_CLR(DC_SIO_EE_CLK); in dc_eeprom_getword()
/freebsd/sys/dev/lge/
H A Dif_lge.c205 #define SIO_CLR(x) \ macro