Searched refs:update_phy_reg (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/firewire/ |
D | core-card.c | 237 return card->driver->update_phy_reg(card, reg, 0, bit); in reset_bus() 660 .update_phy_reg = dummy_update_phy_reg, 684 card->driver->update_phy_reg(card, 4, in fw_core_remove_card()
|
D | core.h | 62 int (*update_phy_reg)(struct fw_card *card, int address, member
|
D | ohci.c | 592 static int update_phy_reg(struct fw_ohci *ohci, int addr, in update_phy_reg() function 613 ret = update_phy_reg(ohci, 7, PHY_PAGE_SELECT, page << 5); in read_paged_phy_reg() 639 ret = update_phy_reg(ohci, addr, clear_bits, set_bits); in ohci_update_phy_reg() 2173 ret = update_phy_reg(ohci, 5, clear, set); in configure_1394a_enhancements() 3464 .update_phy_reg = ohci_update_phy_reg,
|