Home
last modified time | relevance | path

Searched refs:sets (Results 1 – 25 of 97) sorted by relevance

1234

/linux-2.4.37.9/drivers/char/drm/
Dsis_mm.c45 set_t *sets[2]; /* 0 for video, 1 for AGP */ member
56 retval = setAdd(global_ppriv[i].sets[type], val); in add_alloc_set()
67 retval = setDel(global_ppriv[i].sets[type], val); in del_alloc_set()
245 global_ppriv[i].sets[0] = setInit(); in sis_init_context()
246 global_ppriv[i].sets[1] = setInit(); in sis_init_context()
252 if((i >= MAX_CONTEXT) || (global_ppriv[i].sets[0] == NULL) || in sis_init_context()
253 (global_ppriv[i].sets[1] == NULL)){ in sis_init_context()
277 set = global_ppriv[i].sets[0]; in sis_final_context()
287 set = global_ppriv[i].sets[1]; in sis_final_context()
Dvia_mm.c40 set_t *sets[2]; /* 0 for frame buffer, 1 for AGP , 2 for System*/ member
53 retval = via_set_add(global_ppriv[i].sets[type], val); in add_alloc_set()
67 retval = via_set_del(global_ppriv[i].sets[type], val); in del_alloc_set()
122 global_ppriv[i].sets[0] = via_set_init(); in via_init_context()
123 global_ppriv[i].sets[1] = via_set_init(); in via_init_context()
130 if ((i >= MAX_CONTEXT) || (global_ppriv[i].sets[0] == NULL) || in via_init_context()
131 (global_ppriv[i].sets[1] == NULL)) { in via_init_context()
154 set = global_ppriv[i].sets[0]; in via_final_context()
164 set = global_ppriv[i].sets[1]; in via_final_context()
/linux-2.4.37.9/Documentation/networking/
Dpktgen.txt16 pgset "pkt_size 9014" sets packet size to 9014
18 pgset "count 200000" sets number of packets to send, set to zero
21 pgset "ipg 5000" sets artificial gap inserted between packets
23 pgset "dst 10.0.0.1" sets IP destination address
29 pgset "dstmac 00:00:00:00:00:00" sets MAC destination address
30 pgset "srcmac 00:00:00:00:00:00" sets MAC source address
Dgeneric-hdlc.txt52 * v35 | rs232 | x21 | t1 | e1 - sets physical interface for a given port
59 * rate - sets clock rate in bps (not required for external clock or
64 * hdlc - sets raw HDLC (IP-only) mode
65 nrz / nrzi / fm-mark / fm-space / manchester - sets transmission code
67 crc16-itu (CRC16 with ITU-T polynomial) / crc16-itu-pr0 - sets parity
72 * cisco - sets Cisco HDLC mode (IP, IPv6 and IPX supported)
77 * ppp - sets synchronous PPP mode
79 * x25 - sets X.25 mode
Dppp_generic.txt324 * PPPIOCSMRU sets the MRU (maximum receive unit) for the interface.
327 * PPPIOCSFLAGS sets flags which control the operation of the
359 * PPPIOCSCOMPRESS sets the parameters for packet compression or
371 * PPPIOCSDEBUG sets the debug flags for the interface to the value in
388 * PPPIOCSMAXCID sets the maximum connection-ID parameter (and thus the
396 * PPPIOCSNPMODE sets the network-protocol mode for a given network
426 packets and sets the multilink MRRU (maximum reconstructed receive
Dframerelay.txt29 FR firmware into the card, sets the irq/port/memory information, and provides
/linux-2.4.37.9/arch/mips/mm/
Dc-r4k.c812 c->icache.sets = 64 << ((config1 >> 22) & 7); in probe_pcache()
815 icache_size = c->icache.sets * in probe_pcache()
832 c->dcache.sets = 64 << ((config1 >> 13) & 7); in probe_pcache()
835 dcache_size = c->dcache.sets * in probe_pcache()
861 c->icache.sets = icache_size / (c->icache.linesz * c->icache.ways); in probe_pcache()
862 c->dcache.sets = dcache_size / (c->dcache.linesz * c->dcache.ways); in probe_pcache()
1026 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways); in setup_scache()
1072 if (c->dcache.sets * c->dcache.ways > PAGE_SIZE) in ld_mmu_r4xx0()
1090 c->dcache.sets * c->dcache.linesz - 1, in ld_mmu_r4xx0()
Dc-tx39.c475 current_cpu_data.icache.sets = in ld_mmu_tx39()
477 current_cpu_data.dcache.sets = in ld_mmu_tx39()
/linux-2.4.37.9/arch/mips64/mm/
Dc-r4k.c812 c->icache.sets = 64 << ((config1 >> 22) & 7); in probe_pcache()
815 icache_size = c->icache.sets * in probe_pcache()
832 c->dcache.sets = 64 << ((config1 >> 13) & 7); in probe_pcache()
835 dcache_size = c->dcache.sets * in probe_pcache()
861 c->icache.sets = icache_size / (c->icache.linesz * c->icache.ways); in probe_pcache()
862 c->dcache.sets = dcache_size / (c->dcache.linesz * c->dcache.ways); in probe_pcache()
1026 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways); in setup_scache()
1073 if (c->dcache.sets * c->dcache.ways > PAGE_SIZE) in ld_mmu_r4xx0()
1091 c->dcache.sets * c->dcache.linesz - 1, in ld_mmu_r4xx0()
/linux-2.4.37.9/arch/sh64/mm/
Dcache.c60 cpu_data->icache.sets = 256; in sh64_cache_init()
79 cpu_data->icache.way_ofs = cpu_data->icache.sets * in sh64_cache_init()
408 set_offset &= (cpu_data->dcache.sets - 1); in sh64_dcache_purge_sets()
448 sh64_dcache_purge_sets(0, cpu_data->dcache.sets); in sh64_dcache_purge_all()
664 for (set = 0; set < cpu_data->dcache.sets; set++) { in sh64_dcache_purge_user_range()
/linux-2.4.37.9/include/asm-sh64/
Dshmparam.h18 #define SHMLBA (cpu_data->dcache.sets * L1_CACHE_BYTES)
Dcache.h97 unsigned int sets; member
/linux-2.4.37.9/arch/sh64/kernel/
Dsetup.c321 boot_cpu_data.icache.sets * in show_cpuinfo()
325 boot_cpu_data.dcache.sets * in show_cpuinfo()
/linux-2.4.37.9/Documentation/i2c/
Dten-bit-addresses2 addresses, and an extended set of 10 bit addresses. The sets of addresses
/linux-2.4.37.9/Documentation/sound/
Dforte19 support scatter-gather, so if the application sets fragment size too
DPSS24 mpu_io The MPU emulation base address. This sets the base of the
/linux-2.4.37.9/Documentation/parisc/
Ddebugging35 that clears the Q bit and the RFI that sets it again you don't know
/linux-2.4.37.9/include/asm-mips/
Dprocessor.h39 unsigned short sets; /* Number of lines per set */ member
/linux-2.4.37.9/include/asm-mips64/
Dprocessor.h53 unsigned short sets; /* Number of lines per set */ member
/linux-2.4.37.9/Documentation/
Dptrace.txt8 before calling the syscall's function. syscall_trace() sets the traced task's
Dsmp.tex89 process sets perform well but I/O bound task sets can easily degenerate to
104 normal Linux initialisation sequences and sets up paging, interrupts and
217 unpacked the kernel it sets up the paging and control registers then enters
250 smp\_callin(), where it reports its status and sets a flag that causes the
/linux-2.4.37.9/Documentation/cdrom/
Dcdu31a73 JP1 sets the Base Address, using the following settings:
159 cdu31a_port=<I/O address> - sets the base I/O. If hex, put 0x in
/linux-2.4.37.9/Documentation/filesystems/
Dntfs.txt28 For ftdisk support, limited success was reported with volume sets on top of
29 the md driver, although mirror and stripe sets should work as well - if the
40 sets contain insufficient characters to represent all
/linux-2.4.37.9/drivers/scsi/
DREADME.in200038 Fixed a bug in the code that sets the transfer direction
139 There's also a define called 'DEFAULT_SX_PER'; this sets the data
/linux-2.4.37.9/arch/arm/kernel/
Dentry-common.S75 bl SYMBOL_NAME(do_signal) @ note the bl above sets lr

1234