Searched refs:TSI721_RIO_PW_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance
262 u32 pw_buf[TSI721_RIO_PW_MSG_SIZE/sizeof(u32)]; in tsi721_pw_handler()277 if (kfifo_avail(&priv->pw_fifo) >= TSI721_RIO_PW_MSG_SIZE) in tsi721_pw_handler()279 TSI721_RIO_PW_MSG_SIZE); in tsi721_pw_handler()304 TSI721_RIO_PW_MSG_SIZE, &priv->pw_fifo_lock)) { in tsi721_pw_dpc()1369 TSI721_RIO_PW_MSG_SIZE * 32, GFP_KERNEL)) { in tsi721_port_write_init()
88 #define TSI721_RIO_PW_MSG_SIZE 16 /* Tsi721 saves only 16 bytes of PW msg */ macro