Home
last modified time | relevance | path

Searched refs:ioa (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/parisc/
H A Dccio-dma.c298 #define CCIO_FIND_FREE_MAPPING(ioa, res_idx, mask, size) \ argument
299 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \
300 u##size *res_end = (u##size *)&(ioc)->res_map[ioa->res_size]; \
303 CCIO_SEARCH_LOOP(ioa, res_idx, mask, size);
/openbmc/linux/include/uapi/drm/
H A Dv3d_drm.h303 __u32 ioa; member
/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_sched.c197 V3D_WRITE(V3D_TFU_IOA, job->args.ioa); in v3d_tfu_job_run()
/openbmc/qemu/hw/ppc/
H A Dtrace-events7 spapr_pci_rtas_ibm_query_interrupt_source_number(unsigned ioa, unsigned intr) "queries for #%u, IRQ…
/openbmc/linux/drivers/scsi/
H A Dipr.c2519 static struct ipr_hostrcb *ipr_get_free_hostrcb(struct ipr_ioa_cfg *ioa) in ipr_get_free_hostrcb() argument
2523 hostrcb = list_first_entry_or_null(&ioa->hostrcb_free_q, in ipr_get_free_hostrcb()
2527 dev_info(&ioa->pdev->dev, "Reclaiming async error buffers."); in ipr_get_free_hostrcb()
2528 hostrcb = list_first_entry_or_null(&ioa->hostrcb_report_q, in ipr_get_free_hostrcb()