Home
last modified time | relevance | path

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

/drivers/media/pci/saa7164/
Dsaa7164-cards.c55 .i2c_bus_addr = 0xa0 >> 1,
62 .i2c_bus_addr = 0xc0 >> 1,
69 .i2c_bus_addr = 0xc0 >> 1,
76 .i2c_bus_addr = 0x10 >> 1,
83 .i2c_bus_addr = 0x12 >> 1,
101 .i2c_bus_addr = 0xa0 >> 1,
108 .i2c_bus_addr = 0xc0 >> 1,
115 .i2c_bus_addr = 0x10 >> 1,
122 .i2c_bus_addr = 0xc0 >> 1,
129 .i2c_bus_addr = 0x12 >> 1,
[all …]
Dsaa7164.h155 u8 i2c_bus_addr; member
/drivers/net/ethernet/intel/ice/
Dice_adminq_cmd.h1421 __le16 i2c_bus_addr; member
1505 __le16 i2c_bus_addr; member
Dice_common.c3920 cmd->i2c_bus_addr = cpu_to_le16(((bus_addr >> 1) & in ice_aq_sff_eeprom()
3928 cmd->i2c_bus_addr |= cpu_to_le16(ICE_AQC_SFF_IS_WRITE); in ice_aq_sff_eeprom()
5205 cmd->i2c_bus_addr = cpu_to_le16(bus_addr); in ice_aq_read_i2c()
5260 cmd->i2c_bus_addr = cpu_to_le16(bus_addr); in ice_aq_write_i2c()