Home
last modified time | relevance | path

Searched refs:mc_handle (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/staging/fsl-dpaa2/rtc/
Drtc.c46 mc_dev->mc_handle, tmr_add); in ptp_dpaa2_adjfreq()
61 err = dprtc_get_time(mc_dev->mc_io, 0, mc_dev->mc_handle, &now); in ptp_dpaa2_adjtime()
69 err = dprtc_set_time(mc_dev->mc_io, 0, mc_dev->mc_handle, now); in ptp_dpaa2_adjtime()
87 err = dprtc_get_time(mc_dev->mc_io, 0, mc_dev->mc_handle, &ns); in ptp_dpaa2_gettime()
111 err = dprtc_set_time(mc_dev->mc_io, 0, mc_dev->mc_handle, ns); in ptp_dpaa2_settime()
150 &mc_dev->mc_handle); in rtc_probe()
159 mc_dev->mc_handle, &tmr_add); in rtc_probe()
181 dprtc_close(mc_dev->mc_io, 0, mc_dev->mc_handle); in rtc_probe()
198 dprtc_close(mc_dev->mc_io, 0, mc_dev->mc_handle); in rtc_remove()
/Linux-v4.19/drivers/soc/fsl/dpio/
Ddpio-driver.c108 &dpio_dev->mc_handle); in dpaa2_dpio_probe()
114 err = dpio_get_attributes(dpio_dev->mc_io, 0, dpio_dev->mc_handle, in dpaa2_dpio_probe()
122 err = dpio_enable(dpio_dev->mc_io, 0, dpio_dev->mc_handle); in dpaa2_dpio_probe()
187 dpio_close(dpio_dev->mc_io, 0, dpio_dev->mc_handle); in dpaa2_dpio_probe()
197 dpio_disable(dpio_dev->mc_io, 0, dpio_dev->mc_handle); in dpaa2_dpio_probe()
199 dpio_close(dpio_dev->mc_io, 0, dpio_dev->mc_handle); in dpaa2_dpio_probe()
233 &dpio_dev->mc_handle); in dpaa2_dpio_remove()
239 dpio_disable(dpio_dev->mc_io, 0, dpio_dev->mc_handle); in dpaa2_dpio_remove()
241 dpio_close(dpio_dev->mc_io, 0, dpio_dev->mc_handle); in dpaa2_dpio_remove()
/Linux-v4.19/drivers/bus/fsl-mc/
Ddprc-driver.c229 mc_bus_dev->mc_handle, in dprc_scan_objects()
257 mc_bus_dev->mc_handle, in dprc_scan_objects()
395 error = dprc_get_irq_status(mc_io, 0, mc_dev->mc_handle, 0, in dprc_irq0_handler_thread()
403 error = dprc_clear_irq_status(mc_io, 0, mc_dev->mc_handle, 0, in dprc_irq0_handler_thread()
457 error = dprc_set_irq_enable(mc_io, 0, mc_dev->mc_handle, 0, 0); in disable_dprc_irq()
468 error = dprc_set_irq_mask(mc_io, 0, mc_dev->mc_handle, 0, 0x0); in disable_dprc_irq()
479 error = dprc_clear_irq_status(mc_io, 0, mc_dev->mc_handle, 0, ~0x0U); in disable_dprc_irq()
523 error = dprc_set_irq_mask(mc_dev->mc_io, 0, mc_dev->mc_handle, 0, in enable_dprc_irq()
536 error = dprc_set_irq_enable(mc_dev->mc_io, 0, mc_dev->mc_handle, 0, 1); in enable_dprc_irq()
654 &mc_dev->mc_handle); in dprc_probe()
[all …]
Dmc-io.c26 &dpmcp_dev->mc_handle); in fsl_mc_io_set_dpmcp()
42 dpmcp_dev->mc_handle); in fsl_mc_io_unset_dpmcp()
260 error = dpmcp_reset(mc_io, 0, dpmcp_dev->mc_handle); in fsl_mc_portal_reset()
Dfsl-mc-msi.c89 mc_bus_dev->mc_handle, in __fsl_mc_msi_write_msg()
102 mc_bus_dev->mc_handle, in __fsl_mc_msi_write_msg()
Dfsl-mc-bus.c466 mc_bus_dev->mc_handle, in fsl_mc_device_get_mmio_regions()
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpaa2-eth.c1456 err = dpcon_open(priv->mc_io, 0, dpcon->obj_desc.id, &dpcon->mc_handle); in setup_dpcon()
1462 err = dpcon_reset(priv->mc_io, 0, dpcon->mc_handle); in setup_dpcon()
1468 err = dpcon_get_attributes(priv->mc_io, 0, dpcon->mc_handle, &attrs); in setup_dpcon()
1474 err = dpcon_enable(priv->mc_io, 0, dpcon->mc_handle); in setup_dpcon()
1483 dpcon_close(priv->mc_io, 0, dpcon->mc_handle); in setup_dpcon()
1493 dpcon_disable(priv->mc_io, 0, dpcon->mc_handle); in free_dpcon()
1494 dpcon_close(priv->mc_io, 0, dpcon->mc_handle); in free_dpcon()
1514 err = dpcon_get_attributes(priv->mc_io, 0, channel->dpcon->mc_handle, in alloc_channel()
1599 channel->dpcon->mc_handle, in setup_dpio()
1757 &dpbp_dev->mc_handle); in setup_dpbp()
[all …]
/Linux-v4.19/include/linux/fsl/
Dmc.h190 u16 mc_handle; member