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

  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_emac.c 1 /* Blackfin Ethernet Media Access Controller (EMAC) model.
143 struct bfin_emac *emac = hw_data (me); local
145 bu8 addr = PHYAD (emac->staadd);
146 bu8 reg = REGAD (emac->staadd);
147 bu16 data = emac->stadat;
159 struct bfin_emac *emac = hw_data (me); local
161 bu8 addr = PHYAD (emac->staadd);
162 bu8 reg = REGAD (emac->staadd);
169 emac->stadat = data;
176 struct bfin_emac *emac = hw_data (me) local
279 struct bfin_emac *emac = hw_data (me); local
376 struct bfin_emac *emac = hw_data (me); local
468 struct bfin_emac *emac = hw_data (me); local
533 struct bfin_emac *emac = hw_data (me); local
541 struct bfin_emac *emac = hw_data (me); local
578 struct bfin_emac *emac; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_emac.c 1 /* Blackfin Ethernet Media Access Controller (EMAC) model.
143 struct bfin_emac *emac = hw_data (me); local
145 bu8 addr = PHYAD (emac->staadd);
146 bu8 reg = REGAD (emac->staadd);
147 bu16 data = emac->stadat;
159 struct bfin_emac *emac = hw_data (me); local
161 bu8 addr = PHYAD (emac->staadd);
162 bu8 reg = REGAD (emac->staadd);
169 emac->stadat = data;
176 struct bfin_emac *emac = hw_data (me) local
279 struct bfin_emac *emac = hw_data (me); local
376 struct bfin_emac *emac = hw_data (me); local
468 struct bfin_emac *emac = hw_data (me); local
533 struct bfin_emac *emac = hw_data (me); local
541 struct bfin_emac *emac = hw_data (me); local
578 struct bfin_emac *emac; local
    [all...]
  /src/external/bsd/wpa/dist/src/crypto/
crypto_openssl.c 1802 EVP_MAC *emac; local
1811 emac = EVP_MAC_fetch(NULL, "CMAC", NULL);
1823 if (!emac || !cipher ||
1824 !(ctx = EVP_MAC_CTX_new(emac)) ||
1838 EVP_MAC_free(emac);

Completed in 59 milliseconds