Lines Matching +full:7 +full:c
3 * arch/sh/kernel/io.c - Machine independent I/O functions.
5 * Copyright (C) 2000 - 2009 Stuart Menefy
6 * Copyright (C) 2005 Paul Mundt
29 "mov.l @%7+, r0 \n\t" in memcpy_fromio()
30 "mov.l @%7+, %2 \n\t" in memcpy_fromio()
32 "mov.l @%7+, %3 \n\t" in memcpy_fromio()
33 "mov.l @%7+, %4 \n\t" in memcpy_fromio()
34 "mov.l @%7+, %5 \n\t" in memcpy_fromio()
35 "mov.l @%7+, %6 \n\t" in memcpy_fromio()
36 "mov.l @%7+, r7 \n\t" in memcpy_fromio()
37 "mov.l @%7+, r0 \n\t" in memcpy_fromio()
53 : "7"(from), "0" (to), "1" (count) in memcpy_fromio()
103 void memset_io(volatile void __iomem *dst, int c, unsigned long count) in memset_io() argument
107 writeb(c, dst); in memset_io()