Searched refs:pcd (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/paride/
H A Dmkd5 # block devices: pd (45), pcd (46), pf (47)
23 for u in 0 1 2 3 ; do mkdev pcd$u b 46 $u ; done
H A DMakefile14 obj-$(CONFIG_PARIDE_PCD) += pcd.o
H A Djumbo6 echo -n "High level driver [pcd] : "
8 HLD=${X:-pcd}
H A Dpcd.c2 pcd.c (c) 1997-8 Grant R. Guenther <grant@torque.net>
12 The behaviour of the pcd driver can be altered by setting
61 (default "pcd")
76 pcd.drive0
77 pcd.drive1
78 pcd.drive2
79 pcd.drive3
80 pcd.nice
82 In addition, you can use the parameter pcd.disable to disable
105 #define PCD_NAME "pcd"
239 struct pcd_unit pcd[PCD_UNITS]; variable in typeref:struct:pcd_unit
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dsa1100fb.c204 struct fb_var_screeninfo *var, u_int pcd)
232 LCCR3_PixClkDiv(pcd) + LCCR3_HorSnchH +
235 DPRINTK("pcd = %x, PixCldDiv(pcd)=%x\n",
236 pcd, LCCR3_PixClkDiv(pcd));
412 #define sa1100fb_check_shadow(regs,var,pcd)
1512 unsigned int pcd; local
1515 pcd = get_cclk_frequency() * pixclock;
1516 pcd /
203 sa1100fb_check_shadow(struct sa1100fb_lcd_reg *new_regs, struct fb_var_screeninfo *var, u_int pcd) argument
1547 u_int half_screen_size, yres, pcd = get_pcd(var->pixclock); local
2045 u_int pcd; local
[all...]

Completed in 32 milliseconds