Home
last modified time | relevance | path

Searched refs:constants (Results 1 – 25 of 37) sorted by relevance

12

/linux-2.4.37.9/arch/arm/tools/
DMakefile8 $(TOPDIR)/include/asm-arm/constants.h
18 constants.h: constants-hdr getconstants.c
21 cat constants-hdr $@.tmp.2 > $@
26 $(TOPDIR)/include/asm-arm/constants.h: constants.h
27 cmp constants.h $@ >/dev/null 2>&1 || cp -p constants.h $@
36 sed s,getconstants.o,constants.h, > .depend
/linux-2.4.37.9/arch/arm/kernel/
DMakefile72 entry-armv.o: entry-header.S $(TOPDIR)/include/asm-arm/constants.h
73 entry-armo.o: entry-header.S $(TOPDIR)/include/asm-arm/constants.h
74 entry-common.o: entry-header.S calls.S $(TOPDIR)/include/asm-arm/constants.h
/linux-2.4.37.9/drivers/video/
Daty128fb.c295 struct aty128_constants constants; /* PLL and others */ member
1117 aty_st_pll(PPLL_REF_DIV, info->constants.ref_divider & 0x3ff); in aty128_set_pll()
1161 const struct aty128_constants c = info->constants; in aty128_var_to_pll()
1226 u32 xclk = info->constants.xclk; in aty128_ddafifo()
1227 u32 fifo_width = info->constants.fifo_width; in aty128_ddafifo()
1228 u32 fifo_depth = info->constants.fifo_depth; in aty128_ddafifo()
2216 info->constants.ppll_max = pll.PCLK_max_freq; in aty128_get_pllinfo()
2217 info->constants.ppll_min = pll.PCLK_min_freq; in aty128_get_pllinfo()
2218 info->constants.xclk = (u32)pll.XCLK; in aty128_get_pllinfo()
2219 info->constants.ref_divider = (u32)pll.PCLK_ref_divider; in aty128_get_pllinfo()
[all …]
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c466 symlist_t constants; in symtable_dump() local
482 SLIST_INIT(&constants); in symtable_dump()
504 symlist_add(&constants, cursym, in symtable_dump()
638 while (SLIST_FIRST(&constants) != NULL) { in symtable_dump()
641 curnode = SLIST_FIRST(&constants); in symtable_dump()
642 SLIST_REMOVE_HEAD(&constants, links); in symtable_dump()
/linux-2.4.37.9/Documentation/isdn/
DINTERFACE.fax64 (one of the constants ISDN_FAX_PHASE_[IDLE,A,B,C,D,E])
71 Commands from LL to HL; possible constants :
83 Commands from HL to LL; possible constants :
DINTERFACE63 field the constants ISDN_FEATURE..., declared in isdnif.h have to be
103 command = event-type. (one of the constants ISDN_STAT_...)
120 command = command to perform. (one of the constants ISDN_CMD_...)
371 protocol-Id is one of the constants ISDN_PROTO_L2...
385 current protocol-Id (one of the constants ISDN_L2_PROTO)
399 protocol-Id is one of the constants ISDN_PROTO_L3...
413 current protocol-Id (one of the constants ISDN_L3_PROTO)
/linux-2.4.37.9/scripts/
Dkernel-doc271 my %constants;
347 $constants{$name} = $contents;
1462 %constants = ();
1650 %constants = ();
1670 %constants = ();
/linux-2.4.37.9/arch/arm/
DMakefile257 include/asm-arm/constants.h include/linux/version.h checkbin
279 arch/arm/tools/constants.h* \
282 include/asm-arm/constants.h* \
/linux-2.4.37.9/arch/sh64/kernel/
Dhead.S175 _loada constants, GCDT
360 constants: label
/linux-2.4.37.9/arch/arm/mm/
DMakefile58 $(p-y): $(TOPDIR)/include/asm-arm/constants.h
/linux-2.4.37.9/drivers/scsi/
DChangeLog587 * constants.c: Add type cast in switch statement.
1026 * constants.h: Add prototype for print_Scsi_Cmnd.
1089 * constants.c: Fix typo (;;).
1146 * constants.c: Define CONST_CMND and CONST_MSG. Other minor
1414 * constants.c: Fix some things to eliminate warnings. Add some
1527 * constants.c: Fix typo in definition of CONSTANTS.
1653 * constants.c: Clean up a few things.
1669 * scsi.h: Add constants for tagged queueing.
1671 * Throughout: Use constants from major.h instead of hardcoded
1733 * constants.c, constants.h: New files with ascii descriptions of
[all …]
DChangeLog.serverraid60 4.00.04 - Rename structures/constants to be prefixed with IPS_
DChangeLog.ips94 4.00.04 - Rename structures/constants to be prefixed with IPS_
DMakefile157 scsi_mod-objs := scsi.o hosts.o scsi_ioctl.o constants.o \
/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskrlmt.h208 BC, MC, or UC, you should use constants for IsBc and IsMc, so that your compiler
/linux-2.4.37.9/Documentation/crypto/
Ddescore-readme.txt236 up to 8 more registers are used to hold constants in some configurations.
239 a) additionally, i have tried to put the larger constants in registers.
244 1-8 were never registered, being the cheapest constants.
308 will be set to magic constants which speed up the encryption/decryption
/linux-2.4.37.9/Documentation/i2c/
Dfunctionality14 For the most up-to-date list of functionality constants, please check
/linux-2.4.37.9/Documentation/
DCodingStyle342 Names of macros defining constants and labels in enums are capitalized.
346 Enums are preferred when defining several related constants.
384 4) forgetting about precedence: macros defining constants using expressions
Ddigiboard.txt265 This conserves some memory, and removes a few hard coded constants.
/linux-2.4.37.9/Documentation/sound/
Dvwsnd117 Each of the constants described here can be read using the
120 cases, <sys/soundcard.h> defines constants SOUND_MIXER_READ_xxx and
/linux-2.4.37.9/Documentation/networking/
D8139too.txt197 constants in linux/mii.h.
400 * Replace several "magic numbers" with symbolic constants
Dsis900.txt66 definition to sis900.h (many of those constants were corrected)
/linux-2.4.37.9/fs/cramfs/
DREADME141 variables instead of #define'd constants. The gain is that people
/linux-2.4.37.9/fs/affs/
DChanges304 - Prefixed some constants with AFFS_ to avoid name
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx.reg1387 /* Target mode command processing constants */
1395 * Downloaded (kernel inserted) constants

12