Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dbcmgenet.c962 uint32_t maclo, machi, val; in genet_get_eaddr() local
974 maclo = machi = 0; in genet_get_eaddr()
978 maclo = RD4(sc, GENET_UMAC_MAC0); in genet_get_eaddr()
982 if (maclo == 0 && machi == 0) { in genet_get_eaddr()
984 maclo = 0x00f2 | (cprng_strong32() & 0xffff0000); in genet_get_eaddr()
988 eaddr[0] = (maclo >> 24) & 0xff; in genet_get_eaddr()
989 eaddr[1] = (maclo >> 16) & 0xff; in genet_get_eaddr()
990 eaddr[2] = (maclo >> 8) & 0xff; in genet_get_eaddr()
991 eaddr[3] = (maclo >> 0) & 0xff; in genet_get_eaddr()
Ddwc_eqos.c1277 uint32_t maclo, machi; in eqos_get_eaddr() local
1289 maclo = RD4(sc, GMAC_MAC_ADDRESS0_LOW); in eqos_get_eaddr()
1291 if ((maclo & 0x00000001) != 0) { in eqos_get_eaddr()
1294 maclo &= ~0x00000001; in eqos_get_eaddr()
1297 if (maclo == 0xFFFFFFFF && machi == 0xFFFF) { in eqos_get_eaddr()
1299 maclo = 0x00f2 | (cprng_strong32() & 0xffff0000); in eqos_get_eaddr()
1303 eaddr[0] = maclo & 0xff; in eqos_get_eaddr()
1304 eaddr[1] = (maclo >> 8) & 0xff; in eqos_get_eaddr()
1305 eaddr[2] = (maclo >> 16) & 0xff; in eqos_get_eaddr()
1306 eaddr[3] = (maclo >> 24) & 0xff; in eqos_get_eaddr()
Ddm9000.c237 uint32_t maclo = 0x00f2 | (cprng_strong32() << 16); in dme_attach() local
239 enaddr[0] = maclo; in dme_attach()
240 enaddr[1] = maclo >> 8; in dme_attach()
241 enaddr[2] = maclo >> 16; in dme_attach()
242 enaddr[3] = maclo >> 26; in dme_attach()
Ddwc_gmac.c190 uint32_t maclo, machi, hwft; in dwc_gmac_attach() local
214 maclo = bus_space_read_4(sc->sc_bst, sc->sc_bsh, in dwc_gmac_attach()
219 if (maclo == 0xffffffff && (machi & 0xffff) == 0xffff) { in dwc_gmac_attach()
221 maclo = 0x00f2 | (cprng_strong32() << 16); in dwc_gmac_attach()
225 enaddr[0] = maclo & 0x0ff; in dwc_gmac_attach()
226 enaddr[1] = (maclo >> 8) & 0x0ff; in dwc_gmac_attach()
227 enaddr[2] = (maclo >> 16) & 0x0ff; in dwc_gmac_attach()
228 enaddr[3] = (maclo >> 24) & 0x0ff; in dwc_gmac_attach()
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dor1korbis.cpu315 (dnop mac-maclo "MAC LO result register" ((MACH ORBIS-MACHS) SEM-ONLY) h-mac-macl…
598 (set UWI rD mac-maclo)
599 (set UWI mac-maclo 0)
845 (set SI mac-maclo (subword SI result 1))
872 (set SI mac-maclo (subword SI result 1))
1142 (set DI mac (join DI SI mac-machi mac-maclo))
1145 (set SI mac-maclo (subword SI result 1))
1162 (set DI mac (join DI SI mac-machi mac-maclo))
1165 (set SI mac-maclo (subword SI result 1))
1182 (set DI mac (join DI SI mac-machi mac-maclo))
[all …]
Dm32r.cpu1516 (dni maclo "maclo"
1518 "maclo $src1,$src2"
1533 (dni maclo-a "maclo-a"
1535 "maclo $src1,$src2,$acc"
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dor1korbis.cpu315 (dnop mac-maclo "MAC LO result register" ((MACH ORBIS-MACHS) SEM-ONLY) h-mac-macl…
598 (set UWI rD mac-maclo)
599 (set UWI mac-maclo 0)
845 (set SI mac-maclo (subword SI result 1))
872 (set SI mac-maclo (subword SI result 1))
1142 (set DI mac (join DI SI mac-machi mac-maclo))
1145 (set SI mac-maclo (subword SI result 1))
1162 (set DI mac (join DI SI mac-machi mac-maclo))
1165 (set SI mac-maclo (subword SI result 1))
1182 (set DI mac (join DI SI mac-machi mac-maclo))
[all …]
Dm32r.cpu1516 (dni maclo "maclo"
1518 "maclo $src1,$src2"
1533 (dni maclo-a "maclo-a"
1535 "maclo $src1,$src2,$acc"
/netbsd/src/sys/dev/usb/
Dif_ure.c805 uint32_t maclo, machi; in ure_attach() local
906 maclo = 0x00f2 | (cprng_strong32() & 0xffff0000); in ure_attach()
908 eaddr[0] = maclo & 0xff; in ure_attach()
909 eaddr[1] = (maclo >> 8) & 0xff; in ure_attach()
910 eaddr[2] = (maclo >> 16) & 0xff; in ure_attach()
911 eaddr[3] = (maclo >> 24) & 0xff; in ure_attach()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Drx-decode.opc881 /** 1111 1101 0000 a101 srca srcb maclo %1, %2, %0 */
882 ID(maclo); DR(a+32); SR(srca); S2R(srcb); F_____;
Drx-decode.c12291 ID(maclo); DR(a+32); SR(srca); S2R(srcb); F_____; in rx_decode_opcode()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Drx-decode.opc881 /** 1111 1101 0000 a101 srca srcb maclo %1, %2, %0 */
882 ID(maclo); DR(a+32); SR(srca); S2R(srcb); F_____;
Drx-decode.c12291 ID(maclo); DR(a+32); SR(srca); S2R(srcb); F_____; in rx_decode_opcode()
/netbsd/src/external/gpl3/gdb/dist/sim/m32r/
Dsem.c1508 SEM_FN_NAME (m32rbf,maclo) (SIM_CPU *current_cpu, SEM_ARG sem_arg) in SEM_FN_NAME() argument
2730 { M32RBF_INSN_MACLO, SEM_FN_NAME (m32rbf,maclo) },
DChangeLog-20212288 * semantics.c (machi,maclo,macwhi,macwlo,mulhi,mullo): Implement.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Drx.md2626 (define_insn "maclo"
2631 "maclo\t%0, %1"
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20194735 * testsuite/gas/rx/maclh.d, * testsuite/gas/rx/maclo.d,
DChangeLog-20181429 * testsuite/gas/rx/maclo.d,
/netbsd/src/external/gpl3/gdb/dist/
Dsha256.sum11220 ea26b28e0fac8b279bd1a6d2976fc94a7f5a8c0c1a444e39605521ffff453367 sim/testsuite/m32r/maclo.cgs
/netbsd/src/external/gpl3/binutils/dist/
Dsha256.sum13965 409340357308aa3d1c6d0866b06c7a2bd26ac2077a377227ba44d9b3b33be7fe gas/testsuite/gas/rx/maclo.d
13966 c273cb4a233ddcb5732392823084b123149c17a95298ea7cc1c54d72feccc944 gas/testsuite/gas/rx/maclo.sm
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dextend.texi21206 Generates the @code{maclo} machine instruction to add the result of
Dgcc.info53478 Generates the 'maclo' machine instruction to add the result of