Searched refs:ccl (Results 1 – 3 of 3) sorted by relevance
672 struct chsc_comp_list *ccl; in chsc_ioctl_conf_comp_list() local703 ccl = kzalloc(sizeof(*ccl), GFP_KERNEL); in chsc_ioctl_conf_comp_list()704 if (!ccl) { in chsc_ioctl_conf_comp_list()708 if (copy_from_user(ccl, user_ccl, sizeof(*ccl))) { in chsc_ioctl_conf_comp_list()714 sccl_area->fmt = ccl->req.fmt; in chsc_ioctl_conf_comp_list()715 sccl_area->ctype = ccl->req.ctype; in chsc_ioctl_conf_comp_list()720 chpid_parm->m = ccl->req.chpid.m; in chsc_ioctl_conf_comp_list()721 chpid_parm->cssid = ccl->req.chpid.chp.cssid; in chsc_ioctl_conf_comp_list()722 chpid_parm->chpid = ccl->req.chpid.chp.id; in chsc_ioctl_conf_comp_list()727 cssids_parm->f_cssid = ccl->req.cssids.f_cssid; in chsc_ioctl_conf_comp_list()[all …]
423 int sccl, ccl; in hisi_read_sccl_and_ccl_id() local427 ccl = aff2 & 0x7; in hisi_read_sccl_and_ccl_id()430 ccl = aff2; in hisi_read_sccl_and_ccl_id()433 ccl = aff1; in hisi_read_sccl_and_ccl_id()439 *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()