Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Dturbografx.c25 #define TGFX_MAX_PORTS 3 macro
33 static struct tgfx_config tgfx_cfg[TGFX_MAX_PORTS];
67 } *tgfx_base[TGFX_MAX_PORTS];
150 for (port_idx = 0; port_idx < TGFX_MAX_PORTS; port_idx++) { in tgfx_attach()
158 if (port_idx == TGFX_MAX_PORTS) { in tgfx_attach()
255 for (i = 0; i < TGFX_MAX_PORTS; i++) { in tgfx_detach()
260 if (i == TGFX_MAX_PORTS) in tgfx_detach()
285 for (i = 0; i < TGFX_MAX_PORTS; i++) { in tgfx_init()