Searched refs:DC_SETBIT (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/ |
H A D | dcphy.c | 73 #define DC_SETBIT(sc, reg, x) \ macro 230 DC_SETBIT(dc_sc, DC_10BTCTRL, 0x7F3D); in dcphy_service() 232 DC_SETBIT(dc_sc, DC_10BTCTRL, 0x7F3F); in dcphy_service() 233 DC_SETBIT(dc_sc, DC_SIARESET, DC_SIA_RESET); in dcphy_service() 382 DC_SETBIT(sc, DC_NETCFG, DC_NETCFG_FULLDUPLEX); in dcphy_auto() 388 DC_SETBIT(sc, DC_SIARESET, DC_SIA_RESET); in dcphy_auto() 389 DC_SETBIT(sc, DC_10BTCTRL, DC_TCTL_AUTONEGENBL); in dcphy_auto() 390 DC_SETBIT(sc, DC_10BTSTAT, DC_ASTAT_TXDISABLE); in dcphy_auto() 404 DC_SETBIT(sc, DC_SIARESET, DC_SIA_RESET); in dcphy_reset()
|
H A D | if_dc.c | 356 #define DC_SETBIT(sc, reg, x) \ macro 362 #define SIO_SET(x) DC_SETBIT(sc, DC_SIO, (x)) 385 DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ); in dc_eeprom_width() 389 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS); in dc_eeprom_width() 394 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_DATAIN); in dc_eeprom_width() 398 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width() 405 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width() 427 DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ); in dc_eeprom_width() 431 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS); in dc_eeprom_width() 445 DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ); in dc_eeprom_idle() [all …]
|
H A D | if_dcreg.h | 660 DC_SETBIT(sc, DC_PN_GPIO, ((r) | (r << 4))) 663 DC_SETBIT(sc, DC_PN_GPIO, ((r) << 4)); \
|