Searched refs:tlan_ee_send_byte (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | tlan.c | 210 static int tlan_ee_send_byte(u16, u8, int); 3082 * tlan_ee_send_byte 3103 static int tlan_ee_send_byte(u16 io_base, u8 data, int stop) in tlan_ee_send_byte() function 3234 err = tlan_ee_send_byte(dev->base_addr, 0xa0, TLAN_EEPROM_ACK); in tlan_ee_read_byte() 3239 err = tlan_ee_send_byte(dev->base_addr, ee_addr, TLAN_EEPROM_ACK); in tlan_ee_read_byte() 3245 err = tlan_ee_send_byte(dev->base_addr, 0xa1, TLAN_EEPROM_ACK); in tlan_ee_read_byte()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | tlan.c | 213 static int tlan_ee_send_byte(u16, u8, int); 3100 * tlan_ee_send_byte 3121 static int tlan_ee_send_byte(u16 io_base, u8 data, int stop) in tlan_ee_send_byte() function 3252 err = tlan_ee_send_byte(dev->base_addr, 0xa0, TLAN_EEPROM_ACK); in tlan_ee_read_byte() 3257 err = tlan_ee_send_byte(dev->base_addr, ee_addr, TLAN_EEPROM_ACK); in tlan_ee_read_byte() 3263 err = tlan_ee_send_byte(dev->base_addr, 0xa1, TLAN_EEPROM_ACK); in tlan_ee_read_byte()
|
Completed in 7 milliseconds