Home
last modified time | relevance | path

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

/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) macro
/openbmc/linux/arch/sh/boards/mach-r2d/
H A Dsetup.c247 if (register_trapped_io(&cf_trapped_io) == 0) in rts7751r2d_devices_setup()
/openbmc/linux/arch/sh/kernel/
H A Dio_trapped.c41 int register_trapped_io(struct trapped_io *tiop) in register_trapped_io() function
/openbmc/linux/arch/sh/boards/mach-highlander/
H A Dsetup.c294 if (register_trapped_io(&cf_trapped_io) == 0) in r7780rp_devices_setup()