Searched refs:ohci_update_phy_reg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | ohci.c | 591 * In other words, only use ohci_read_phy_reg() and ohci_update_phy_reg() 684 static int ohci_update_phy_reg(struct fw_card *card, int addr, in ohci_update_phy_reg() function 2404 ret = ohci_update_phy_reg(card, 4, 0, PHY_LINK_ACTIVE | PHY_CONTENDER); in ohci_enable() 3547 .update_phy_reg = ohci_update_phy_reg,
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | ohci.c | 591 * In other words, only use ohci_read_phy_reg() and ohci_update_phy_reg() 684 static int ohci_update_phy_reg(struct fw_card *card, int addr, in ohci_update_phy_reg() function 2414 ret = ohci_update_phy_reg(card, 4, 0, PHY_LINK_ACTIVE | PHY_CONTENDER); in ohci_enable() 3559 .update_phy_reg = ohci_update_phy_reg,
|
Completed in 10 milliseconds