Home
last modified time | relevance | path

Searched refs:pcd (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/sound/soc/au1x/
Ddbdma2.c134 static void au1x_pcm_dbdma_free(struct au1xpsc_audio_dmadata *pcd) in au1x_pcm_dbdma_free() argument
136 if (pcd->ddma_chan) { in au1x_pcm_dbdma_free()
137 au1xxx_dbdma_stop(pcd->ddma_chan); in au1x_pcm_dbdma_free()
138 au1xxx_dbdma_reset(pcd->ddma_chan); in au1x_pcm_dbdma_free()
139 au1xxx_dbdma_chan_free(pcd->ddma_chan); in au1x_pcm_dbdma_free()
140 pcd->ddma_chan = 0; in au1x_pcm_dbdma_free()
141 pcd->msbits = 0; in au1x_pcm_dbdma_free()
150 static int au1x_pcm_dbdma_realloc(struct au1xpsc_audio_dmadata *pcd, in au1x_pcm_dbdma_realloc() argument
158 if ((pcd->ddma_chan) && (msbits == pcd->msbits)) in au1x_pcm_dbdma_realloc()
161 au1x_pcm_dbdma_free(pcd); in au1x_pcm_dbdma_realloc()
[all …]
/linux-4.4.14/arch/parisc/lib/
Dmemcpy.c283 register unsigned char *pcs, *pcd; in pa_memcpy_internal() local
291 pcd = (unsigned char *)dstp; in pa_memcpy_internal()
313 stbma(d_space, t3, pcd, pmc_store_exc); in pa_memcpy_internal()
319 pdd = (double *)pcd; in pa_memcpy_internal()
392 pcd = (unsigned char *)pwd; in pa_memcpy_internal()
398 stbma(d_space, t3, pcd, pmc_store_exc); in pa_memcpy_internal()
414 stbma(d_space, t3, pcd, pmc_store_exc); in pa_memcpy_internal()
421 pwd = (unsigned int *)pcd; in pa_memcpy_internal()
431 stbma(d_space, t3, pcd, pmc_store_exc); in pa_memcpy_internal()
435 dst = (unsigned long)pcd; in pa_memcpy_internal()
[all …]
/linux-4.4.14/drivers/video/fbdev/omap/
Dlcdc.c475 int pcd; in setup_regs() local
510 if (!panel->pcd) in setup_regs()
511 calc_ck_div(is_tft, panel->pixel_clock * 1000, &pcd); in setup_regs()
517 lck / panel->pcd / 1000, panel->name); in setup_regs()
519 pcd = panel->pcd; in setup_regs()
521 l |= pcd & 0xff; in setup_regs()
526 panel->pixel_clock = lck / pcd / 1000; in setup_regs()
Dlcd_inn1510.c71 .pcd = 12,
Dlcd_htcherald.c70 .pcd = 0, /* 15 */
Dlcd_palmz71.c70 .pcd = 0,
Dlcd_palmtt.c75 .pcd = 0,
Dlcd_palmte.c69 .pcd = 0,
Dlcd_osk.c92 .pcd = 12,
Dlcd_inn1610.c92 .pcd = 12,
Dlcd_h3.c86 .pcd = 0,
Dlcd_ams_delta.c159 .pcd = 0,
Domapfb.h88 int pcd; /* pixel clock divider. member
/linux-4.4.14/drivers/block/paride/
Dpcd.c204 static struct pcd_unit pcd[PCD_UNITS]; variable
299 for (unit = 0, cd = pcd; unit < PCD_UNITS; unit++, cd++) { in pcd_init_units()
663 for (unit = 0, cd = pcd; unit < PCD_UNITS; unit++, cd++) { in pcd_probe_capabilities()
702 cd = pcd; in pcd_detect()
712 for (unit = 0, cd = pcd; unit < PCD_UNITS; unit++, cd++) { in pcd_detect()
731 for (unit = 0, cd = pcd; unit < PCD_UNITS; unit++, cd++) in pcd_detect()
955 for (unit = 0, cd = pcd; unit < PCD_UNITS; unit++, cd++) in pcd_init()
963 for (unit = 0, cd = pcd; unit < PCD_UNITS; unit++, cd++) in pcd_init()
968 for (unit = 0, cd = pcd; unit < PCD_UNITS; unit++, cd++) { in pcd_init()
985 for (unit = 0, cd = pcd; unit < PCD_UNITS; unit++, cd++) { in pcd_exit()
Dmkd23 for u in 0 1 2 3 ; do mkdev pcd$u b 46 $u ; done
DMakefile25 obj-$(CONFIG_PARIDE_PCD) += pcd.o
DKconfig33 build it as a loadable module. The module will be called pcd. You
/linux-4.4.14/drivers/video/fbdev/
Dsa1100fb.c599 unsigned int pcd = clk_get_rate(fbi->clk) / 100 / 1000; in get_pcd() local
601 pcd *= pixclock; in get_pcd()
602 pcd /= 10000000; in get_pcd()
604 return pcd + 1; /* make up for integer math truncations */ in get_pcd()
615 u_int half_screen_size, yres, pcd; in sa1100fb_activate_var() local
678 pcd = get_pcd(fbi, var->pixclock); in sa1100fb_activate_var()
679 new_regs.lccr3 = LCCR3_PixClkDiv(pcd) | fbi->inf->lccr3 | in sa1100fb_activate_var()
1020 u_int pcd; in sa1100fb_freq_transition() local
1028 pcd = get_pcd(fbi, fbi->fb.var.pixclock); in sa1100fb_freq_transition()
1029 fbi->reg_lccr3 = (fbi->reg_lccr3 & ~0xff) | LCCR3_PixClkDiv(pcd); in sa1100fb_freq_transition()
Dpxafb.c1017 unsigned long long pcd; in get_pcd() local
1022 pcd = (unsigned long long)(clk_get_rate(fbi->clk) / 10000); in get_pcd()
1023 pcd *= pixclock; in get_pcd()
1024 do_div(pcd, 100000000 * 2); in get_pcd()
1027 return (unsigned int)pcd; in get_pcd()
1036 static inline void set_hsync_time(struct pxafb_info *fbi, unsigned int pcd) in set_hsync_time() argument
1040 if ((pcd == 0) || (fbi->fb.var.hsync_len == 0)) { in set_hsync_time()
1045 htime = clk_get_rate(fbi->clk) / (pcd * fbi->fb.var.hsync_len); in set_hsync_time()
1322 unsigned int lines_per_panel, pcd = get_pcd(fbi, var->pixclock); in setup_parallel_timing() local
1350 if (pcd) { in setup_parallel_timing()
[all …]
Dau1200fb.c1076 int pcd = AU1200_LCD_MAX_CLK / (pixclock * 2) - 1; in au1200fb_fb_check_var()
1079 && (panel->control_base & LCD_CONTROL_MPI) && (pcd < 3)) { in au1200fb_fb_check_var()
1082 } else if (!pcd) { in au1200fb_fb_check_var()
/linux-4.4.14/Documentation/blockdev/
Dparide.txt59 pcd ATAPI CD-ROM
110 MicroSolutions CD-ROM pcd bpck
118 FreeCom CD-ROM pcd frpw
120 Hewlett-Packard 7200e (CD) pcd epat
216 # insmod pcd drive0=0x378,1 drive1=0x3bc,1
265 for u in 0 1 2 3 ; do mkdev pcd$u b 46 $u ; done
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddispc.c3331 int pcd; in dispc_mgr_pclk_rate() local
3336 pcd = FLD_GET(l, 7, 0); in dispc_mgr_pclk_rate()
3340 return r / pcd; in dispc_mgr_pclk_rate()
3382 int lcd, pcd; in dispc_dump_clocks_channel() local
3393 dispc_mgr_get_lcd_divisor(channel, &lcd, &pcd); in dispc_dump_clocks_channel()
3398 dispc_mgr_pclk_rate(channel), pcd); in dispc_dump_clocks_channel()
/linux-4.4.14/Documentation/
Dkernel-parameters.txt2721 pcd. [PARIDE]
2722 See header of drivers/block/paride/pcd.c.