Searched refs:read16 (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cr16/ |
H A D | uread16.ms | 7 .global read16 8 read16:
|
/netbsd-src/sys/dev/pcmcia/ |
H A D | if_cnw.c | 234 static int read16(struct cnw_softc *, int); 268 read16(struct cnw_softc *sc, int offset) in read16() function 692 buffer = read16(sc, CNW_EREG_TDP); in cnw_transmit() 693 bufsize = read16(sc, CNW_EREG_TDP + 2); in cnw_transmit() 694 bufoffset = read16(sc, CNW_EREG_TDP + 4); in cnw_transmit() 711 buffer = read16(sc, buffer); in cnw_transmit() 747 totbytes = read16(sc, CNW_EREG_RDP); in cnw_read() 794 buffer = read16(sc, buffer); in cnw_read() 795 bufbytes = read16(sc, buffer + 2); in cnw_read() 797 read16(sc, buffer + 4); in cnw_read()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Endian.h | 360 inline uint16_t read16(const void *P, endianness E) { in read16() function 370 template <endianness E> inline uint16_t read16(const void *P) { in read16() function 380 inline uint16_t read16le(const void *P) { return read16<little>(P); } in read16le() 383 inline uint16_t read16be(const void *P) { return read16<big>(P); } in read16be()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
H A D | intel_engine.h | 60 #define ENGINE_READ16(...) __ENGINE_READ_OP(read16, __VA_ARGS__)
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | intel_uncore.h | 379 __uncore_read(read16, 16, w, true)
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 866 << format_hex(support::endian::read16(Bytes.data() + Index, Endian), in dumpARMELFData()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2005 | 10204 * testsuite/gcc.target/frv/all-builtin-read16.c: Delete. 10359 * testsuite/gcc.target/frv/all-builtin-read16.c: New.
|