Lines Matching refs:periph_id
670 uint8_t periph_id; in pl330_dmaflushp() local
676 periph_id = (args[0] >> 3) & 0x1f; in pl330_dmaflushp()
677 if (periph_id >= ch->parent->num_periph_req) { in pl330_dmaflushp()
681 if (ch->ns && !(ch->parent->cfg[CFG_PNS] & (1 << periph_id))) { in pl330_dmaflushp()
759 uint8_t periph_id; in pl330_dmaldp() local
765 periph_id = (args[0] >> 3) & 0x1f; in pl330_dmaldp()
766 if (periph_id >= ch->parent->num_periph_req) { in pl330_dmaldp()
770 if (ch->ns && !(ch->parent->cfg[CFG_PNS] & (1 << periph_id))) { in pl330_dmaldp()
934 uint8_t periph_id; in pl330_dmastp() local
940 periph_id = (args[0] >> 3) & 0x1f; in pl330_dmastp()
941 if (periph_id >= ch->parent->num_periph_req) { in pl330_dmastp()
945 if (ch->ns && !(ch->parent->cfg[CFG_PNS] & (1 << periph_id))) { in pl330_dmastp()
1012 uint8_t periph_id; in pl330_dmawfp() local
1018 periph_id = (args[0] >> 3) & 0x1f; in pl330_dmawfp()
1019 if (periph_id >= ch->parent->num_periph_req) { in pl330_dmawfp()
1023 if (ch->ns && !(ch->parent->cfg[CFG_PNS] & (1 << periph_id))) { in pl330_dmawfp()
1045 if (ch->parent->periph_busy[periph_id]) { in pl330_dmawfp()