Home
last modified time | relevance | path

Searched refs:GET8 (Results 1 – 25 of 87) sorted by relevance

1234

/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_lpc2292.c78 while((GET8(U0LSR) & (1<<5)) == 0); /* Wait for empty U0THR */ in serial_putc()
82 while((GET8(U0LSR) & (1<<5)) == 0); /* Wait for empty U0THR */ in serial_putc()
88 while((GET8(U0LSR) & 1) == 0); in serial_getc()
89 return GET8(U0RBR); in serial_getc()
103 return (GET8(U0LSR) & 1); in serial_tstc()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_lpc2292.c78 while((GET8(U0LSR) & (1<<5)) == 0); /* Wait for empty U0THR */ in serial_putc()
82 while((GET8(U0LSR) & (1<<5)) == 0); /* Wait for empty U0THR */ in serial_putc()
88 while((GET8(U0LSR) & 1) == 0); in serial_getc()
89 return GET8(U0RBR); in serial_getc()
103 return (GET8(U0LSR) & 1); in serial_tstc()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_lpc2292.c78 while((GET8(U0LSR) & (1<<5)) == 0); /* Wait for empty U0THR */ in serial_putc()
82 while((GET8(U0LSR) & (1<<5)) == 0); /* Wait for empty U0THR */ in serial_putc()
88 while((GET8(U0LSR) & 1) == 0); in serial_getc()
89 return GET8(U0RBR); in serial_getc()
103 return (GET8(U0LSR) & 1); in serial_tstc()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_lpc2292.c78 while((GET8(U0LSR) & (1<<5)) == 0); /* Wait for empty U0THR */ in serial_putc()
82 while((GET8(U0LSR) & (1<<5)) == 0); /* Wait for empty U0THR */ in serial_putc()
88 while((GET8(U0LSR) & 1) == 0); in serial_getc()
89 return GET8(U0RBR); in serial_getc()
103 return (GET8(U0LSR) & 1); in serial_tstc()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_lpc2292.c78 while((GET8(U0LSR) & (1<<5)) == 0); /* Wait for empty U0THR */ in serial_putc()
82 while((GET8(U0LSR) & (1<<5)) == 0); /* Wait for empty U0THR */ in serial_putc()
88 while((GET8(U0LSR) & 1) == 0); in serial_getc()
89 return GET8(U0RBR); in serial_getc()
103 return (GET8(U0LSR) & 1); in serial_tstc()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_lpc2292.c78 while((GET8(U0LSR) & (1<<5)) == 0); /* Wait for empty U0THR */ in serial_putc()
82 while((GET8(U0LSR) & (1<<5)) == 0); /* Wait for empty U0THR */ in serial_putc()
88 while((GET8(U0LSR) & 1) == 0); in serial_getc()
89 return GET8(U0RBR); in serial_getc()
103 return (GET8(U0LSR) & 1); in serial_tstc()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_lpc2292.c78 while((GET8(U0LSR) & (1<<5)) == 0); /* Wait for empty U0THR */ in serial_putc()
82 while((GET8(U0LSR) & (1<<5)) == 0); /* Wait for empty U0THR */ in serial_putc()
88 while((GET8(U0LSR) & 1) == 0); in serial_getc()
89 return GET8(U0RBR); in serial_getc()
103 return (GET8(U0LSR) & 1); in serial_tstc()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/rdi-share/
H A Dangel_endian.h80 #define GET8(a) (*((CP_U8)(a))) macro
81 #define GET16LE(a) (GET8(a) | (((U16)GET8(((CP_U8)(a)) + sizeof(char))) << 8))
82 #define GET16BE(a) ((((U16)GET8(a)) << 8) | GET8(((CP_U8)(a)) + sizeof(char)))
106 GET8((CP_U8)&(a)) : ((sizeof(a) == sizeof(short)) ? \
120 GET8((CP_U8)a) : ((sizeof(*(a)) == sizeof(short)) ? \
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/rdi-share/
H A Dangel_endian.h80 #define GET8(a) (*((CP_U8)(a))) macro
81 #define GET16LE(a) (GET8(a) | (((U16)GET8(((CP_U8)(a)) + sizeof(char))) << 8))
82 #define GET16BE(a) ((((U16)GET8(a)) << 8) | GET8(((CP_U8)(a)) + sizeof(char)))
106 GET8((CP_U8)&(a)) : ((sizeof(a) == sizeof(short)) ? \
120 GET8((CP_U8)a) : ((sizeof(*(a)) == sizeof(short)) ? \
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dspi.h45 while (!(GET8(S0SPSR) & SPIF)); in spi_read()
46 b = GET8(S0SPDR); in spi_read()
54 while (!(GET8(S0SPSR) & SPIF)); in spi_write()
55 GET8(S0SPDR); /* this will clear the SPIF bit */ in spi_write()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dspi.h45 while (!(GET8(S0SPSR) & SPIF));
46 b = GET8(S0SPDR);
54 while (!(GET8(S0SPSR) & SPIF));
55 GET8(S0SPDR); /* this will clear the SPIF bit */
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dspi.h45 while (!(GET8(S0SPSR) & SPIF)); in spi_read()
46 b = GET8(S0SPDR); in spi_read()
54 while (!(GET8(S0SPSR) & SPIF)); in spi_write()
55 GET8(S0SPDR); /* this will clear the SPIF bit */ in spi_write()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dspi.h45 while (!(GET8(S0SPSR) & SPIF)); in spi_read()
46 b = GET8(S0SPDR); in spi_read()
54 while (!(GET8(S0SPSR) & SPIF)); in spi_write()
55 GET8(S0SPDR); /* this will clear the SPIF bit */ in spi_write()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dspi.h45 while (!(GET8(S0SPSR) & SPIF)); in spi_read()
46 b = GET8(S0SPDR); in spi_read()
54 while (!(GET8(S0SPSR) & SPIF)); in spi_write()
55 GET8(S0SPDR); /* this will clear the SPIF bit */ in spi_write()
H A Dlpc2292_registers.h10 #define GET8(reg) (*(volatile unsigned char*)(reg)) macro
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dspi.h45 while (!(GET8(S0SPSR) & SPIF)); in spi_read()
46 b = GET8(S0SPDR); in spi_read()
54 while (!(GET8(S0SPSR) & SPIF)); in spi_write()
55 GET8(S0SPDR); /* this will clear the SPIF bit */ in spi_write()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dspi.h45 while (!(GET8(S0SPSR) & SPIF)); in spi_read()
46 b = GET8(S0SPDR); in spi_read()
54 while (!(GET8(S0SPSR) & SPIF)); in spi_write()
55 GET8(S0SPDR); /* this will clear the SPIF bit */ in spi_write()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isccc/include/isccc/
H A Dutil.h40 #define GET8(v, w) \ macro
85 GET8(v, w); \
113 GET8(v, w); \
/dports/dns/bind-tools/bind-9.16.27/lib/isccc/include/isccc/
H A Dutil.h44 #define GET8(v, w) \ macro
89 GET8(v, w); \
117 GET8(v, w); \
/dports/dns/bind916/bind-9.16.27/lib/isccc/include/isccc/
H A Dutil.h44 #define GET8(v, w) \ macro
89 GET8(v, w); \
117 GET8(v, w); \
/dports/dns/bind911/bind-9.11.37/lib/isccc/include/isccc/
H A Dutil.h41 #define GET8(v, w) \ macro
86 GET8(v, w); \
113 GET8(v, w); \
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isccc/include/isccc/
H A Dutil.h40 #define GET8(v, w) \ macro
85 GET8(v, w); \
113 GET8(v, w); \
/dports/mail/rspamd/rspamd-3.1/contrib/librdns/
H A Dparse.c245 #define GET8(x) do {(x) = ((*p)); p += sizeof (uint8_t); *remain -= sizeof (uint8_t); } while(0) macro
424 GET8 (elt->content.tlsa.usage); in rdns_parse_rr()
425 GET8 (elt->content.tlsa.selector); in rdns_parse_rr()
426 GET8 (elt->content.tlsa.match_type); in rdns_parse_rr()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/librdns/
H A Dparse.c245 #define GET8(x) do {(x) = ((*p)); p += sizeof (uint8_t); *remain -= sizeof (uint8_t); } while(0) macro
424 GET8 (elt->content.tlsa.usage); in rdns_parse_rr()
425 GET8 (elt->content.tlsa.selector); in rdns_parse_rr()
426 GET8 (elt->content.tlsa.match_type); in rdns_parse_rr()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/third_party/libevent/patches/
H A Dbackport-upstream-fixes.patch57 GET8(label_len);
61 GET8(ptr_low);
202 + GET8(label_len);
206 + GET8(ptr_low);

1234