Home
last modified time | relevance | path

Searched refs:DC_CLRBIT (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/
H A Ddcphy.c77 #define DC_CLRBIT(sc, reg, x) \ macro
217 DC_CLRBIT(dc_sc, DC_10BTCTRL, DC_TCTL_AUTONEGENBL); in dcphy_service()
227 DC_CLRBIT(dc_sc, DC_SIARESET, DC_SIA_RESET); in dcphy_service()
228 DC_CLRBIT(dc_sc, DC_10BTCTRL, 0xFFFF); in dcphy_service()
234 DC_CLRBIT(dc_sc, DC_10BTCTRL, DC_TCTL_AUTONEGENBL); in dcphy_service()
339 DC_CLRBIT(dc_sc, DC_10BTCTRL, in dcphy_status()
359 DC_CLRBIT(dc_sc, DC_10BTCTRL, DC_TCTL_AUTONEGENBL); in dcphy_status()
381 DC_CLRBIT(sc, DC_NETCFG, DC_NETCFG_PORTSEL); in dcphy_auto()
383 DC_CLRBIT(sc, DC_SIARESET, DC_SIA_RESET); in dcphy_auto()
402 DC_CLRBIT(sc, DC_SIARESET, DC_SIA_RESET); in dcphy_reset()
H A Dif_dc.c359 #define DC_CLRBIT(sc, reg, x) \ macro
363 #define SIO_CLR(x) DC_CLRBIT(sc, DC_SIO, (x))
387 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width()
396 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_DATAIN); in dc_eeprom_width()
400 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width()
408 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width()
412 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width()
429 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width()
447 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_idle()
453 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_idle()
[all …]
H A Dif_dcreg.h664 DC_CLRBIT(sc, DC_PN_GPIO, (r)); \