Searched refs:READ8 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/acpica/ |
H A D | acpi_apei.c | 145 #define READ8(r, o) apei_bus_read_8((r), (o)) macro 148 #define READ8(r, o) bus_read_8((r), (o)) macro 415 uint64_t val = READ8(ge->res2, 0); in apei_ge_handler() 467 uint64_t val = READ8(ge->res2, 0); in apei_nmi_handler() 706 ge->buf = pmap_mapdev_attr(READ8(ge->res, 0), in apei_attach()
|
/freebsd/sys/dev/xilinx/ |
H A D | axidma.c | 66 #define READ8(_sc, _reg) \ macro 503 READ8(sc, AXI_CURDESC(data->id))); in axidma_channel_submit_sg() 505 READ8(sc, AXI_CURDESC(data->id))); in axidma_channel_submit_sg()
|
H A D | if_xae.c | 73 #define READ8(_sc, _reg) \ macro 366 new = READ8(sc, XAE_STATCNT(counter_id)); in xae_stat()
|