Lines Matching defs:offset
1432 static u16 read_srom_word(struct uli526x_board_info *db, int offset)
1446 /* Send the offset */
1448 srom_data = (offset & (1 << i)) ? SROM_DATA_1 : SROM_DATA_0;
1592 u8 offset, u16 phy_data)
1614 phy_write_1bit(db, offset & i ? PHY_DATA_1 : PHY_DATA_0);
1625 static u16 phy_readby_cr9(struct uli526x_board_info *db, u8 phy_addr, u8 offset)
1648 phy_write_1bit(db, offset & i ? PHY_DATA_1 : PHY_DATA_0);
1663 u8 offset)
1668 cr10_value = (cr10_value << 5) + offset;
1681 u8 offset, u16 phy_data)
1686 cr10_value = (cr10_value << 5) + offset;