Searched refs:chiptype (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/iicbus/
H A Dnxprtc.c191 u_int chiptype; /* Type of PCF85xx chip */ member in struct:nxprtc_softc
316 is2129 = (sc->chiptype == TYPE_PCA2129 || sc->chiptype == TYPE_PCF2129);
488 switch (sc->chiptype) {
519 device_printf(sc->dev, "missing init code for this chiptype\n");
603 if (sc->chiptype == TYPE_PCF8563) {
656 if (sc->chiptype == TYPE_PCF8563) {
703 int chiptype;
706 * If given a chiptype hint string, loop through the ofw compat data
716 chiptype
734 int chiptype, rv; local
[all...]
H A Dds13rtc.c165 u_int chiptype; /* Type of DS13xx chip */ member in struct:ds13rtc_softc
277 switch (sc->chiptype) {
302 device_printf(sc->dev, "missing init code for this chiptype\n");
327 if ((sc->chiptype != TYPE_DS1340) && !sc->is_binary_counter) {
485 * We can only attach if provided a chiptype hint string.
506 int chiptype, goodrv; local
516 chiptype = ds13rtc_get_chiptype(dev);
517 if (chiptype == TYPE_NONE)
520 device_set_desc(dev, desc_strings[chiptype]);
536 if ((sc->chiptype
[all...]
/freebsd-11-stable/sys/dev/agp/
H A Dagp_i810.c217 int chiptype; member in struct:agp_i810_driver
244 .chiptype = CHIP_I810,
267 .chiptype = CHIP_I810,
290 .chiptype = CHIP_I830,
313 .chiptype = CHIP_I855,
336 .chiptype = CHIP_I855,
359 .chiptype = CHIP_I915,
382 .chiptype = CHIP_G33,
405 .chiptype = CHIP_IGD,
428 .chiptype
[all...]
/freebsd-11-stable/sys/dev/usb/serial/
H A Duplcom.c444 DPRINTF("chiptype: 2303\n");
447 DPRINTF("chiptype: 2303HX/TA\n");
450 DPRINTF("chiptype: 2303HXN\n");
453 DPRINTF("chiptype: 2303HXD/TB/RA/EA\n");
456 DPRINTF("chiptype: unknown %d\n", sc->sc_chiptype);
629 uplcom_pl2303_init(struct usb_device *udev, uint8_t chiptype) argument
633 if (chiptype == TYPE_PL2303HXN) {
650 if (chiptype != TYPE_PL2303)

Completed in 87 milliseconds