Home
last modified time | relevance | path

Searched refs:update_phy_reg (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/firewire/
H A Dohci.c476 static int update_phy_reg(struct fw_ohci *ohci, int addr, in update_phy_reg() function
497 ret = update_phy_reg(ohci, 7, PHY_PAGE_SELECT, page << 5); in read_paged_phy_reg()
520 return update_phy_reg(ohci, addr, clear_bits, set_bits); in ohci_update_phy_reg()
2221 ret = update_phy_reg(ohci, 5, clear, set); in configure_1394a_enhancements()
3512 .update_phy_reg = ohci_update_phy_reg,