Searched refs:update_phy_reg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | core-card.c | 224 return card->driver->update_phy_reg(card, reg, 0, bit); in reset_bus() 647 .update_phy_reg = dummy_update_phy_reg, 673 card->driver->update_phy_reg(card, 4, in fw_core_remove_card()
|
H A D | core.h | 64 int (*update_phy_reg)(struct fw_card *card, int address, member
|
H A D | ohci.c | 589 * Beware! read_phy_reg(), write_phy_reg(), update_phy_reg(), and 644 static int update_phy_reg(struct fw_ohci *ohci, int addr, in update_phy_reg() function 665 ret = update_phy_reg(ohci, 7, PHY_PAGE_SELECT, page << 5); in read_paged_phy_reg() 691 ret = update_phy_reg(ohci, addr, clear_bits, set_bits); in ohci_update_phy_reg() 2270 ret = update_phy_reg(ohci, 5, clear, set); in configure_1394a_enhancements() 3547 .update_phy_reg = ohci_update_phy_reg,
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | core-card.c | 224 return card->driver->update_phy_reg(card, reg, 0, bit); in reset_bus() 684 .update_phy_reg = dummy_update_phy_reg, 712 card->driver->update_phy_reg(card, 4, in fw_core_remove_card()
|
H A D | core.h | 64 int (*update_phy_reg)(struct fw_card *card, int address, member
|
H A D | ohci.c | 589 * Beware! read_phy_reg(), write_phy_reg(), update_phy_reg(), and 644 static int update_phy_reg(struct fw_ohci *ohci, int addr, in update_phy_reg() function 665 ret = update_phy_reg(ohci, 7, PHY_PAGE_SELECT, page << 5); in read_paged_phy_reg() 691 ret = update_phy_reg(ohci, addr, clear_bits, set_bits); in ohci_update_phy_reg() 2280 ret = update_phy_reg(ohci, 5, clear, set); in configure_1394a_enhancements() 3559 .update_phy_reg = ohci_update_phy_reg,
|
Completed in 16 milliseconds