Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/
H A D0001-freedreno-don-t-encode-build-path-into-binaries.patch16 src/freedreno/afuc/meson.build | 4 ++++
21 diff --git a/src/freedreno/afuc/meson.build b/src/freedreno/afuc/meson.build
23 --- a/src/freedreno/afuc/meson.build
24 +++ b/src/freedreno/afuc/meson.build
31 test('afuc-asm',
40 test('afuc-disasm',
/openbmc/linux/drivers/scsi/cxlflash/
H A Dcommon.h182 struct afu_cmd *afuc = sc_to_afuc(sc); in sc_to_afuci() local
184 INIT_LIST_HEAD(&afuc->queue); in sc_to_afuci()
185 return afuc; in sc_to_afuci()
190 struct afu_cmd *afuc = sc_to_afuc(sc); in sc_to_afucz() local
192 memset(afuc, 0, sizeof(*afuc)); in sc_to_afucz()