Searched refs:RIO_PW_MSG_SIZE (Results 1 – 4 of 4) sorted by relevance
424 if (kfifo_avail(&pw->pw_fifo) >= RIO_PW_MSG_SIZE) { in fsl_rio_port_write_handler()427 RIO_PW_MSG_SIZE); in fsl_rio_port_write_handler()493 RIO_PW_MSG_SIZE, &pw->pw_fifo_lock)) { in fsl_pw_dpc()498 for (i = 0; i < RIO_PW_MSG_SIZE/sizeof(u32); i++) { in fsl_pw_dpc()557 RIO_PW_MSG_SIZE, in fsl_rio_port_write_init()597 if (kfifo_alloc(&pw->pw_fifo, RIO_PW_MSG_SIZE * 32, GFP_KERNEL)) { in fsl_rio_port_write_init()612 dma_free_coherent(pw->dev, RIO_PW_MSG_SIZE, in fsl_rio_port_write_init()
73 #define RIO_PW_MSG_SIZE 64 macro482 u32 raw[RIO_PW_MSG_SIZE/sizeof(u32)];
1186 for (i = 0; i < RIO_PW_MSG_SIZE / sizeof(u32); i = i + 4) { in rio_inb_pwrite_handler()
1525 memcpy(event.u.portwrite.payload, msg->raw, RIO_PW_MSG_SIZE); in rio_mport_pw_handler()