Searched refs:transmit (Results 1 – 13 of 13) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | debug-8250.inc | 22 * UART wait UART to be ready to transmit 35 * UART transmit character 37 * wt: register which contains the character to transmit 40 /* UART_THR transmit holding */
|
A D | debug-cadence.inc | 24 * Cadence UART wait UART to be ready to transmit 36 * Cadence UART transmit character 38 * wt: register which contains the character to transmit
|
A D | debug-scif.inc | 25 * SCIF UART wait UART to be ready to transmit 37 * SCIF UART transmit character 39 * wt: register which contains the character to transmit
|
A D | debug-pl011.inc | 38 * PL011 UART wait UART to be ready to transmit 50 * PL011 UART transmit character 52 * wt: register which contains the character to transmit
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | debug-8250.inc | 20 * 8250 UART wait UART to be ready to transmit 32 * 8250 UART transmit character 34 * rt: register which contains the character to transmit
|
A D | debug-exynos4210.inc | 22 * Exynos 5 UART wait UART to be ready to transmit 34 * Exynos 5 UART transmit character 36 * rt: register which contains the character to transmit
|
A D | debug-scif.inc | 23 * SCIF UART wait UART to be ready to transmit 35 * SCIF UART transmit character 37 * rt: register which contains the character to transmit
|
A D | debug-pl011.inc | 39 * PL011 UART wait UART to be ready to transmit 51 * PL011 UART transmit character 53 * rt: register which contains the character to transmit
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_save_msgs_gen.pl | 109 our $transmit = "${helper}_transmitmsg"; 114 f_decl($transmit, 'helper', 'void', 350 ${transmit}(buf, len, user);
|
A D | libxl_save_helper.c | 189 static void transmit(const unsigned char *msg, int len, void *user) in transmit() function 205 transmit((const void*)&len, sizeof(len), user); in helper_transmitmsg() 206 transmit(msg_freed, len, user); in helper_transmitmsg()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | netif-staging-grants.pandoc | 82 The view of the shared transmit ring is the following: 313 1) Backend transmit function starts 400 transmit the packet on the transmit function (e.g. Linux ```ndo_start_xmit```) 412 cannot make assumptions on the mapping transmit or receive grants, hence we
|
A D | xen-command-line.markdown | 1592 Set the serial transmit buffer size.
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | mini-os.c | 351 .transmit = minios_transmit,
|
Completed in 11 milliseconds