Home
last modified time | relevance | path

Searched refs:IO_READ (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_pl01x.c36 #define IO_READ(addr) (*(volatile unsigned int *)(addr)) macro
191 while (IO_READ (port[portnum] + UART_PL01x_FR) & UART_PL01x_FR_TXFF) in pl01x_putc()
203 while (IO_READ (port[portnum] + UART_PL01x_FR) & UART_PL01x_FR_RXFE) in pl01x_getc()
206 data = IO_READ (port[portnum] + UART_PL01x_DR); in pl01x_getc()
221 return !(IO_READ (port[portnum] + UART_PL01x_FR) & in pl01x_tstc()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_pl01x.c36 #define IO_READ(addr) (*(volatile unsigned int *)(addr)) macro
191 while (IO_READ (port[portnum] + UART_PL01x_FR) & UART_PL01x_FR_TXFF) in pl01x_putc()
203 while (IO_READ (port[portnum] + UART_PL01x_FR) & UART_PL01x_FR_RXFE) in pl01x_getc()
206 data = IO_READ (port[portnum] + UART_PL01x_DR); in pl01x_getc()
221 return !(IO_READ (port[portnum] + UART_PL01x_FR) & in pl01x_tstc()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_pl01x.c36 #define IO_READ(addr) (*(volatile unsigned int *)(addr)) macro
191 while (IO_READ (port[portnum] + UART_PL01x_FR) & UART_PL01x_FR_TXFF) in pl01x_putc()
203 while (IO_READ (port[portnum] + UART_PL01x_FR) & UART_PL01x_FR_RXFE) in pl01x_getc()
206 data = IO_READ (port[portnum] + UART_PL01x_DR); in pl01x_getc()
221 return !(IO_READ (port[portnum] + UART_PL01x_FR) & in pl01x_tstc()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_pl01x.c36 #define IO_READ(addr) (*(volatile unsigned int *)(addr)) macro
191 while (IO_READ (port[portnum] + UART_PL01x_FR) & UART_PL01x_FR_TXFF) in pl01x_putc()
203 while (IO_READ (port[portnum] + UART_PL01x_FR) & UART_PL01x_FR_RXFE) in pl01x_getc()
206 data = IO_READ (port[portnum] + UART_PL01x_DR); in pl01x_getc()
221 return !(IO_READ (port[portnum] + UART_PL01x_FR) & in pl01x_tstc()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_pl01x.c36 #define IO_READ(addr) (*(volatile unsigned int *)(addr)) macro
191 while (IO_READ (port[portnum] + UART_PL01x_FR) & UART_PL01x_FR_TXFF) in pl01x_putc()
203 while (IO_READ (port[portnum] + UART_PL01x_FR) & UART_PL01x_FR_RXFE) in pl01x_getc()
206 data = IO_READ (port[portnum] + UART_PL01x_DR); in pl01x_getc()
221 return !(IO_READ (port[portnum] + UART_PL01x_FR) & in pl01x_tstc()
/dports/devel/p5-IO-Lambda/IO-Lambda-1.23/t/
H A D02_object_api.t81 $m-> watch_io( IO_READ, \*FH, 0.1, sub { @x = @_ });
83 ok(( 2 == @x and $x[1] == IO_READ), 'io read');
86 $m-> watch_io( IO_READ|IO_EXCEPTION, \*FH, 0.1, sub { @x = @_ });
89 ok(( 2 == @x and $x[1] & IO_READ), 'io read/exception');
93 $m-> watch_io( IO_READ, \*FH, 0.1, sub { 42 });
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_pl01x.c36 #define IO_READ(addr) (*(volatile unsigned int *)(addr)) macro
191 while (IO_READ (port[portnum] + UART_PL01x_FR) & UART_PL01x_FR_TXFF) in pl01x_putc()
203 while (IO_READ (port[portnum] + UART_PL01x_FR) & UART_PL01x_FR_RXFE) in pl01x_getc()
206 data = IO_READ (port[portnum] + UART_PL01x_DR); in pl01x_getc()
221 return !(IO_READ (port[portnum] + UART_PL01x_FR) & in pl01x_tstc()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_pl01x.c36 #define IO_READ(addr) (*(volatile unsigned int *)(addr)) macro
191 while (IO_READ (port[portnum] + UART_PL01x_FR) & UART_PL01x_FR_TXFF) in pl01x_putc()
203 while (IO_READ (port[portnum] + UART_PL01x_FR) & UART_PL01x_FR_RXFE) in pl01x_getc()
206 data = IO_READ (port[portnum] + UART_PL01x_DR); in pl01x_getc()
221 return !(IO_READ (port[portnum] + UART_PL01x_FR) & in pl01x_tstc()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/io/
H A Dread.c57 FUNCTION_LOG_RETURN(IO_READ, this); in ioReadNew()
65 FUNCTION_LOG_PARAM(IO_READ, this); in ioReadOpen()
95 FUNCTION_LOG_PARAM(IO_READ, this); in ioReadEofDriver()
109 FUNCTION_LOG_PARAM(IO_READ, this); in ioReadInternal()
173 FUNCTION_LOG_PARAM(IO_READ, this); in ioRead()
210 FUNCTION_TEST_PARAM(IO_READ, this); in ioReadSmall()
278 FUNCTION_LOG_PARAM(IO_READ, this); in ioReadLineParam()
364 FUNCTION_LOG_PARAM(IO_READ, this); in ioReadReady()
383 FUNCTION_LOG_PARAM(IO_READ, this); in ioReadClose()
408 FUNCTION_LOG_PARAM(IO_READ, this); in ioReadFd()
H A Dio.c70 FUNCTION_TEST_PARAM(IO_READ, read); in ioReadBuf()
103 FUNCTION_TEST_PARAM(IO_READ, read); in ioReadDrain()
/dports/games/wolfpack/empire-4.4.1/src/lib/empthread/
H A Dio.c80 flags = flags & (IO_READ | IO_WRITE); in io_open()
81 if ((flags & (IO_READ | IO_WRITE)) == 0) in io_open()
100 if (flags & IO_READ) in io_open()
181 if ((iop->flags & IO_READ) == 0) in io_input()
311 if ((iop->flags & IO_READ) == 0) in io_peek()
321 if ((iop->flags & IO_READ) == 0) in io_read()
341 if ((iop->flags & IO_READ) == 0) in io_gets()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dtest-ioloop.c63 io_add(fds[0], IO_READ, in test_ioloop_fd()
66 io_add(fds[1], IO_READ, in test_ioloop_fd()
167 io = io_add(fd[0], IO_READ, io_loop_stop, ioloop); in test_ioloop_zero_timeout()
217 io = io_add(fd[0], IO_READ, io_loop_stop, ioloop); in test_ioloop_zero_timeout_recreate()
240 { IO_READ, { -1, -1 }, NULL }, in test_ioloop_find_fd_conditions()
242 { IO_READ | IO_WRITE, { -1, -1 }, NULL }, in test_ioloop_find_fd_conditions()
243 { IO_READ, { -1, -1 }, NULL } /* read+write as separate ios */ in test_ioloop_find_fd_conditions()
H A Dioloop-poll.c88 if ((condition & IO_READ) != 0) in io_loop_handle_add()
123 if ((condition & IO_READ) != 0) { in io_loop_handle_remove()
193 (IO_READ|IO_WRITE)) == (IO_READ|IO_WRITE)) { in io_loop_handler_run_internal()
196 } else if ((io->io.condition & IO_READ) != 0) { in io_loop_handler_run_internal()
/dports/devel/p5-IO-Lambda/IO-Lambda-1.23/lib/IO/Lambda/Loop/
H A DPOE.pm21 $mask[IO_READ] = 'select_read';
24 $modes[POE::Kernel::MODE_RD()] = IO_READ;
126 $mask |= $_ for grep { $flags & $_ } IO_READ, IO_WRITE, IO_EXCEPTION;
130 for ( IO_READ, IO_WRITE, IO_EXCEPTION) {
189 vec( $vec[0], $fileno, 1) = 1 if $obj-> {mask} & IO_READ;
193 $mask |= IO_READ if vec($vec[0], $fileno, 1);
/dports/mail/opensmtpd-extras/opensmtpd-extras-6.7.1/api/
H A Dioev.h32 #define IO_READ 0x01 macro
34 #define IO_RW (IO_READ | IO_WRITE)
/dports/mail/opensmtpd-extras-scheduler-ram/opensmtpd-extras-6.7.1/api/
H A Dioev.h32 #define IO_READ 0x01 macro
34 #define IO_RW (IO_READ | IO_WRITE)
/dports/mail/opensmtpd-extras-table-ldap/opensmtpd-extras-6.7.1/api/
H A Dioev.h32 #define IO_READ 0x01 macro
34 #define IO_RW (IO_READ | IO_WRITE)
/dports/mail/opensmtpd-extras-table-redis/opensmtpd-extras-6.7.1/api/
H A Dioev.h32 #define IO_READ 0x01 macro
34 #define IO_RW (IO_READ | IO_WRITE)
/dports/mail/opensmtpd-extras-table-socketmap/opensmtpd-extras-6.7.1/api/
H A Dioev.h32 #define IO_READ 0x01 macro
34 #define IO_RW (IO_READ | IO_WRITE)
/dports/mail/opensmtpd-extras-table-sqlite/opensmtpd-extras-6.7.1/api/
H A Dioev.h32 #define IO_READ 0x01 macro
34 #define IO_RW (IO_READ | IO_WRITE)
/dports/mail/opensmtpd-extras-table-mysql/opensmtpd-extras-6.7.1/api/
H A Dioev.h32 #define IO_READ 0x01 macro
34 #define IO_RW (IO_READ | IO_WRITE)
/dports/mail/opensmtpd-extras-table-passwd/opensmtpd-extras-6.7.1/api/
H A Dioev.h32 #define IO_READ 0x01 macro
34 #define IO_RW (IO_READ | IO_WRITE)
/dports/mail/opensmtpd-extras-queue-ram/opensmtpd-extras-6.7.1/api/
H A Dioev.h32 #define IO_READ 0x01 macro
34 #define IO_RW (IO_READ | IO_WRITE)
/dports/mail/opensmtpd-extras-table-postgresql/opensmtpd-extras-6.7.1/api/
H A Dioev.h32 #define IO_READ 0x01 macro
34 #define IO_RW (IO_READ | IO_WRITE)
/dports/security/tinc-devel/tinc-1.1pre18/src/
H A Devent.c140 if(flags & IO_READ) { in io_set()
159 if(flags & IO_READ) { in io_set()
259 io_add(&signalio, signalio_handler, NULL, pipefd[0], IO_READ); in pipe_init()
359 io->cb(io->data, IO_READ); in event_loop()
460 io->cb(io->data, IO_READ); in event_loop()

12345678910>>...25