Searched refs:DMAC_INIT (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | fib_lookup.c | 26 #define DMAC_INIT { 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, } macro 44 .dmac = DMAC_INIT, }, 52 .dmac = DMAC_INIT, },
|
/openbmc/linux/drivers/scsi/arm/ |
H A D | acornscsi.h | 123 #define DMAC_INIT 0x00 macro
|
H A D | acornscsi.c | 367 dmac_write(host, DMAC_INIT, 0); in acornscsi_resetcard() 369 dmac_write(host, DMAC_INIT, INIT_8BIT); in acornscsi_resetcard()
|