Searched refs:ccl (Results 1 – 3 of 3) sorted by relevance
706 struct chsc_comp_list *ccl; in chsc_ioctl_conf_comp_list() local737 ccl = kzalloc(sizeof(*ccl), GFP_KERNEL); in chsc_ioctl_conf_comp_list()738 if (!ccl) { in chsc_ioctl_conf_comp_list()742 if (copy_from_user(ccl, user_ccl, sizeof(*ccl))) { in chsc_ioctl_conf_comp_list()748 sccl_area->fmt = ccl->req.fmt; in chsc_ioctl_conf_comp_list()749 sccl_area->ctype = ccl->req.ctype; in chsc_ioctl_conf_comp_list()754 chpid_parm->m = ccl->req.chpid.m; in chsc_ioctl_conf_comp_list()755 chpid_parm->cssid = ccl->req.chpid.chp.cssid; in chsc_ioctl_conf_comp_list()756 chpid_parm->chpid = ccl->req.chpid.chp.id; in chsc_ioctl_conf_comp_list()761 cssids_parm->f_cssid = ccl->req.cssids.f_cssid; in chsc_ioctl_conf_comp_list()[all …]
376 int sccl, ccl; in hisi_read_sccl_and_ccl_id() local380 ccl = aff2 & 0x7; in hisi_read_sccl_and_ccl_id()383 ccl = aff2; in hisi_read_sccl_and_ccl_id()386 ccl = aff1; in hisi_read_sccl_and_ccl_id()392 *cclp = ccl; in hisi_read_sccl_and_ccl_id()
367 int ccl, cch, ret; in sc27xx_fgu_get_clbcnt() local370 &ccl); in sc27xx_fgu_get_clbcnt()379 *clb_cnt = ccl & SC27XX_FGU_CLBCNT_MASK; in sc27xx_fgu_get_clbcnt()