Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/ti/
Dtlan.c208 static int tlan_ee_send_byte(u16, u8, int);
3136 static int tlan_ee_send_byte(u16 io_base, u8 data, int stop) in tlan_ee_send_byte() function
3267 err = tlan_ee_send_byte(dev->base_addr, 0xa0, TLAN_EEPROM_ACK); in tlan_ee_read_byte()
3272 err = tlan_ee_send_byte(dev->base_addr, ee_addr, TLAN_EEPROM_ACK); in tlan_ee_read_byte()
3278 err = tlan_ee_send_byte(dev->base_addr, 0xa1, TLAN_EEPROM_ACK); in tlan_ee_read_byte()