Lines Matching defs:perm
147 enum apusys_apc_perm_type perm)
155 if ((perm < 0) || (perm >= PERM_NUM)) {
156 ERROR(MODULE_TAG "%s: permission type:0x%x is not supported!\n", __func__, perm);
171 set_bit = (uint32_t)perm << (apc_set_index * DEVAPC_DOM_SHIFT);
182 enum apusys_apc_perm_type perm)
190 if ((perm >= PERM_NUM) || (perm < 0)) {
191 ERROR(MODULE_TAG "%s: permission type:0x%x is not supported!\n", __func__, perm);
206 set_bit = ((uint32_t)perm) << (apc_set_index * DEVAPC_DOM_SHIFT);
216 enum apusys_apc_perm_type perm)
224 if ((perm < 0) || (perm >= PERM_NUM)) {
225 ERROR(MODULE_TAG "%s: permission type:0x%x is not supported!\n", __func__, perm);
240 set_bit = (uint32_t)perm << (apc_set_index * DEVAPC_DOM_SHIFT);