Home
last modified time | relevance | path

Searched full:frstdata (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/iio/adc/
H A Dad7606_par.c27 * On the parallel interface, the frstdata signal is set to high while in ad7606_par16_read_block()
32 * cause an extra read or clock cycle. Monitoring the frstdata signal in ad7606_par16_read_block()
61 * On the parallel interface, the frstdata signal is set to high while in ad7606_par8_read_block()
66 * cause an extra read or clock cycle. Monitoring the frstdata signal in ad7606_par8_read_block()
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7606.yaml65 Must be the device tree identifier of the FRSTDATA pin.
66 The FRSTDATA output indicates when the first channel, V1, is
/openbmc/linux/drivers/iommu/
H A Dmtk_iommu.c714 struct mtk_iommu_data *data = dev_iommu_priv_get(dev), *frstdata; in mtk_iommu_attach_device() local
729 /* Data is in the frstdata in sharing pgtable case. */ in mtk_iommu_attach_device()
730 frstdata = mtk_iommu_get_frst_data(hw_list); in mtk_iommu_attach_device()
732 mutex_lock(&frstdata->mutex); in mtk_iommu_attach_device()
733 ret = mtk_iommu_domain_finalise(dom, frstdata, region_id); in mtk_iommu_attach_device()
734 mutex_unlock(&frstdata->mutex); in mtk_iommu_attach_device()