Home
last modified time | relevance | path

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

/openbmc/linux/drivers/sh/maple/
H A Dmaple.c48 static int subdevice_map[MAPLE_PORTS];
59 static bool checked[MAPLE_PORTS];
60 static bool empty[MAPLE_PORTS];
61 static struct maple_device *baseunits[MAPLE_PORTS];
470 for (x = 0; x < MAPLE_PORTS; x++) { in maple_vblank_handler()
619 for (i = 0; i < MAPLE_PORTS; i++) { in maple_port_rescan()
790 struct maple_device *mdev[MAPLE_PORTS]; in maple_bus_init()
839 for (i = 0; i < MAPLE_PORTS; i++) { in maple_bus_init()
/openbmc/linux/arch/sh/include/mach-dreamcast/mach/
H A Dmaple.h5 #define MAPLE_PORTS 4 macro