Searched refs:ccl (Results 1 – 2 of 2) 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 …]
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()