Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_enc28j60.c48 static void eth_enc28j60_set_bank(const struct device *dev, uint16_t reg_addr) in eth_enc28j60_set_bank() function
286 eth_enc28j60_set_bank(dev, ENC28J60_REG_MIREGADR); in eth_enc28j60_write_phy()
290 eth_enc28j60_set_bank(dev, ENC28J60_REG_MISTAT); in eth_enc28j60_write_phy()
308 eth_enc28j60_set_bank(dev, ENC28J60_REG_MIREGADR); in eth_enc28j60_read_phy()
312 eth_enc28j60_set_bank(dev, ENC28J60_REG_MISTAT); in eth_enc28j60_read_phy()
321 eth_enc28j60_set_bank(dev, ENC28J60_REG_MIREGADR); in eth_enc28j60_read_phy()
345 eth_enc28j60_set_bank(dev, ENC28J60_REG_ERXSTL); in eth_enc28j60_init_buffers()
375 eth_enc28j60_set_bank(dev, ENC28J60_REG_ERXFCON); in eth_enc28j60_init_buffers()
402 eth_enc28j60_set_bank(dev, ENC28J60_REG_MACON1); in eth_enc28j60_init_mac()
431 eth_enc28j60_set_bank(dev, ENC28J60_REG_MAADR1); in eth_enc28j60_init_mac()
[all …]