update_phy_reg    224 drivers/firewire/core-card.c 	return card->driver->update_phy_reg(card, reg, 0, bit);
update_phy_reg    647 drivers/firewire/core-card.c 	.update_phy_reg		= dummy_update_phy_reg,
update_phy_reg    672 drivers/firewire/core-card.c 	card->driver->update_phy_reg(card, 4,
update_phy_reg     64 drivers/firewire/core.h 	int (*update_phy_reg)(struct fw_card *card, int address,
update_phy_reg    620 drivers/firewire/ohci.c 	ret = update_phy_reg(ohci, 7, PHY_PAGE_SELECT, page << 5);
update_phy_reg    646 drivers/firewire/ohci.c 	ret = update_phy_reg(ohci, addr, clear_bits, set_bits);
update_phy_reg   2226 drivers/firewire/ohci.c 	ret = update_phy_reg(ohci, 5, clear, set);
update_phy_reg   3503 drivers/firewire/ohci.c 	.update_phy_reg		= ohci_update_phy_reg,