Searched refs:atse_ethernet_option_bits (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/altera/atse/
H A Dif_atse.c105 static uint8_t atse_ethernet_option_bits[ALTERA_ETHERNET_OPTION_BITS_LEN]; variable
523 atse_ethernet_option_bits[i] = bus_read_1(res,
568 val4 = atse_ethernet_option_bits[0] << 24;
569 val4 |= atse_ethernet_option_bits[1] << 16;
570 val4 |= atse_ethernet_option_bits[2] << 8;
571 val4 |= atse_ethernet_option_bits[3];
580 sc->atse_eth_addr[0] = atse_ethernet_option_bits[4];
581 sc->atse_eth_addr[1] = atse_ethernet_option_bits[5];
582 sc->atse_eth_addr[2] = atse_ethernet_option_bits[6];
583 sc->atse_eth_addr[3] = atse_ethernet_option_bits[
[all...]

Completed in 100 milliseconds