Home
last modified time | relevance | path

Searched refs:pwidth (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/clk/sprd/
H A Dpll.c24 #define pwidth(pll, member) \ macro
28 ((pwidth(pll, member)) ? \
29 GENMASK(pwidth(pll, member) + pshift(pll, member) - 1, \
74 if (pwidth(pll, PLL_REFIN)) { in pll_get_refin()
119 if (pwidth(pll, PLL_POSTDIV) && in _sprd_pll_recalc_rate()
166 width = pwidth(pll, PLL_PREDIV); in _sprd_pll_set_rate()
172 width = pwidth(pll, PLL_POSTDIV); in _sprd_pll_set_rate()
200 width = pwidth(pll, PLL_KINT); in _sprd_pll_set_rate()
/openbmc/linux/arch/mips/lib/
H A Ddump_tlb.c77 int pwidth = xpa ? 11 : 8; in dump_tlb() local
81 int pwidth = 11; in dump_tlb() local
160 pwidth, pa, c0, in dump_tlb()
174 pwidth, pa, c1, in dump_tlb()
/openbmc/linux/arch/loongarch/lib/
H A Ddump_tlb.c36 int pwidth = 16; in dump_tlb() local
83 pwidth, pa, c0, in dump_tlb()
95 pwidth, pa, c1, in dump_tlb()
/openbmc/linux/drivers/clk/sunxi/
H A Dclk-sun9i-core.c65 .pwidth = 1,
173 .pwidth = 2,
256 .pwidth = 2,
H A Dclk-factors.c59 if (config->pwidth != SUNXI_FACTORS_NOT_APPLICABLE) in clk_factors_recalc_rate()
60 p = FACTOR_GET(config->pshift, config->pwidth, reg); in clk_factors_recalc_rate()
156 reg = FACTOR_SET(config->pshift, config->pwidth, reg, req.p); in clk_factors_set_rate()
H A Dclk-sunxi.c423 .pwidth = 2,
444 .pwidth = 2,
465 .pwidth = 2,
472 .pwidth = 2,
479 .pwidth = 2,
487 .pwidth = 2,
H A Dclk-factors.h18 u8 pwidth; member
H A Dclk-sun6i-ar100.c58 .pwidth = 2,
H A Dclk-mod0.c55 .pwidth = 2,
/openbmc/u-boot/drivers/video/
H A Dvideo_bmp.c201 unsigned long pwidth = priv->xsize; in video_bmp_display() local
257 if ((x + width) > pwidth) in video_bmp_display()
258 width = pwidth - x; in video_bmp_display()
/openbmc/u-boot/common/
H A Dlcd.c568 unsigned long pwidth = panel_info.vl_col; in lcd_display_bitmap() local
619 splash_align_axis(&x, pwidth, width); in lcd_display_bitmap()
623 if ((x + width) > pwidth) in lcd_display_bitmap()
624 width = pwidth - x; in lcd_display_bitmap()
/openbmc/linux/drivers/net/phy/
H A Ddp83640.c309 u32 sec, nsec, pwidth; in periodic_output() local
340 pwidth = clkreq->perout.period.sec * 1000000000UL; in periodic_output()
341 pwidth += clkreq->perout.period.nsec; in periodic_output()
342 pwidth /= 2; in periodic_output()
355 ext_write(0, phydev, PAGE4, PTP_TDR, pwidth & 0xffff); /* ns[15:0] */ in periodic_output()
356 ext_write(0, phydev, PAGE4, PTP_TDR, pwidth >> 16); /* ns[31:16] */ in periodic_output()
359 ext_write(0, phydev, PAGE4, PTP_TDR, pwidth & 0xffff); in periodic_output()
360 ext_write(0, phydev, PAGE4, PTP_TDR, pwidth >> 16); in periodic_output()
/openbmc/qemu/hw/display/
H A Dvga_int.h104 int *pwidth,
H A Dvga.c1155 static void vga_get_text_resolution(VGACommonState *s, int *pwidth, int *pheight, in vga_get_text_resolution() argument
1180 *pwidth = width; in vga_get_text_resolution()
1427 static void vga_get_resolution(VGACommonState *s, int *pwidth, int *pheight) in vga_get_resolution() argument
1441 *pwidth = width; in vga_get_resolution()
H A Dcirrus_vga.c1189 static void cirrus_get_resolution(VGACommonState *s, int *pwidth, int *pheight) in cirrus_get_resolution() argument
1201 *pwidth = width; in cirrus_get_resolution()
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_display.c1028 unsigned int pwidth = 1024; in qxl_conn_get_modes() local
1036 pwidth = head->width; in qxl_conn_get_modes()
1044 drm_set_preferred_mode(connector, pwidth, pheight); in qxl_conn_get_modes()