/linux-2.4.37.9/include/linux/ |
D | eeprom.h | 6 void (*set_cs)(void *ee); 7 void (*clear_cs)(void *ee); 35 u8 eeprom_readb(struct eeprom *ee, unsigned address); 36 void eeprom_read(struct eeprom *ee, unsigned address, u8 *bytes, 38 void eeprom_writeb(struct eeprom *ee, unsigned address, u8 data); 39 void eeprom_write(struct eeprom *ee, unsigned address, u8 *bytes, 47 void setup_ee_mem_bitbanger(struct eeprom *ee, long memaddr, int eesel_bit, int eeclk_bit, int eedo… in setup_ee_mem_bitbanger() argument 49 ee->addr = memaddr; in setup_ee_mem_bitbanger() 50 ee->eesel = 1 << eesel_bit; in setup_ee_mem_bitbanger() 51 ee->eeclk = 1 << eeclk_bit; in setup_ee_mem_bitbanger() [all …]
|
D | errqueue.h | 20 #define SO_EE_OFFENDER(ee) ((struct sockaddr*)((ee)+1)) argument 36 struct sock_extended_err ee; member
|
/linux-2.4.37.9/arch/m68k/ifpsp060/ |
D | itest.sa | 26 dc.l $88888888,$3d7c0004,$ff7c44fc,$000048ee 31 dc.l $99997600,$3d7c0004,$ff7c44fc,$000048ee 37 dc.l $240242ee,$ff7e48ee,$7fffffc0,$2d7c0000 41 dc.l $44fc0000,$48ee7fff,$ff804c01,$340242ee 47 dc.l $340242ee,$ff7e48ee,$7fffffc0,$2d7c0000 52 dc.l $340242ee,$ff7e48ee,$7fffffc0,$2d7cffff 74 dc.l $48ee7fff,$ff800188,$000042ee,$ff7e48ee 87 dc.l $000042ee,$ff7e48ee,$7fffffc0,$12280002 92 dc.l $44fc001f,$48ee7fff,$ff800108,$000042ee 123 dc.l $47f252ae,$ff784cfb,$3fff0170,$000047ee [all …]
|
D | ilsp.sa | 61 dc.l $42814845,$48463a06,$424650ee,$fffc6000 67 dc.l $4e754e56,$fffc48e7,$380042ee,$fffc202e 87 dc.l $49c16000,$00b84e56,$fffc48e7,$380042ee 92 dc.l $fffc48e7,$380042ee,$fffc242e,$00081036 94 dc.l $49c26000,$00484e56,$fffc48e7,$380042ee 97 dc.l $fffc48e7,$380042ee,$fffc242e,$00082036
|
D | ftest.sa | 129 dc.l $00000eee,$3d7c0000,$fea644fc,$000048ee 138 dc.l $3d7c0000,$fea644fc,$000048ee,$7fffff80 147 dc.l $fea644fc,$000048ee,$7fffff80,$f22ef0ff 156 dc.l $000048ee,$7fffff80,$f22ef0ff,$ff20f22e 219 dc.l $000008ee,$f23b9c00,$01700000,$09443d7c 238 dc.l $f23c5820,$000242ee,$fea448ee,$7fffffc0 252 dc.l $000242ee,$fea448ee,$7fffffc0,$f22ef0ff 265 dc.l $d080fe80,$44fc0000,$f23c5822,$000242ee 279 dc.l $44fc0000,$f23c5822,$000242ee,$fea448ee 307 dc.l $000042ee,$fea448ee,$7fffffc0,$f22ef0ff
|
D | fplsp.sa | 89 dc.l $f22ef0c0,$ffdcf23c,$90000000,$000041ee 119 dc.l $90000000,$000041ee,$ff6c216e,$00080000 148 dc.l $f22ef0c0,$ffdcf23c,$90000000,$000041ee 160 dc.l $000066ee,$1d40ff4e,$120002ae,$00ff00ff 178 dc.l $90000000,$000041ee,$ff6c216e,$00080000 207 dc.l $f22ef0c0,$ffdcf23c,$90000000,$000041ee 237 dc.l $90000000,$000041ee,$ff6c216e,$00080000 266 dc.l $f22ef0c0,$ffdcf23c,$90000000,$000041ee 296 dc.l $90000000,$000041ee,$ff6c216e,$00080000 325 dc.l $f22ef0c0,$ffdcf23c,$90000000,$000041ee [all …]
|
D | pfpsp.sa | 77 dc.l $ff426600,$013241ee,$ff6c61ff,$0000035a 84 dc.l $0000f23c,$88000000,$000041ee,$ff6c43ee 98 dc.l $0000f23c,$88000000,$000041ee,$ff6c61ff 106 dc.l $600841ee,$00102d48,$ffd82d6e,$ff68ff44 111 dc.l $88000000,$000041ee,$ff6c61ff,$0000013a 144 dc.l $00000000,$302eff6c,$02407fff,$671041ee 356 dc.l $0800000d,$662841ee,$ff6c61ff,$fffff1ea 423 dc.l $00176700,$009641ee,$ff6c61ff,$00001394 669 dc.l $0003ff4e,$671408ee,$0006ff70,$00ae0100 765 dc.l $0002082e,$0001ff66,$670608ee,$0005ff67 [all …]
|
/linux-2.4.37.9/net/ipv6/ |
D | datagram.c | 49 serr->ee.ee_errno = err; in ipv6_icmp_error() 50 serr->ee.ee_origin = SO_EE_ORIGIN_ICMP6; in ipv6_icmp_error() 51 serr->ee.ee_type = icmph->icmp6_type; in ipv6_icmp_error() 52 serr->ee.ee_code = icmph->icmp6_code; in ipv6_icmp_error() 53 serr->ee.ee_pad = 0; in ipv6_icmp_error() 54 serr->ee.ee_info = info; in ipv6_icmp_error() 55 serr->ee.ee_data = 0; in ipv6_icmp_error() 84 serr->ee.ee_errno = err; in ipv6_local_error() 85 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in ipv6_local_error() 86 serr->ee.ee_type = 0; in ipv6_local_error() [all …]
|
/linux-2.4.37.9/net/ipv4/ |
D | ip_sockglue.c | 244 serr->ee.ee_errno = err; in ip_icmp_error() 245 serr->ee.ee_origin = SO_EE_ORIGIN_ICMP; in ip_icmp_error() 246 serr->ee.ee_type = skb->h.icmph->type; in ip_icmp_error() 247 serr->ee.ee_code = skb->h.icmph->code; in ip_icmp_error() 248 serr->ee.ee_pad = 0; in ip_icmp_error() 249 serr->ee.ee_info = info; in ip_icmp_error() 250 serr->ee.ee_data = 0; in ip_icmp_error() 278 serr->ee.ee_errno = err; in ip_local_error() 279 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in ip_local_error() 280 serr->ee.ee_type = 0; in ip_local_error() [all …]
|
/linux-2.4.37.9/drivers/media/video/ |
D | bttv-cards.c | 2578 unsigned char *ee = eeprom_data; in osprey_eeprom() local 2583 if ((ee[0]=='M') && (ee[1]=='M') && (ee[2]=='A') && (ee[3]=='C')) { in osprey_eeprom() 2586 checksum += ee[i]; in osprey_eeprom() 2587 if (checksum != ee[21]) in osprey_eeprom() 2591 serial *= 10, serial += ee[i] - '0'; in osprey_eeprom() 2600 for(i = 0; i<14; i++) checksum += ee[i+offset]; in osprey_eeprom() 2602 if ((((checksum>>8)&0x0FF) == ee[offset+14]) && in osprey_eeprom() 2603 ((checksum & 0x0FF) == ee[offset+15])) { in osprey_eeprom() 2612 type = (ee[offset+4]<<8) | (ee[offset+5]); in osprey_eeprom() 2666 serial = (ee[offset+6] << 24) in osprey_eeprom() [all …]
|
/linux-2.4.37.9/Documentation/networking/ |
D | soundmodem.txt | 3 Thomas M. Sailer, HB9JNX/AE4WA, <sailer@ife.ee.ethz.ch> 74 http://www.ife.ee.ethz.ch/~sailer/pcf/ptt_circ/ptt.html. 89 Tom Sailer, sailer@ife.ee.ethz.ch
|
D | baycom.txt | 3 Thomas M. Sailer, HB9JNX/AE4WA, <sailer@ife.ee.ethz.ch> 157 Tom Sailer, sailer@ife.ee.ethz.ch
|
/linux-2.4.37.9/Documentation/sound/ |
D | es1371 | 39 is available from http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html.
|
D | solo1 | 53 is available from http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html.
|
D | es1370 | 39 is available from http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html.
|
D | sonicvibes | 39 is available from http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html.
|
/linux-2.4.37.9/drivers/net/ |
D | ns83820.c | 459 struct eeprom ee; member 1502 data = eeprom_readw(&dev->ee, 0xa + 2 - i); in ns83820_getmac() 1790 dev->ee.cache = &dev->MEAR_cache; in ns83820_init_one() 1791 dev->ee.lock = &dev->misc_lock; in ns83820_init_one() 1826 setup_ee_mem_bitbanger(&dev->ee, (long)dev->base + MEAR, 3, 2, 1, 0, in ns83820_init_one()
|
/linux-2.4.37.9/drivers/char/ |
D | cp437.uni | 165 0x8c U+00ee
|
/linux-2.4.37.9/Documentation/usb/ |
D | CREDITS | 22 Thomas Sailer <sailer@ife.ee.ethz.ch>
|
D | uhci.txt | 7 Thomas Sailer, sailer@ife.ee.ethz.ch (chief consultant) (cheer leader)
|
/linux-2.4.37.9/drivers/zorro/ |
D | zorro.ids | 65 03ee Comspec Communications
|
/linux-2.4.37.9/ |
D | MAINTAINERS | 289 M: sailer@ife.ee.ethz.ch 291 W: http://www.ife.ee.ethz.ch/~sailer/ham/ham.html 1459 M: sailer@ife.ee.ethz.ch 1461 W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
|
/linux-2.4.37.9/arch/i386/math-emu/ |
D | README | 417 Daniel Carosone, danielce@ee.mu.oz.au
|
/linux-2.4.37.9/drivers/pci/ |
D | pci.ids | 1182 12ee 7000 Root Hub 1204 12ee 8011 Root hub 1206 12ee 7001 Root hub 2861 10ee Xilinx Corporation 3959 11ee Dome Imaging Systems Inc 4738 12ee Orange Micro 5140 13ee Hayes Microcomputer Products Inc 5607 14ee MASPRO KENKOH Corp 6061 15ee In Win Development Inc
|
/linux-2.4.37.9/fs/hfs/ |
D | FAQ.txt | 121 …77.. WWhhaatt vveerrssiioonn ooff LLiinnuuxx ddoo II nneeeedd ttoo b…
|