Home
last modified time | relevance | path

Searched refs:chiptype (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/agp/
Dagp_i810.c228 int chiptype; member
251 .chiptype = CHIP_I810,
274 .chiptype = CHIP_I810,
297 .chiptype = CHIP_I830,
320 .chiptype = CHIP_I855,
343 .chiptype = CHIP_I855,
366 .chiptype = CHIP_I915,
389 .chiptype = CHIP_I965,
412 .chiptype = CHIP_G33,
435 .chiptype = CHIP_IGD,
[all …]
/freebsd-9-stable/sys/dev/usb/serial/
Duplcom.c578 uplcom_pl2303_init(struct usb_device *udev, uint8_t chiptype) in uplcom_pl2303_init() argument
594 if (chiptype != TYPE_PL2303) in uplcom_pl2303_init()