Searched refs:riores (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ |
D | rio.h | 202 struct resource riores[RIO_MAX_DEV_RESOURCES]; member 277 struct resource riores[RIO_MAX_MPORT_RESOURCES]; member
|
/Linux-v4.19/arch/powerpc/sysdev/ |
D | fsl_rmu.c | 1114 rio_init_dbell_res(&mport->riores[RIO_DOORBELL_RESOURCE], 0, 0xffff); in fsl_rio_setup_rmu() 1115 rio_init_mbox_res(&mport->riores[RIO_INB_MBOX_RESOURCE], 0, 0); in fsl_rio_setup_rmu() 1116 rio_init_mbox_res(&mport->riores[RIO_OUTB_MBOX_RESOURCE], 0, 0); in fsl_rio_setup_rmu()
|
/Linux-v4.19/drivers/rapidio/ |
D | rio.c | 254 rc = request_resource(&mport->riores[RIO_INB_MBOX_RESOURCE], in rio_request_inb_mbox() 338 rc = request_resource(&mport->riores[RIO_OUTB_MBOX_RESOURCE], in rio_request_outb_mbox() 451 rc = request_resource(&mport->riores[RIO_DOORBELL_RESOURCE], in rio_request_inb_dbell() 528 if (request_resource(&rdev->riores[RIO_DOORBELL_RESOURCE], res) in rio_request_outb_dbell()
|
D | rio-scan.c | 459 rio_init_dbell_res(&rdev->riores[RIO_DOORBELL_RESOURCE], in rio_setup_device()
|
/Linux-v4.19/drivers/rapidio/devices/ |
D | tsi721.c | 2691 rio_init_dbell_res(&mport->riores[RIO_DOORBELL_RESOURCE], 0, 0xffff); in tsi721_setup_mport() 2692 rio_init_mbox_res(&mport->riores[RIO_INB_MBOX_RESOURCE], 0, 3); in tsi721_setup_mport() 2693 rio_init_mbox_res(&mport->riores[RIO_OUTB_MBOX_RESOURCE], 0, 3); in tsi721_setup_mport()
|
D | rio_mport_cdev.c | 1799 rio_init_dbell_res(&rdev->riores[RIO_DOORBELL_RESOURCE], in rio_mport_add_riodev()
|