Searched refs:DC_BUSCTL (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/dc/ |
H A D | if_dc.c | 371 CSR_READ_4(sc, DC_BUSCTL); in dc_delay() 1517 DC_SETBIT(sc, DC_BUSCTL, DC_BUSCTL_RESET); in dc_reset() 1521 if (!(CSR_READ_4(sc, DC_BUSCTL) & DC_BUSCTL_RESET)) in dc_reset() 1528 DC_CLRBIT(sc, DC_BUSCTL, DC_BUSCTL_RESET); in dc_reset() 1539 CSR_WRITE_4(sc, DC_BUSCTL, 0x00000000); in dc_reset() 2327 CSR_WRITE_4(sc, DC_BUSCTL, 0x10000); in dc_attach() 2338 CSR_WRITE_4(sc, DC_BUSCTL, 0x0000); in dc_attach() 3611 CSR_WRITE_4(sc, DC_BUSCTL, 0); in dc_init_locked() 3613 CSR_WRITE_4(sc, DC_BUSCTL, DC_BUSCTL_MRME | DC_BUSCTL_MRLE); in dc_init_locked() 3618 DC_SETBIT(sc, DC_BUSCTL, DC_BUSCTL_ARBITRATION); in dc_init_locked() [all …]
|
H A D | if_dcreg.h | 39 #define DC_BUSCTL 0x00 /* bus control */ macro
|