/external/grub/netboot/ |
sk_g16.c | 37 * 4) Am7990 Local Area Network Controller for Ethernet (LANCE), 179 * LANCE POS Bit definitions 199 #define SK_IOREG (board->ioreg) /* LANCE data registers. */ 212 * 1 = transferring data between LANCE and I/O reg 217 * LANCE interrupt: 0 = LANCE interrupt occurred 218 * 1 = no LANCE interrupt occurred 227 #define SK_RREG SK_RW /* Transferdirection to read from lance */ 228 #define SK_WREG 0 /* Transferdirection to write to lance */ 245 * LANCE RAP (Register Address Port) [all...] |
sk_g16.h | 15 * the am7990 (LANCE) chip used for writing a 83 #define RX_OWN 0x80 /* Owner bit 0 = host, 1 = lance */ 97 #define TX_OWN 0x80 /* Owner bit 0 = host, 1 = lance */ 118 * Structures used for Communication with the LANCE 121 /* LANCE Initialize Block */
|
lance.c | 3 LANCE NIC driver for Etherboot 4 Large portions borrowed from the Linux LANCE driver by Donald Becker 110 {0x0000, "LANCE 7990", /* Ancient lance chip. */ 146 #define lance ((char *)0x10000 - (sizeof(struct lance_interface)+8)) macro 148 static char lance[sizeof(struct lance_interface)+8]; variable 217 /* Reset the LANCE */ 219 /* Un-Reset the LANCE, needed only for the NE2100 */ 259 /* Re-initialise the LANCE, and start it when done. */ 310 printf("LANCE packet received rx_ring.u.base %X mcnt %hX csr0 %hX\n" [all...] |
depca.c | 34 cards, since they have a new custom ASIC in place of the AMD LANCE 45 The driver was originally based on the 'lance.c' driver from Donald 50 1) Lance.c code in /linux/drivers/net/ 53 3) "Am79C90 CMOS Local Area Network Controller for Ethernet (C-LANCE)", 182 0.2 27-jan-94 Added LANCE TX hardware buffer chaining. 241 #define DEPCA_DATA ioaddr+0x04 /* LANCE registers' data port */ 242 #define DEPCA_ADDR ioaddr+0x06 /* LANCE registers' address port */ 249 ** These are LANCE registers addressable through DEPCA_ADDR 320 #define R_OWN 0x80000000 /* Owner bit 0 = host, 1 = lance */ 333 #define T_OWN 0x80000000 /* Owner bit 0 = host, 1 = lance */ [all...] |
/bionic/libm/src/ |
e_gammaf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
e_gammaf_r.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
e_ldexpf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
e_lgammaf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
s_fabsf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
s_finitef.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
s_significandf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
e_atanhf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
e_scalbf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
s_copysignf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
s_frexpf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
s_ilogbf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
s_logbf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
e_acoshf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
e_coshf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
e_log10f.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
e_remainderf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
e_sinhf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
k_cosf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
k_sinf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|
s_asinhf.c | 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
|