Lines Matching defs:chip
84 (((struct axf_dev *)(dp)->private)->chip->type == CHIP_TYPE_AX88172)
87 (((struct axf_dev *)(dp)->private)->chip->type == CHIP_TYPE_AX88772)
257 struct chip_info *chip;
340 val8 = lp->chip->gpio_reset[1]
341 | lp->chip->gpio_speed[dp->speed]
342 | lp->chip->gpio_duplex[dp->full_duplex];
348 val8 = lp->chip->gpio_reset[0]
349 | lp->chip->gpio_speed[dp->speed]
350 | lp->chip->gpio_duplex[dp->full_duplex];
620 gpio = lp->chip->gpio_reset[0];
641 gpio |= lp->chip->gpio_speed[dp->speed == USBGEM_SPD_100 ? 1 : 0];
675 gpio |= lp->chip->gpio_duplex[dp->full_duplex ? 1 : 0];
1026 if (lp->chip->vid == 0x07b8 && lp->chip->pid == 0x420a) {
1259 * Check if the chip is supported.
1364 lp->chip = p;