Home
last modified time | relevance | path

Searched refs:DC_BUSCTL (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/dc/
HDif_dc.c376 CSR_READ_4(sc, DC_BUSCTL); in dc_delay()
1511 DC_SETBIT(sc, DC_BUSCTL, DC_BUSCTL_RESET); in dc_reset()
1515 if (!(CSR_READ_4(sc, DC_BUSCTL) & DC_BUSCTL_RESET)) in dc_reset()
1522 DC_CLRBIT(sc, DC_BUSCTL, DC_BUSCTL_RESET); in dc_reset()
1533 CSR_WRITE_4(sc, DC_BUSCTL, 0x00000000); in dc_reset()
2329 CSR_WRITE_4(sc, DC_BUSCTL, 0x10000); in dc_attach()
2340 CSR_WRITE_4(sc, DC_BUSCTL, 0x0000); in dc_attach()
3621 CSR_WRITE_4(sc, DC_BUSCTL, 0); in dc_init_locked()
3623 CSR_WRITE_4(sc, DC_BUSCTL, DC_BUSCTL_MRME | DC_BUSCTL_MRLE); in dc_init_locked()
3628 DC_SETBIT(sc, DC_BUSCTL, DC_BUSCTL_ARBITRATION); in dc_init_locked()
[all …]
HDif_dcreg.h39 #define DC_BUSCTL 0x00 /* bus control */ macro