Searched refs:DC_CLRBIT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/sys/dev/dc/ |
| HD | dcphy.c | 77 #define DC_CLRBIT(sc, reg, x) \ macro 219 DC_CLRBIT(dc_sc, DC_10BTCTRL, DC_TCTL_AUTONEGENBL); in dcphy_service() 229 DC_CLRBIT(dc_sc, DC_SIARESET, DC_SIA_RESET); in dcphy_service() 230 DC_CLRBIT(dc_sc, DC_10BTCTRL, 0xFFFF); in dcphy_service() 236 DC_CLRBIT(dc_sc, DC_10BTCTRL, DC_TCTL_AUTONEGENBL); in dcphy_service() 341 DC_CLRBIT(dc_sc, DC_10BTCTRL, in dcphy_status() 361 DC_CLRBIT(dc_sc, DC_10BTCTRL, DC_TCTL_AUTONEGENBL); in dcphy_status() 383 DC_CLRBIT(sc, DC_NETCFG, DC_NETCFG_PORTSEL); in dcphy_auto() 385 DC_CLRBIT(sc, DC_SIARESET, DC_SIA_RESET); in dcphy_auto() 404 DC_CLRBIT(sc, DC_SIARESET, DC_SIA_RESET); in dcphy_reset()
|
| HD | if_dc.c | 365 #define DC_CLRBIT(sc, reg, x) \ macro 369 #define SIO_CLR(x) DC_CLRBIT(sc, DC_SIO, (x)) 393 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width() 402 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_DATAIN); in dc_eeprom_width() 406 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width() 414 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_width() 435 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width() 453 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_idle() 459 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_idle() [all …]
|
| HD | if_dcreg.h | 664 DC_CLRBIT(sc, DC_PN_GPIO, (r)); \
|