Home
last modified time | relevance | path

Searched refs:fine (Results 1 – 12 of 12) sorted by relevance

/drivers/media/usb/gspca/stv06xx/
Dstv06xx_vv6410.c239 unsigned int fine, coarse; in vv6410_set_exposure() local
243 fine = val % VV6410_CIF_LINELENGTH; in vv6410_set_exposure()
247 coarse, fine); in vv6410_set_exposure()
249 err = stv06xx_write_sensor(sd, VV6410_FINEH, fine >> 8); in vv6410_set_exposure()
253 err = stv06xx_write_sensor(sd, VV6410_FINEL, fine & 0xff); in vv6410_set_exposure()
/drivers/net/can/softing/
DKconfig14 The API of the card does not allow fine control per bus, but
/drivers/staging/media/
DKconfig9 so, they won't likely work fine with the existing applications.
/drivers/powercap/
DKconfig34 fine grained control. These domains include processor package, DRAM
/drivers/iio/magnetometer/
Dak8974.c547 unsigned fine = le16_to_cpu(fab_data1[i]); in ak8974_detect() local
556 axis[i], offz, sens, fine, pgaxis[i * 2], in ak8974_detect()
/drivers/char/agp/
DKconfig43 This is a hardware limitation. AGP 1x seems to be fine, though.
/drivers/net/ethernet/intel/e1000/
De1000_hw.c178 u16 fused, fine, coarse; in e1000_phy_init_script() local
190 fine = fused & IGP01E1000_ANALOG_FUSE_FINE_MASK; in e1000_phy_init_script()
198 fine -= IGP01E1000_ANALOG_FUSE_FINE_1; in e1000_phy_init_script()
201 fine -= IGP01E1000_ANALOG_FUSE_FINE_10; in e1000_phy_init_script()
205 (fine & IGP01E1000_ANALOG_FUSE_FINE_MASK) | in e1000_phy_init_script()
/drivers/net/can/
DKconfig67 get started. This works fine for the most common CAN controllers
/drivers/iommu/
DKconfig21 equal to the requested IOVA size. This works fine for sizes up
/drivers/auxdisplay/
DKconfig105 It will work fine. However, you can't attach it to the fbdev driver
/drivers/usb/gadget/udc/
DKconfig365 If unsure, say "N" here. The driver works fine in PIO mode.
/drivers/scsi/
DKconfig871 Generally, saying N is fine.