HomeSort by relevance Sort by last modified time
    Searched full:board (Results 26 - 50 of 174) sorted by null

12 3 4 5 6 7

  /device/htc/passion/
AndroidBoard.mk 24 # include rules from the generic passion board
  /device/htc/passion-common/libsensors/
Android.mk 21 # hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /external/e2fsprogs/debian/
libcomerr2.copyright 11 Copyright 1987, 1988 by the Student Information Processing Board
libss2.copyright 12 Copyright 1987, 1988 by the Student Information Processing Board
  /external/e2fsprogs/lib/et/
com_err.h 4 * Copyright 1988, Student Information Processing Board of the
error_table.h 2 * Copyright 1988 by the Student Information Processing Board of the
et_name.c 2 * Copyright 1987 by MIT Student Information Processing Board
init_et.c 7 * the MIT Student Information Processing Board.
com_err.c 2 * Copyright 1987, 1988 by MIT Student Information Processing Board.
  /external/e2fsprogs/lib/ss/
prompt.c 7 * Copyright 1987, 1988 by MIT Student Information Processing Board
error.c 3 * Board
  /external/kernel-headers/original/asm-arm/arch/
gpio-switch.h 45 /* notify board-specific code about state changes */
hardware.h 50 * NOTE: Put all processor or board specific parts to the special header
293 * Board specific defines
298 #include "board-innovator.h"
302 #include "board-h2.h"
306 #include "board-perseus2.h"
310 #include "board-fsample.h"
314 #include "board-h3.h"
318 #include "board-h4.h"
322 #include "board-apollon.h"
326 #include "board-osk.h
    [all...]
board-perseus2.h 2 * linux/include/asm-arm/arch-omap/board-perseus2.h
fpga.h 33 * H2/P2 Debug board FPGA
43 #define H2P2_DBG_FPGA_BOARD_REV (H2P2_DBG_FPGA_BASE + 0x12) /* Board Revision */
70 /* LEDs definition on debug board (16 LEDs, all physically green) */
76 #define H2P2_DBG_FPGA_LOAD_METER (1 << 0) // A bit of fun on our board ...
  /hardware/libhardware/
hardware.c 36 * of base "ro.product.board", "ro.board.platform" and "ro.arch" would be:
47 "ro.product.board",
48 "ro.board.platform",
  /hardware/libhardware/modules/gralloc/
Android.mk 19 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /hardware/msm7k/libcopybit/
Android.mk 18 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so
  /hardware/msm7k/libgralloc/
Android.mk 19 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /hardware/msm7k/libgralloc-qsd8k/
Android.mk 18 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /external/quake/quake/src/WinQuake/
3dfx.txt 17 GLQuake driver. Please download these drivers from your board
44 Please obtain supported drivers from your board manufacturer.
  /development/pdk/docs/porting/
build_system.jd 59 <p>Each layer relates to the one above it in a one-to-many relationship. For example, an arch can have more than one board and each board can have more than one device. You may define an element in a given layer as a specialization of an element in the same layer, thus eliminating copying and simplifying maintenance.</p>
78 <td valign="top">Board</td>
80 <td valign="top">The board layer represents the bare schematics of a product. You may still connect peripherals to the board layer. </td>
85 <td valign="top">The arch layer describes the processor running on your board. </td>
  /external/grub/netboot/
3c509.c 397 t509_disable(nic); /* in case board was active */
472 /* we must have found 0x1f if the board is EISA configurated */
509 outb(ep_current_tag, id_port); /* tags board */
544 printf("%s board found on MCA at %#hx IRQ %d -",
549 printf("3C5x9 board on EISA at %#hx - ",eth_nic_base);
551 printf("3C5x9 board on ISA at %#hx - ",eth_nic_base);
sk_g16.c 59 * - Try to find out if the board is in 8 Bit or 16 Bit slot.
199 #define SK_IOREG (board->ioreg) /* LANCE data registers. */
200 #define SK_PORT (board->port) /* Control, Status register */
201 #define SK_IOCOM (board->iocom) /* I/O Command */
450 static SK_RAM *board; /* pointer to our memory mapped board components */ variable
761 /* if board found */
805 board = (SK_RAM *) rom_addr;
807 board->rom[0], board->rom[2], board->rom[4]))
    [all...]
  /frameworks/base/core/java/android/os/
Build.java 38 /** The name of the underlying board, like "goldfish". */
39 public static final String BOARD = getString("ro.product.board");

Completed in 68 milliseconds

12 3 4 5 6 7