Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/sis/
Dif_sis.c204 #define SIO_CLR(x) \ macro
242 SIO_CLR(SIS_EECTL_CLK); in sis_eeprom_idle()
248 SIO_CLR(SIS_EECTL_CLK); in sis_eeprom_idle()
250 SIO_CLR(SIS_EECTL_CSEL); in sis_eeprom_idle()
272 SIO_CLR(SIS_EECTL_DIN); in sis_eeprom_putbyte()
277 SIO_CLR(SIS_EECTL_CLK); in sis_eeprom_putbyte()
296 SIO_CLR(SIS_EECTL_CLK); in sis_eeprom_getword()
315 SIO_CLR(SIS_EECTL_CLK); in sis_eeprom_getword()
/freebsd-9-stable/sys/dev/nge/
Dif_nge.c256 #define SIO_CLR(x) \ macro
279 SIO_CLR(NGE_MEAR_EE_CLK); in nge_eeprom_idle()
285 SIO_CLR(NGE_MEAR_EE_CLK); in nge_eeprom_idle()
287 SIO_CLR(NGE_MEAR_EE_CSEL); in nge_eeprom_idle()
309 SIO_CLR(NGE_MEAR_EE_DIN); in nge_eeprom_putbyte()
314 SIO_CLR(NGE_MEAR_EE_CLK); in nge_eeprom_putbyte()
333 SIO_CLR(NGE_MEAR_EE_CLK); in nge_eeprom_getword()
352 SIO_CLR(NGE_MEAR_EE_CLK); in nge_eeprom_getword()
/freebsd-9-stable/sys/dev/wb/
Dif_wb.c246 #define SIO_CLR(x) \ macro
269 SIO_CLR(WB_SIO_EE_DATAIN);
274 SIO_CLR(WB_SIO_EE_CLK);
309 SIO_CLR(WB_SIO_EE_CLK);
/freebsd-9-stable/sys/dev/dc/
Dif_dc.c368 #define SIO_CLR(x) DC_CLRBIT(sc, DC_SIO, (x)) macro
499 SIO_CLR(DC_SIO_EE_DATAIN); in dc_eeprom_putbyte()
504 SIO_CLR(DC_SIO_EE_CLK); in dc_eeprom_putbyte()
550 SIO_CLR(DC_SIO_ROMSEL | DC_SIO_ROMCTL_READ); in dc_eeprom_getword_xircom()
589 SIO_CLR(DC_SIO_EE_CLK); in dc_eeprom_getword()
/freebsd-9-stable/sys/dev/lge/
Dif_lge.c206 #define SIO_CLR(x) \ macro