Searched full:frstdata (Results 1 – 2 of 2) sorted by relevance
102 * On the parallel interface, the frstdata signal is set to high while in ad7606_par16_read_block()107 * cause an extra read or clock cycle. Monitoring the frstdata signal in ad7606_par16_read_block()136 * On the parallel interface, the frstdata signal is set to high while in ad7606_par8_read_block()141 * cause an extra read or clock cycle. Monitoring the frstdata signal in ad7606_par8_read_block()
711 struct mtk_iommu_data *data = dev_iommu_priv_get(dev), *frstdata; in mtk_iommu_attach_device() local726 /* Data is in the frstdata in sharing pgtable case. */ in mtk_iommu_attach_device()727 frstdata = mtk_iommu_get_frst_data(hw_list); in mtk_iommu_attach_device()729 mutex_lock(&frstdata->mutex); in mtk_iommu_attach_device()730 ret = mtk_iommu_domain_finalise(dom, frstdata, region_id); in mtk_iommu_attach_device()731 mutex_unlock(&frstdata->mutex); in mtk_iommu_attach_device()