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

/freebsd-10.3-release/sys/dev/altera/atse/
H A Dif_atse.c105 static uint8_t atse_ethernet_option_bits[ALTERA_ETHERNET_OPTION_BITS_LEN]; variable
620 atse_ethernet_option_bits[i] = bus_read_1(res,
661 val4 = atse_ethernet_option_bits[0] << 24;
662 val4 |= atse_ethernet_option_bits[1] << 16;
663 val4 |= atse_ethernet_option_bits[2] << 8;
664 val4 |= atse_ethernet_option_bits[3];
673 sc->atse_eth_addr[0] = atse_ethernet_option_bits[4];
674 sc->atse_eth_addr[1] = atse_ethernet_option_bits[5];
675 sc->atse_eth_addr[2] = atse_ethernet_option_bits[6];
676 sc->atse_eth_addr[3] = atse_ethernet_option_bits[
[all...]

Completed in 114 milliseconds