Lines Matching refs:cword
88 * W = cword, if cword < 2 ^ 15 else 16-bit 2's complement of cword
101 unsigned long pc, dc, cword = CONST_VAR_F_MAX;
121 * cword
123 rate = (u64)clk_get_rate(p->clk) * (u64)cword;
146 * The cword needs to be a power of 2 for the variable
151 cword >>= 1;
157 if (cword < CONST_VAR_F_MIN)
163 * Configure the defined "cword" value to have the variable frequency
168 brcmstb_pwm_writel(p, cword >> 8, PWM_CWORD_MSB(channel));
169 brcmstb_pwm_writel(p, cword & 0xff, PWM_CWORD_LSB(channel));