Home
last modified time | relevance | path

Searched refs:tiop (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sh/kernel/
H A Dio_trapped.c56 res = tiop->resource + k; in register_trapped_io()
74 if (!tiop->virt_base) in register_trapped_io()
79 res = tiop->resource + k; in register_trapped_io()
88 INIT_LIST_HEAD(&tiop->list); in register_trapped_io()
111 struct trapped_io *tiop; in match_trapped_io_handler() local
120 res = tiop->resource + k; in match_trapped_io_handler()
174 res = tiop->resource + k; in lookup_address()
223 struct trapped_io *tiop; in from_device() local
229 WARN_ON(!tiop || (tiop->magic != IO_TRAPPED_MAGIC)); in from_device()
246 struct trapped_io *tiop; in to_device() local
[all …]
/openbmc/linux/arch/sh/include/asm/
H A Dio_trapped.h21 int register_trapped_io(struct trapped_io *tiop);
53 #define register_trapped_io(tiop) (-1) argument
54 #define handle_trapped_io(tiop, address) 0 argument