Lines Matching refs:chip
82 (((struct axf_dev *)(dp)->private)->chip->type == CHIP_TYPE_AX88172)
85 (((struct axf_dev *)(dp)->private)->chip->type == CHIP_TYPE_AX88772)
255 struct chip_info *chip; member
338 val8 = lp->chip->gpio_reset[1] in axf_reset_phy()
339 | lp->chip->gpio_speed[dp->speed] in axf_reset_phy()
340 | lp->chip->gpio_duplex[dp->full_duplex]; in axf_reset_phy()
346 val8 = lp->chip->gpio_reset[0] in axf_reset_phy()
347 | lp->chip->gpio_speed[dp->speed] in axf_reset_phy()
348 | lp->chip->gpio_duplex[dp->full_duplex]; in axf_reset_phy()
618 gpio = lp->chip->gpio_reset[0]; in axf_set_media()
639 gpio |= lp->chip->gpio_speed[dp->speed == USBGEM_SPD_100 ? 1 : 0]; in axf_set_media()
673 gpio |= lp->chip->gpio_duplex[dp->full_duplex ? 1 : 0]; in axf_set_media()
1026 if (lp->chip->vid == 0x07b8 && lp->chip->pid == 0x420a) { in axf_attach_chip()
1364 lp->chip = p; in axfattach()