Searched refs:RSB_READ (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_rsb.c | 147 #define RSB_READ(sc, reg) bus_read_4((sc)->res, (reg)) macro 169 if ((RSB_READ(sc, RSB_CTRL) & SOFT_RESET) == 0) in rsb_reset() 220 sc->status |= RSB_READ(sc, RSB_INTS); in rsb_start() 260 RSB_WRITE(sc, RSB_INTS, RSB_READ(sc, RSB_INTS)); in rsb_set_rta() 345 RSB_WRITE(sc, RSB_INTS, RSB_READ(sc, RSB_INTS)); in rsb_transfer() 374 data[0] = RSB_READ(sc, RSB_DATA0); in rsb_transfer()
|