Home
last modified time | relevance | path

Searched refs:trapped_io (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sh/kernel/
H A Dio_trapped.c23 LIST_HEAD(trapped_io);
24 EXPORT_SYMBOL_GPL(trapped_io);
41 int register_trapped_io(struct trapped_io *tiop) in register_trapped_io()
92 list_add(&tiop->list, &trapped_io); in register_trapped_io()
111 struct trapped_io *tiop; in match_trapped_io_handler()
134 static struct trapped_io *lookup_tiop(unsigned long address) in lookup_tiop()
165 static unsigned long lookup_address(struct trapped_io *tiop, in lookup_address()
223 struct trapped_io *tiop; in from_device()
246 struct trapped_io *tiop; in to_device()
/openbmc/linux/arch/sh/include/asm/
H A Dio_trapped.h11 struct trapped_io { struct
21 int register_trapped_io(struct trapped_io *tiop); argument
41 extern struct list_head trapped_io;
46 return match_trapped_io_handler(&trapped_io, offset, size); in __ioport_map_trapped()
/openbmc/linux/arch/sh/boards/mach-r2d/
H A Dsetup.c239 static struct trapped_io cf_trapped_io = {
/openbmc/linux/arch/sh/boards/mach-highlander/
H A Dsetup.c283 static struct trapped_io cf_trapped_io = {