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

/haiku-fatelf/src/add-ons/kernel/drivers/network/dec21xxx/dev/dc/
H A Ddcphy.c76 #define DC_CLRBIT(sc, reg, x) \ macro
218 DC_CLRBIT(dc_sc, DC_10BTCTRL, DC_TCTL_AUTONEGENBL);
228 DC_CLRBIT(dc_sc, DC_SIARESET, DC_SIA_RESET);
229 DC_CLRBIT(dc_sc, DC_10BTCTRL, 0xFFFF);
235 DC_CLRBIT(dc_sc, DC_10BTCTRL, DC_TCTL_AUTONEGENBL);
340 DC_CLRBIT(dc_sc, DC_10BTCTRL,
360 DC_CLRBIT(dc_sc, DC_10BTCTRL, DC_TCTL_AUTONEGENBL);
382 DC_CLRBIT(sc, DC_NETCFG, DC_NETCFG_PORTSEL);
384 DC_CLRBIT(sc, DC_SIARESET, DC_SIA_RESET);
403 DC_CLRBIT(s
[all...]
H A Dif_dc.c364 #define DC_CLRBIT(sc, reg, x) \ macro
368 #define SIO_CLR(x) DC_CLRBIT(sc, DC_SIO, (x))
392 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
401 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_DATAIN);
405 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
413 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
417 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
434 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
452 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
458 DC_CLRBIT(s
[all...]
H A Dif_dcreg.h664 DC_CLRBIT(sc, DC_PN_GPIO, (r)); \

Completed in 56 milliseconds