Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/
H A Dio_trapped.c87 tiop->magic = IO_TRAPPED_MAGIC; in register_trapped_io()
229 WARN_ON(!tiop || (tiop->magic != IO_TRAPPED_MAGIC)); in from_device()
252 WARN_ON(!tiop || (tiop->magic != IO_TRAPPED_MAGIC)); in to_device()
/openbmc/linux/arch/sh/include/asm/
H A Dio_trapped.h9 #define IO_TRAPPED_MAGIC 0xfeedbeef macro