HomeSort by: relevance | last modified time | path
    Searched defs:mac0 (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx28-apf28.dts 72 mac0: ethernet@800f0000 { label
imx28-cfa10037.dts 29 mac0_pins_cfa10037: mac0-10037@0 {
56 mac0: ethernet@800f0000 { label
imx28-cfa10058.dts 122 mac0: ethernet@800f0000 { label
imx28-cfa10057.dts 155 mac0: ethernet@800f0000 { label
imx28-duckbill-2-485.dts 58 mac0_phy_reset_pin: mac0-phy-reset@0 {
68 mac0_phy_int_pin: mac0-phy-int@0 {
122 mac0: ethernet@800f0000 { label
imx28-duckbill-2-enocean.dts 59 mac0_phy_reset_pin: mac0-phy-reset@0 {
69 mac0_phy_int_pin: mac0-phy-int@0 {
134 mac0: ethernet@800f0000 { label
imx28-duckbill-2-spi.dts 71 mac0_phy_reset_pin: mac0-phy-reset@0 {
81 mac0_phy_int_pin: mac0-phy-int@0 {
142 mac0: ethernet@800f0000 { label
imx28-duckbill-2.dts 58 mac0_phy_reset_pin: mac0-phy-reset@0 {
68 mac0_phy_int_pin: mac0-phy-int@0 {
126 mac0: ethernet@800f0000 { label
imx28-duckbill.dts 53 mac0_phy_reset_pin: mac0-phy-reset@0 {
111 mac0: ethernet@800f0000 { label
imx28-sps1.dts 108 mac0: ethernet@800f0000 { label
moxart.dtsi 123 mac0: mac@90900000 { label
imx28-m28cu3.dts 182 mac0: ethernet@800f0000 { label
imx28-apx4devkit.dts 200 mac0: ethernet@800f0000 { label
imx28-cfa10049.dts 105 mac0_pins_cfa10049: mac0-10049@0 {
319 mac0: ethernet@800f0000 { label
imx28-m28evk.dts 211 mac0: ethernet@800f0000 { label
imx28-evk.dts 316 mac0: ethernet@800f0000 { label
aspeed-g6.dtsi 216 mac0: ftgmac@1e660000 { label
imx28.dtsi 21 ethernet0 = &mac0;
427 mac0_pins_a: mac0@0 {
445 mac0_pins_b: mac0@1 {
1312 mac0: ethernet@800f0000 { label
aspeed-g4.dtsi 123 mac0: ethernet@1e660000 { label
aspeed-g5.dtsi 145 mac0: ethernet@1e660000 { label
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/microchip/
mpfs.dtsi 440 mac0: ethernet@20110000 { label
  /src/sys/arch/arm/broadcom/
bcm53xx_eth.c 290 uint32_t mac0 = bcmeth_read_4(sc, UNIMAC_MAC_0); local in function:bcmeth_ccb_attach
292 if ((mac0 == 0 && mac1 == 0) || (mac1 & 1)) {
296 sc->sc_enaddr[0] = (mac0 >> 0) & 0xff;
297 sc->sc_enaddr[1] = (mac0 >> 8) & 0xff;
298 sc->sc_enaddr[2] = (mac0 >> 16) & 0xff;
299 sc->sc_enaddr[3] = (mac0 >> 24) & 0xff;

Completed in 27 milliseconds