Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 90) sorted by relevance

1234

/linux-2.4.37.9/arch/sh64/mm/
Dtlb.c27 cpu_data->dtlb.step = 0x10; in sh64_tlb_init()
29 cpu_data->dtlb.first = DTLB_FIXED | cpu_data->dtlb.step; in sh64_tlb_init()
34 cpu_data->dtlb.step); in sh64_tlb_init()
38 cpu_data->itlb.step = 0x10; in sh64_tlb_init()
40 cpu_data->itlb.first = ITLB_FIXED | cpu_data->itlb.step; in sh64_tlb_init()
44 cpu_data->itlb.step); in sh64_tlb_init()
68 cpu_data->dtlb.first += cpu_data->dtlb.step; in sh64_get_wired_dtlb_entry()
69 cpu_data->dtlb.next += cpu_data->dtlb.step; in sh64_get_wired_dtlb_entry()
108 if (entry < (cpu_data->dtlb.first - cpu_data->dtlb.step)) in sh64_put_wired_dtlb_entry()
112 cpu_data->dtlb.first -= cpu_data->dtlb.step; in sh64_put_wired_dtlb_entry()
/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_accel.c314 u_int32_t step = p->var.xres_virtual >> 1; in matrox_cfb4_clear() local
317 unsigned int uaddr = sy * step + sx - 1; in matrox_cfb4_clear()
322 uaddr += step; in matrox_cfb4_clear()
326 unsigned int uaddr = sy * step + sx + width; in matrox_cfb4_clear()
331 uaddr += step; in matrox_cfb4_clear()
404 u_int32_t step; in matrox_cfbX_putc() local
424 step = 1; in matrox_cfbX_putc()
426 step = 2; in matrox_cfbX_putc()
428 step = 4; in matrox_cfbX_putc()
429 if (fontwidth(p) == step << 3) { in matrox_cfbX_putc()
[all …]
/linux-2.4.37.9/include/asm-sh64/
Dtlb.h42 unsigned int step; member
57 tlb += cpu_data->dtlb.step)
69 tlb += cpu_data->itlb.step)
/linux-2.4.37.9/Documentation/filesystems/
Dbefs.txt45 step 1. Install the BeFS patch into the source code tree of linux.
54 if the patching step fails (i.e. there are rejected hunks), you can try to
58 step 2. Configuretion & make kernel
78 step 3. Install
81 instructions on this critical step.
/linux-2.4.37.9/drivers/pcmcia/
Drsrc_mgr.c328 u_long i, j, bad, fail, step; in do_mem_probe() local
333 step = (num < 0x20000) ? 0x2000 : ((num>>4) & ~0x1fff); in do_mem_probe()
334 for (i = j = base; i < base+num; i = j + step) { in do_mem_probe()
336 for (j = i; j < base+num; j += step) in do_mem_probe()
337 if ((check_mem_resource(j, step, s->cap.cb_dev) == 0) && in do_mem_probe()
343 for (j = i; j < base+num; j += 2*step) in do_mem_probe()
344 if ((check_mem_resource(j, 2*step, s->cap.cb_dev) == 0) && in do_mem_probe()
345 do_cksum(j) && do_cksum(j+step)) in do_mem_probe()
/linux-2.4.37.9/arch/sparc/lib/
Dudiv.S71 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
111 ! %o5 > %o3: went too far: back up 1 step
117 ! first divide step without thinking. BUT, the others are conditional,
119 ! order bit set in the first step, just falling into the regular
Durem.S69 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
109 ! %o5 > %o3: went too far: back up 1 step
115 ! first divide step without thinking. BUT, the others are conditional,
117 ! order bit set in the first step, just falling into the regular
Drem.S85 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
126 ! %o5 > %o3: went too far: back up 1 step
132 ! first divide step without thinking. BUT, the others are conditional,
134 ! order bit set in the first step, just falling into the regular
Dsdiv.S85 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
125 ! %o5 > %o3: went too far: back up 1 step
131 ! first divide step without thinking. BUT, the others are conditional,
133 ! order bit set in the first step, just falling into the regular
Dudivdi3.S50 ! Got carry from n. Subtract next step to cancel this carry.
87 ! Got carry from n. Subtract next step to cancel this carry.
113 ! Got carry from n. Subtract next step to cancel this carry.
192 ! Got carry from n. Subtract next step to cancel this carry.
Ddivdi3.S88 ! Got carry from n. Subtract next step to cancel this carry.
123 ! Got carry from n. Subtract next step to cancel this carry.
147 ! Got carry from n. Subtract next step to cancel this carry.
222 ! Got carry from n. Subtract next step to cancel this carry.
/linux-2.4.37.9/include/linux/
Dmatroxfb.h38 unsigned int step; /* The increment between values of an integer member
/linux-2.4.37.9/drivers/media/radio/
Dradio-sf16fmr2.c323 v.step=0; /* No volume, just (un)mute */ in fmr2_ioctl()
328 v.step = 1 << 12; in fmr2_ioctl()
Dradio-rtrack2.c174 v.step=65535; in rt_ioctl()
Dradio-gemtek.c208 v.step=65535; in gemtek_ioctl()
Dradio-terratec.c253 v.step=6554; in tt_ioctl()
Dradio-aztech.c231 v.step=16384; in az_ioctl()
Dradio-trust.c243 v.step = 2048; in tr_ioctl()
Dradio-aimslab.c281 v.step=6554; in rt_ioctl()
/linux-2.4.37.9/arch/ppc64/kernel/
Dhtab.c106 unsigned int step; in create_pte_mapping() local
109 step = 16*MB; in create_pte_mapping()
111 step = 4*KB; in create_pte_mapping()
113 for (addr = start; addr < end; addr += step) { in create_pte_mapping()
/linux-2.4.37.9/Documentation/s390/
D3270.txt87 2. (Perform this step only if you have configured tub3270 as a
106 correctly to the configuration requests of the next step. If
165 B. Is the /etc/inittab file modified as in installation step 3
171 step 2 above? Use the ls -l command to find out; for instance,
/linux-2.4.37.9/Documentation/sound/
DCMI833816 The Configure.help provide help when you config driver in step
/linux-2.4.37.9/arch/ia64/
DMakefile50 CFLAGS += -mb-step
/linux-2.4.37.9/arch/ppc/platforms/
Dprep_setup.c863 int step=--calibrate_steps; in prep_calibrate_decr_handler() local
866 if (step > 0) { in prep_calibrate_decr_handler()
/linux-2.4.37.9/Documentation/telephony/
Dixj.txt206 automatically, then skip to step f. Otherwise, ensure that you
240 The next step is to set the IO port addresses. The issue
266 e5. the last step is to uncomment the activation line so the
352 a. A step was missed in the installation. Go back and use section 3

1234