Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 34) sorted by relevance

12

/drivers/video/
Dtridentfb.c180 #define point(x, y) ((y) << 16 | (x)) macro
212 writemmr(par, DST1, point(x, y)); in blade_fill_rect()
213 writemmr(par, DST2, point(x + w - 1, y + h - 1)); in blade_fill_rect()
225 writemmr(par, DST1, point(x, y)); in blade_image_blit()
226 writemmr(par, DST2, point(x + w - 1, y + h - 1)); in blade_image_blit()
235 u32 s1 = point(x1, y1); in blade_copy_rect()
236 u32 s2 = point(x1 + w - 1, y1 + h - 1); in blade_copy_rect()
237 u32 d1 = point(x2, y2); in blade_copy_rect()
238 u32 d2 = point(x2 + w - 1, y2 + h - 1); in blade_copy_rect()
313 writemmr(par, OLDDIM, point(h, w)); in xp_fill_rect()
[all …]
Dcyblafb.c355 out32(GE08, point(fr->dx, 0)); in cyblafb_fillrect()
356 out32(GE0C, point(fr->dx + fr->width - 1, in cyblafb_fillrect()
381 s1 = point(ca->sx, 0); in cyblafb_copyarea()
382 s2 = point(ca->sx + ca->width - 1, ca->height - 1); in cyblafb_copyarea()
383 d1 = point(ca->dx, 0); in cyblafb_copyarea()
384 d2 = point(ca->dx + ca->width - 1, ca->height - 1); in cyblafb_copyarea()
464 out32(GE08, point(image->dx, 0)); in cyblafb_imageblit()
465 out32(GE0C, point(image->dx + image->width - 1, in cyblafb_imageblit()
476 out32(GE08, point(image->dx, 0)); in cyblafb_imageblit()
477 out32(GE0C, point(2048 - 1, image->height - 1)); in cyblafb_imageblit()
[all …]
/drivers/hwmon/
Df71882fg.c83 #define F71882FG_REG_POINT_PWM(pwm, point) (0xAA + (point) + (16 * (pwm))) argument
84 #define F71882FG_REG_POINT_TEMP(pwm, point) (0xA6 + (point) + (16 * (pwm))) argument
925 int point; in f71882fg_update_device() local
926 for (point = 0; point < 5; point++) { in f71882fg_update_device()
927 data->pwm_auto_point_pwm[nr][point] = in f71882fg_update_device()
930 (nr, point)); in f71882fg_update_device()
932 for (point = 0; point < 4; point++) { in f71882fg_update_device()
933 data->pwm_auto_point_temp[nr][point] = in f71882fg_update_device()
936 (nr, point)); in f71882fg_update_device()
1485 int point = to_sensor_dev_attr_2(devattr)->nr; in show_pwm_auto_point_pwm() local
[all …]
/drivers/s390/net/
DKconfig19 point-to-point networking on IBM System z.
34 link between VM guests. Using ifconfig a point-to-point connection
/drivers/xen/
DKconfig33 bool "Create compatibility mount point /proc/xen"
40 the compatibilty mount point /proc/xen if it is running on
/drivers/net/wan/
DKconfig353 point to the Frame Relay network, usually at the phone company) can
354 carry several logical point-to-point connections to other computers
370 How many logical point-to-point frame relay connections (the
450 you to open an LAPB point-to-point connection to some other computer
/drivers/uwb/
DKconfig11 UWB is a high-bandwidth, low-power, point-to-point radio
/drivers/mtd/maps/
Duclinux.c86 mtd->point = uclinux_point; in uclinux_mtd_init()
/drivers/mtd/
Dmtdpart.c76 return part->master->point (part->master, from + part->offset, in part_point()
352 if (master->point && master->unpoint) { in add_one_partition()
353 slave->mtd.point = part_point; in add_one_partition()
DKconfig312 later point.
/drivers/mtd/devices/
Dmtdram.c117 mtd->point = ram_point; in mtdram_init_device()
Dphram.c144 new->mtd.point = phram_point; in register_device()
Dslram.c204 (*curmtd)->mtdinfo->point = slram_point; in register_device()
Dpmc551.c794 mtd->point = pmc551_point; in init_pmc551()
Ddoc2001.c357 mtd->point = NULL; in DoCMil_init()
Ddoc2001plus.c479 mtd->point = NULL; in DoCMilPlus_init()
Ddoc2000.c575 mtd->point = NULL; in DoC2k_init()
/drivers/net/wireless/hostap/
DKconfig20 access point.
/drivers/video/riva/
Driva_hw.h374 U032 point; /* y_x S16_S16 in pixels 4- 7*/ member
/drivers/base/
DKconfig98 but by changing this option you can point it elsewhere, such as
/drivers/block/paride/
DTransition-notes108 point, we would have violated either (2.1) (if it was set while ps_set_intr()
/drivers/mtd/lpddr/
Dlpddr_cmds.c79 mtd->point = lpddr_point; in lpddr_cmdset()
/drivers/scsi/aic7xxx/
Daic79xx.seq346 * Update the tail to point to the new SCB.
394 * point to the new tail.
624 * the point of selection until our idle
677 * the point of re-selection until our idle
1818 * sg ptr value has advanced to the point where higher
/drivers/message/i2o/
DREADME.ioctl44 point to a buffer containing MAX_I2O_CONTROLLERS entries. Upon
/drivers/char/
DChangeLog562 open file descriptors which point at the structure. If
720 CTS line, there's no point in enabling the modem

12