/* * Copyright 2013 Tilera Corporation. All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation, version 2. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or * NON INFRINGEMENT. See the GNU General Public License for * more details. */ /** * Interface definitions for the UART driver. */ #ifndef _SYS_HV_DRV_UART_INTF_H #define _SYS_HV_DRV_UART_INTF_H #include <arch/uart.h> /** Number of UART ports supported. */ #define TILEGX_UART_NR 2 /** The mmap file offset (PA) of the UART MMIO region. */ #define HV_UART_MMIO_OFFSET 0 /** The maximum size of the UARTs MMIO region (64K Bytes). */ #define HV_UART_MMIO_SIZE (1UL << 16) #endif /* _SYS_HV_DRV_UART_INTF_H */
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
drv_mpipe_intf.h | File | 23.04 KB | 0644 |
|
drv_mshim_intf.h | File | 1.52 KB | 0644 |
|
drv_pcie_rc_intf.h | File | 1.22 KB | 0644 |
|
drv_srom_intf.h | File | 1.39 KB | 0644 |
|
drv_trio_intf.h | File | 6.91 KB | 0644 |
|
drv_uart_intf.h | File | 1007 B | 0644 |
|
drv_usb_host_intf.h | File | 1.24 KB | 0644 |
|
drv_xgbe_impl.h | File | 11.4 KB | 0644 |
|
drv_xgbe_intf.h | File | 22.22 KB | 0644 |
|
hypervisor.h | File | 100.2 KB | 0644 |
|
iorpc.h | File | 25.07 KB | 0644 |
|
netio_errors.h | File | 4.14 KB | 0644 |
|
netio_intf.h | File | 102.3 KB | 0644 |
|
syscall_public.h | File | 1.52 KB | 0644 |
|