Searched refs:fmap (Results 1 – 5 of 5) sorted by relevance
15 obj-$(CONFIG_INPUT_VIVALDIFMAP) += vivaldi-fmap.o
320 struct qdma_ctxt_fmap fmap; in qdma_setup_fmap_context() local330 fmap.qbase = 0; in qdma_setup_fmap_context()331 fmap.qmax = qdev->chan_num * 2; in qdma_setup_fmap_context()332 qdma_prep_fmap_context(qdev, &fmap, ctxt); in qdma_setup_fmap_context()
198 DEV_ATTR(fmap, FMAP)
1063 bool umap, utable, fmap, ftable; in check_partition_desc() local1082 fmap = phd->freedSpaceBitmap.extLength; in check_partition_desc()1085 if (!utable && !umap && !ftable && !fmap) in check_partition_desc()1089 if (ftable || fmap) in check_partition_desc()
1885 static u32 svs_get_fuse_val(u32 *fuse_array, const struct svs_fusemap *fmap, u8 nbits) in svs_get_fuse_val() argument1889 if (fmap->index < 0) in svs_get_fuse_val()1892 val = fuse_array[fmap->index] >> fmap->ofst; in svs_get_fuse_val()