Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/mii_layer/
H A Ddcphy.c70 #define DC_CLRBIT(sc, reg, x) \ macro
254 DC_CLRBIT(dc_sc, DC_10BTCTRL, DC_TCTL_AUTONEGENBL); in dcphy_service()
264 DC_CLRBIT(dc_sc, DC_SIARESET, DC_SIA_RESET); in dcphy_service()
265 DC_CLRBIT(dc_sc, DC_10BTCTRL, 0xFFFF); in dcphy_service()
271 DC_CLRBIT(dc_sc, DC_10BTCTRL, DC_TCTL_AUTONEGENBL); in dcphy_service()
383 DC_CLRBIT(dc_sc, DC_10BTCTRL, in dcphy_status()
402 DC_CLRBIT(dc_sc, DC_10BTCTRL, DC_TCTL_AUTONEGENBL); in dcphy_status()
423 DC_CLRBIT(dc_sc, DC_NETCFG, DC_NETCFG_PORTSEL); in dcphy_auto()
425 DC_CLRBIT(dc_sc, DC_SIARESET, DC_SIA_RESET); in dcphy_auto()
440 DC_CLRBIT(dc_sc, DC_SIARESET, DC_SIA_RESET); in dcphy_reset()
H A Dpnphy.c69 #define DC_CLRBIT(sc, reg, x) \ macro
/dragonfly/sys/dev/netif/dc/
H A Dif_dc.c330 #define DC_CLRBIT(sc, reg, x) \ macro
358 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width()
371 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width()
383 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width()
400 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width()
418 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_idle()
424 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_idle()
430 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_idle()
432 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CS); in dc_eeprom_idle()
541 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_getword()
[all …]
H A Dif_dcreg.h646 DC_CLRBIT(sc, DC_PN_GPIO, (r)); \