pwidth
pwidth, pa, c1,
int pwidth = 16;
pwidth, pa, c0,
pwidth, pa, c0,
pwidth, pa, c1,
int pwidth = xpa ? 11 : 8;
int pwidth = 11;
if (pwidth(pll, PLL_POSTDIV) &&
width = pwidth(pll, PLL_PREDIV);
width = pwidth(pll, PLL_POSTDIV);
width = pwidth(pll, PLL_KINT);
((pwidth(pll, member)) ? \
GENMASK(pwidth(pll, member) + pshift(pll, member) - 1, \
if (pwidth(pll, PLL_REFIN)) {
reg = FACTOR_SET(config->pshift, config->pwidth, reg, req.p);
if (config->pwidth != SUNXI_FACTORS_NOT_APPLICABLE)
p = FACTOR_GET(config->pshift, config->pwidth, reg);
u8 pwidth;
.pwidth = 2,
.pwidth = 2,
.pwidth = 2,
.pwidth = 2,
.pwidth = 1,
.pwidth = 2,
.pwidth = 2,
.pwidth = 2,
.pwidth = 2,
.pwidth = 2,
.pwidth = 2,
unsigned int pwidth = 1024;
pwidth = head->width;
drm_set_preferred_mode(connector, pwidth, pheight);
u32 sec, nsec, pwidth;
pwidth = clkreq->perout.period.sec * 1000000000UL;
pwidth += clkreq->perout.period.nsec;
pwidth /= 2;
ext_write(0, phydev, PAGE4, PTP_TDR, pwidth & 0xffff); /* ns[15:0] */
ext_write(0, phydev, PAGE4, PTP_TDR, pwidth >> 16); /* ns[31:16] */
ext_write(0, phydev, PAGE4, PTP_TDR, pwidth & 0xffff);
ext_write(0, phydev, PAGE4, PTP_TDR, pwidth >> 16);