Searched refs:slow (Results 1 – 25 of 27) sorted by relevance
12
/arch/powerpc/sysdev/qe_lib/ |
D | ucc.c | 62 case 0: guemr = &qe_immr->ucc1.slow.guemr; in ucc_set_type() 64 case 1: guemr = &qe_immr->ucc2.slow.guemr; in ucc_set_type() 66 case 2: guemr = &qe_immr->ucc3.slow.guemr; in ucc_set_type() 68 case 3: guemr = &qe_immr->ucc4.slow.guemr; in ucc_set_type() 70 case 4: guemr = &qe_immr->ucc5.slow.guemr; in ucc_set_type() 72 case 5: guemr = &qe_immr->ucc6.slow.guemr; in ucc_set_type() 74 case 6: guemr = &qe_immr->ucc7.slow.guemr; in ucc_set_type() 76 case 7: guemr = &qe_immr->ucc8.slow.guemr; in ucc_set_type()
|
D | Kconfig | 9 This option provides qe_lib support to UCC slow
|
/arch/ia64/ |
D | Kconfig.debug | 43 bool "Turn on compare-and-exchange bug checking (slow!)" 47 compare-and-exchange instructions. This is slow! Itaniums 52 bool "Turn on irq debug checks (slow!)" 57 problems, but slow! If you're unsure, select N.
|
/arch/powerpc/mm/ |
D | gup.c | 155 goto slow; in get_user_pages_fast() 159 goto slow; in get_user_pages_fast() 161 goto slow; in get_user_pages_fast() 172 slow: in get_user_pages_fast()
|
/arch/arm/mach-kirkwood/include/mach/ |
D | leds-ns2.h | 18 unsigned slow; member
|
/arch/sparc/mm/ |
D | gup.c | 148 goto slow; in get_user_pages_fast() 150 goto slow; in get_user_pages_fast() 161 slow: in get_user_pages_fast()
|
/arch/s390/mm/ |
D | gup.c | 203 goto slow; in get_user_pages_fast() 205 goto slow; in get_user_pages_fast() 214 slow: in get_user_pages_fast()
|
/arch/sh/mm/ |
D | gup.c | 239 goto slow; in get_user_pages_fast() 241 goto slow; in get_user_pages_fast() 251 slow: in get_user_pages_fast()
|
/arch/mips/mm/ |
D | gup.c | 287 goto slow; in get_user_pages_fast() 289 goto slow; in get_user_pages_fast() 295 slow: in get_user_pages_fast()
|
/arch/x86/mm/ |
D | gup.c | 359 goto slow; in get_user_pages_fast() 361 goto slow; in get_user_pages_fast() 371 slow: in get_user_pages_fast()
|
/arch/avr32/include/asm/ |
D | io.h | 107 #define __BUILD_IOPORT_SINGLE(pfx, bwl, type, p, slow) \ argument 119 slow; \ 132 slow; \
|
/arch/arm/mach-kirkwood/ |
D | d2net_v2-setup.c | 140 .slow = D2NET_V2_GPIO_BLUE_LED_SLOW,
|
D | netspace_v2-setup.c | 123 .slow = NETSPACE_V2_GPIO_BLUE_LED_SLOW,
|
/arch/mips/include/asm/ |
D | io.h | 379 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument 396 slow; \ 409 slow; \
|
/arch/sh/include/asm/ |
D | io.h | 157 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument 165 slow; \ 175 slow; \
|
/arch/mn10300/kernel/ |
D | mn10300-serial-low.S | 94 movhu d2,(a2) # request a slow interrupt 159 movhu d2,(a2) # request a slow interrupt
|
/arch/sh/lib/ |
D | memset-sh4.S | 38 cmp/gt r6,r0 ! (MT) 64 > len => slow loop
|
D | checksum.S | 225 bf 3f ! Different alignments, use slow version 227 bf 3f ! If not, do it the slow way
|
/arch/sh/ |
D | Kconfig.debug | 75 If running in painfully slow environments, such as an RTL
|
/arch/alpha/lib/ |
D | ev6-memcpy.S | 38 bne $1, $misaligned # U : Nope - gotta do this the slow way
|
/arch/cris/arch-v32/mm/ |
D | mmu.S | 174 ;; Keep it simple (slow), save all the regs.
|
/arch/powerpc/include/asm/ |
D | immap_qe.h | 293 struct ucc_slow slow; member
|
/arch/m68k/q40/ |
D | README | 21 it can make the floppy very slow or practically stop. Other Q40 OS' simply
|
/arch/m68k/fpsp040/ |
D | skeleton.S | 405 | then just do a dumb (and slow) memory move. In a UNIX environment
|
/arch/arm/mach-at91/ |
D | Kconfig | 497 When only that slow-clock is available, some peripherals lose
|
12