/linux-2.4.37.9/arch/sh64/mm/ |
D | tlb.c | 27 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/ |
D | matroxfb_accel.c | 314 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/ |
D | tlb.h | 42 unsigned int step; member 57 tlb += cpu_data->dtlb.step) 69 tlb += cpu_data->itlb.step)
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | befs.txt | 45 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/ |
D | rsrc_mgr.c | 328 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/ |
D | udiv.S | 71 ! 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
|
D | urem.S | 69 ! 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
|
D | rem.S | 85 ! 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
|
D | sdiv.S | 85 ! 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
|
D | udivdi3.S | 50 ! 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.
|
D | divdi3.S | 88 ! 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/ |
D | matroxfb.h | 38 unsigned int step; /* The increment between values of an integer member
|
/linux-2.4.37.9/drivers/media/radio/ |
D | radio-sf16fmr2.c | 323 v.step=0; /* No volume, just (un)mute */ in fmr2_ioctl() 328 v.step = 1 << 12; in fmr2_ioctl()
|
D | radio-rtrack2.c | 174 v.step=65535; in rt_ioctl()
|
D | radio-gemtek.c | 208 v.step=65535; in gemtek_ioctl()
|
D | radio-terratec.c | 253 v.step=6554; in tt_ioctl()
|
D | radio-aztech.c | 231 v.step=16384; in az_ioctl()
|
D | radio-trust.c | 243 v.step = 2048; in tr_ioctl()
|
D | radio-aimslab.c | 281 v.step=6554; in rt_ioctl()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | htab.c | 106 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/ |
D | 3270.txt | 87 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/ |
D | CMI8338 | 16 The Configure.help provide help when you config driver in step
|
/linux-2.4.37.9/arch/ia64/ |
D | Makefile | 50 CFLAGS += -mb-step
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | prep_setup.c | 863 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/ |
D | ixj.txt | 206 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
|