Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Dn64joy.c47 u64 si_buf[8] ____cacheline_aligned; member
107 dma_cache_inv((unsigned long) priv->si_buf, 8 * 8); in n64joy_exec_pif()
122 n64joy_write_reg(priv->reg_base, SI_DRAM_REG, virt_to_phys(priv->si_buf)); in n64joy_exec_pif()
152 data = (struct joydata *) priv->si_buf; in n64joy_poll()
263 data = (struct joydata *) priv->si_buf; in n64joy_probe()