Home
last modified time | relevance | path

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

/drivers/sn/
Dioc3.c90 static unsigned nic_read_byte(struct ioc3_driver_data *idd) in nic_read_byte() function
235 data[i] = nic_read_byte(idd); in read_redir_page()
260 redir[i+j] = nic_read_byte(idd); in read_redir_map()
262 crc16_byte(&crc, nic_read_byte(idd)); in read_redir_map()
263 crc16_byte(&crc, nic_read_byte(idd)); in read_redir_map()
320 nic_read_byte(idd); in read_mac()
322 data[i] = nic_read_byte(idd); in read_mac()
/drivers/net/
Dioc3-eth.c281 static u32 nic_read_byte(struct ioc3 *ioc3) in nic_read_byte() function
430 nic[i] = nic_read_byte(ioc3); in ioc3_get_eaddr_nic()