Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dpl330.c89 #define CFG_PNS 4 macro
681 if (ch->ns && !(ch->parent->cfg[CFG_PNS] & (1 << periph_id))) { in pl330_dmaflushp()
770 if (ch->ns && !(ch->parent->cfg[CFG_PNS] & (1 << periph_id))) { in pl330_dmaldp()
945 if (ch->ns && !(ch->parent->cfg[CFG_PNS] & (1 << periph_id))) { in pl330_dmastp()
1023 if (ch->ns && !(ch->parent->cfg[CFG_PNS] & (1 << periph_id))) { in pl330_dmawfp()
1661 DEFINE_PROP_UINT32("PNS", PL330State, cfg[CFG_PNS], 0),