Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 25 of 86) sorted by relevance

1234

/linux-2.4.37.9/fs/hfs/
Dtrans.c41 static char hex[16] = {'0','1','2','3','4','5','6','7', variable
128 *out++ = hex[(c>>4) & 0xf]; in hfs_mac2nat()
129 *out++ = hex[c & 0xf]; in hfs_mac2nat()
163 *out++ = hex[(c>>4) & 0xf]; in hfs_mac2cap()
164 *out++ = hex[c & 0xf]; in hfs_mac2cap()
204 *out++ = hex[(c>>4) & 0xf]; in hfs_mac2eight()
205 *out++ = hex[c & 0xf]; in hfs_mac2eight()
246 *out++ = hex[(c>>4) & 0xf]; in hfs_mac2seven()
247 *out++ = hex[c & 0xf]; in hfs_mac2seven()
296 *out++ = hex[(c>>4) & 0xf]; in hfs_mac2alpha()
[all …]
/linux-2.4.37.9/drivers/media/radio/
DConfig.in11 hex ' RadioTrack i/o port (0x20f or 0x30f)' CONFIG_RADIO_RTRACK_PORT 20f
15 hex ' RadioTrack II i/o port (0x20c or 0x30c)' CONFIG_RADIO_RTRACK2_PORT 30c
19 hex ' Aztech/Packard Bell I/O port (0x350 or 0x358)' CONFIG_RADIO_AZTECH_PORT 350
23 hex ' GemTek i/o port (0x20c, 0x30c, 0x24c or 0x34c)' CONFIG_RADIO_GEMTEK_PORT 34c
36 hex ' Terratec i/o port (normally 0x590)' CONFIG_RADIO_TERRATEC_PORT 590
40 hex ' Trust i/o port (usually 0x350 or 0x358)' CONFIG_RADIO_TRUST_PORT 350
49 hex ' Typhoon I/O port (0x316 or 0x336)' CONFIG_RADIO_TYPHOON_PORT 316
54 hex ' ZOLTRIX I/O port (0x20c or 0x30c)' CONFIG_RADIO_ZOLTRIX_PORT 20c
/linux-2.4.37.9/arch/s390/kernel/
Dgdb-stub.c102 static int hex(unsigned char ch);
122 static int hex(unsigned char ch) in hex() function
173 xmitcsum = hex(getDebugChar() & 0x7f) << 4; in getpacket()
174 xmitcsum |= hex(getDebugChar() & 0x7f); in getpacket()
280 ch = hex(*buf++) << 4; in hex2mem()
281 ch |= hex(*buf++); in hex2mem()
345 hexValue = hex(**ptr); in hexToInt()
/linux-2.4.37.9/arch/s390x/kernel/
Dgdb-stub.c100 static int hex(unsigned char ch);
120 static int hex(unsigned char ch) in hex() function
171 xmitcsum = hex(getDebugChar() & 0x7f) << 4; in getpacket()
172 xmitcsum |= hex(getDebugChar() & 0x7f); in getpacket()
276 ch = hex(*buf++) << 4; in hex2mem()
277 ch |= hex(*buf++); in hex2mem()
339 hexValue = hex(**ptr); in hexToInt()
/linux-2.4.37.9/arch/m68k/ifpsp060/
DREADME32 fpsp.sa Full FP Kernel Module - hex image
36 pfpsp.sa Partial FP Kernel Module - hex image
39 fplsp.sa FP Library Module - hex image
43 isp.sa Integer Unimplemented Kernel Module - hex image
47 ilsp.sa Integer Unimplemented Library Module - hex image
58 was connected properly; hex image
62 connected properly; hex image
/linux-2.4.37.9/arch/cris/
Dconfig.in124 hex 'R_WAITSTATES' CONFIG_ETRAX_DEF_R_WAITSTATES 95a6
125 hex 'R_BUS_CONFIG' CONFIG_ETRAX_DEF_R_BUS_CONFIG 104
129 hex ' R_DRAM_CONFIG' CONFIG_ETRAX_DEF_R_DRAM_CONFIG 1a200040
130 hex ' R_DRAM_TIMING' CONFIG_ETRAX_DEF_R_DRAM_TIMING 5611
134 hex ' R_SDRAM_CONFIG' CONFIG_ETRAX_DEF_R_SDRAM_CONFIG d2fa7878
135 hex ' R_SDRAM_TIMING' CONFIG_ETRAX_DEF_R_SDRAM_TIMING 80004801
138 hex 'R_PORT_PA_DIR' CONFIG_ETRAX_DEF_R_PORT_PA_DIR 1c
139 hex 'R_PORT_PA_DATA' CONFIG_ETRAX_DEF_R_PORT_PA_DATA 00
140 hex 'R_PORT_PB_CONFIG' CONFIG_ETRAX_DEF_R_PORT_PB_CONFIG 00
141 hex 'R_PORT_PB_DIR' CONFIG_ETRAX_DEF_R_PORT_PB_DIR 00
[all …]
/linux-2.4.37.9/drivers/sound/
DConfig.in22 hex ' FM I/O 388, 3C8, 3E0, 3E8' CONFIG_SOUND_CMPCI_FMIO 388
26 hex ' MPU-401 I/O 330, 320, 310, 300' CONFIG_SOUND_CMPCI_MPUIO 330
96 hex ' MSND Classic memory B0000, C8000, D0000, D8000, E0000, E8000' CONFIG_MSNDCLAS_MEM D0000
97 hex ' MSND Classic I/O 210, 220, 230, 240, 250, 260, 290, 3E0' CONFIG_MSNDCLAS_IO 290
113 hex ' MSND Pinnacle memory B0000, C8000, D0000, D8000, E0000, E8000' CONFIG_MSNDPIN_MEM D0000
114 hex 'MSND Pinnacle I/O 210, 220, 230, 240, 250, 260, 290, 3E0' CONFIG_MSNDPIN_IO 290
119 hex 'MSND Pinnacle config port 250,260,270' CONFIG_MSNDPIN_CFG 250
121 hex 'MSND Pinnacle MPU I/O (e.g. 330)' CONFIG_MSNDPIN_MPU_IO 0
123 hex 'MSND Pinnacle IDE I/O 0 (e.g. 170)' CONFIG_MSNDPIN_IDE_IO0 0
124 hex 'MSND Pinnacle IDE I/O 1 (e.g. 376)' CONFIG_MSNDPIN_IDE_IO1 0
[all …]
/linux-2.4.37.9/arch/ppc/kernel/
Dppc-stub.c172 hex(unsigned char ch) in hex() function
219 ch = hex(*buf++) << 4; in hex2mem()
220 ch |= hex(*buf++); in hex2mem()
246 hexValue = hex(**ptr); in hexToInt()
299 xmitcsum = hex(getDebugChar() & 0x7f) << 4; in getpacket()
300 xmitcsum |= hex(getDebugChar() & 0x7f); in getpacket()
/linux-2.4.37.9/arch/ppc64/kernel/
Dppc-stub.c169 hex(unsigned char ch) in hex() function
216 ch = hex(*buf++) << 4; in hex2mem()
217 ch |= hex(*buf++); in hex2mem()
243 hexValue = hex(**ptr); in hexToInt()
296 xmitcsum = hex(getDebugChar() & 0x7f) << 4; in getpacket()
297 xmitcsum |= hex(getDebugChar() & 0x7f); in getpacket()
/linux-2.4.37.9/arch/mips64/kernel/
Dgdb-stub.c169 static int hex(unsigned char ch);
201 static int hex(unsigned char ch) in hex() function
252 xmitcsum = hex(getDebugChar() & 0x7f) << 4; in getpacket()
253 xmitcsum |= hex(getDebugChar() & 0x7f); in getpacket()
351 ch = hex(*buf++) << 4; in hex2mem()
352 ch |= hex(*buf++); in hex2mem()
451 hexValue = hex(**ptr); in hexToInt()
472 hexValue = hex(**ptr); in hexToLong()
/linux-2.4.37.9/arch/sparc/kernel/
Dsparc-stub.c219 hex(unsigned char ch) in hex() function
265 xmitcsum = hex(getDebugChar() & 0x7f) << 4; in getpacket()
266 xmitcsum |= hex(getDebugChar() & 0x7f); in getpacket()
365 ch = hex(*buf++) << 4; in hex2mem()
366 ch |= hex(*buf++); in hex2mem()
470 hexValue = hex(**ptr); in hexToInt()
/linux-2.4.37.9/drivers/mtd/maps/
DConfig.in11 hex ' Physical start address of flash mapping' CONFIG_MTD_PHYSMAP_START 0x8000000
12 hex ' Physical length of flash mapping' CONFIG_MTD_PHYSMAP_LEN 0x4000000
28 hex ' Size of boot partition' CONFIG_MTD_DILNETPC_BOOTSIZE 0x80000
61 hex ' Physical start address of flash mapping' CONFIG_MTD_CSTM_MIPS_IXX_START 0x8000000
62 hex ' Physical length of flash mapping' CONFIG_MTD_CSTM_MIPS_IXX_LEN 0x4000000
73 hex ' Default reserved Flash size' CONFIG_MTD_SUPERH_RESERVE 0x00010000
/linux-2.4.37.9/drivers/usb/serial/
DMakefile-keyspan_pda_fw11 %.hex: %.asm
15 %_fw.h: %.hex ezusb_convert.pl
/linux-2.4.37.9/arch/mips/kernel/
Dgdb-stub.c171 static int hex(unsigned char ch);
202 static int hex(unsigned char ch) in hex() function
253 xmitcsum = hex(getDebugChar() & 0x7f) << 4; in getpacket()
254 xmitcsum |= hex(getDebugChar() & 0x7f); in getpacket()
352 ch = hex(*buf++) << 4; in hex2mem()
353 ch |= hex(*buf++); in hex2mem()
452 hexValue = hex(**ptr); in hexToInt()
/linux-2.4.37.9/drivers/isdn/avmb1/
Dcapiutil.c791 unsigned hex = 0; in printstructlen() local
794 if (hex) in printstructlen()
797 hex = 0; in printstructlen()
799 if (!hex) in printstructlen()
803 hex = 1; in printstructlen()
805 if (hex) in printstructlen()
/linux-2.4.37.9/arch/cris/kernel/
Dkgdb.c333 static int hex (char ch);
740 hex (char ch) in hex() function
792 ch = hex (*buf++) << 4; in hex2mem()
793 ch = ch + hex (*buf++); in hex2mem()
852 xmitcsum = hex (getDebugChar ()) << 4; in getpacket()
853 xmitcsum += hex (getDebugChar ()); in getpacket()
/linux-2.4.37.9/include/asm-mips/
Dddb5074.h8 extern void ddb5074_led_hex(int hex);
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5074/
Dsetup.c230 void ddb5074_led_hex(int hex) in ddb5074_led_hex() argument
232 outb(hex, 0x80); in ddb5074_led_hex()
/linux-2.4.37.9/drivers/mtd/devices/
DConfig.in25 hex 'SRAM Hexadecimal Absolute position or 0' CONFIG_MTDRAM_ABS_POS 0
51 hex ' Physical address of DiskOnChip' CONFIG_MTD_DOCPROBE_ADDRESS 0x0000
/linux-2.4.37.9/arch/ppc/platforms/
Dchrp_setup.c646 rtas_display_progress(char *s, unsigned short hex) in rtas_display_progress() argument
673 rtas_indicator_progress(char *s, unsigned short hex) in rtas_indicator_progress() argument
675 call_rtas("set-indicator", 3, 1, NULL, 6, 0, hex); in rtas_indicator_progress()
680 btext_progress(char *s, unsigned short hex) in btext_progress() argument
/linux-2.4.37.9/include/asm-mips/ddb5xxx/
Dddb5074.h33 extern void ddb5074_led_hex(int hex);
/linux-2.4.37.9/fs/proc/
Dinode-alloc.txt1 Current inode allocations in the proc-fs (hex-numbers):
/linux-2.4.37.9/drivers/net/
Daironet4500_proc.c73 int hex = ((rid->mask == 0xff) && (rid->value == 0x0 )); in awc_proc_format_array() local
90 hex = 1; in awc_proc_format_array()
97 DEBUG(0x20000," hex %d",hex); in awc_proc_format_array()
113 if (hex && !string) in awc_proc_format_array()
128 if (hex && ! string){ in awc_proc_format_array()
/linux-2.4.37.9/fs/ntfs/
Dutil.c252 char hex[] = "0123456789ABCDEF"; in ntfs_indexname() local
260 *buf++ = hex[(type >> index) & 0xF]; in ntfs_indexname()
/linux-2.4.37.9/arch/sh/kernel/
Dkgdb_stub.c284 static int hex(const char ch) in hex() function
329 ch = hex(*buf++) << 4; in hex_to_mem()
330 ch = ch + hex(*buf++); in hex_to_mem()
345 hex_value = hex(**ptr); in hex_to_int()
471 xmitcsum = hex(get_debug_char()) << 4; in get_packet()
472 xmitcsum += hex(get_debug_char()); in get_packet()

1234