Searched refs:RIO_PW_MSG_SIZE (Results 1 – 4 of 4) sorted by relevance
420 if (kfifo_avail(&pw->pw_fifo) >= RIO_PW_MSG_SIZE) { in fsl_rio_port_write_handler()423 RIO_PW_MSG_SIZE); in fsl_rio_port_write_handler()489 RIO_PW_MSG_SIZE, &pw->pw_fifo_lock)) { in fsl_pw_dpc()494 for (i = 0; i < RIO_PW_MSG_SIZE/sizeof(u32); i++) { in fsl_pw_dpc()553 RIO_PW_MSG_SIZE, in fsl_rio_port_write_init()593 if (kfifo_alloc(&pw->pw_fifo, RIO_PW_MSG_SIZE * 32, GFP_KERNEL)) { in fsl_rio_port_write_init()608 dma_free_coherent(pw->dev, RIO_PW_MSG_SIZE, in fsl_rio_port_write_init()
69 #define RIO_PW_MSG_SIZE 64 macro478 u32 raw[RIO_PW_MSG_SIZE/sizeof(u32)];
1182 for (i = 0; i < RIO_PW_MSG_SIZE / sizeof(u32); i = i + 4) { in rio_inb_pwrite_handler()
1527 memcpy(event.u.portwrite.payload, msg->raw, RIO_PW_MSG_SIZE); in rio_mport_pw_handler()