Home
last modified time | relevance | path

Searched refs:DMAC_INIT (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dfib_lookup.c26 #define DMAC_INIT { 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, } macro
44 .dmac = DMAC_INIT, },
52 .dmac = DMAC_INIT, },
/Linux-v6.6/drivers/scsi/arm/
Dacornscsi.h123 #define DMAC_INIT 0x00 macro
Dacornscsi.c367 dmac_write(host, DMAC_INIT, 0); in acornscsi_resetcard()
369 dmac_write(host, DMAC_INIT, INIT_8BIT); in acornscsi_resetcard()