Searched refs:RIO_PW_MSG_SIZE (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/sysdev/
H A Dfsl_rmu.c420 if (kfifo_avail(&pw->pw_fifo) >= RIO_PW_MSG_SIZE) {
423 RIO_PW_MSG_SIZE);
489 RIO_PW_MSG_SIZE, &pw->pw_fifo_lock)) {
494 for (i = 0; i < RIO_PW_MSG_SIZE/sizeof(u32); i++) {
553 RIO_PW_MSG_SIZE,
593 if (kfifo_alloc(&pw->pw_fifo, RIO_PW_MSG_SIZE * 32, GFP_KERNEL)) {
608 dma_free_coherent(pw->dev, RIO_PW_MSG_SIZE,
/linux-master/include/linux/
H A Drio.h69 #define RIO_PW_MSG_SIZE 64 macro
478 u32 raw[RIO_PW_MSG_SIZE/sizeof(u32)];
/linux-master/drivers/rapidio/
H A Drio.c1182 for (i = 0; i < RIO_PW_MSG_SIZE / sizeof(u32); i = i + 4) {
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c1529 memcpy(event.u.portwrite.payload, msg->raw, RIO_PW_MSG_SIZE);

Completed in 117 milliseconds