Searched refs:fmap (Results 1 – 7 of 7) sorted by relevance
15 obj-$(CONFIG_INPUT_VIVALDIFMAP) += vivaldi-fmap.o
324 struct qdma_ctxt_fmap fmap; in qdma_setup_fmap_context() local334 fmap.qbase = 0; in qdma_setup_fmap_context()335 fmap.qmax = qdev->chan_num * 2; in qdma_setup_fmap_context()336 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()
1182 .fmap = cpu_to_le32(0x0), in rtw89_regd_entcpy()1186 u32 fmap; in rtw89_regd_entcpy() local1203 BUILD_BUG_ON(sizeof(fmap) != sizeof(entry.fmap)); in rtw89_regd_entcpy()1204 BUILD_BUG_ON(sizeof(fmap) * 8 < NUM_OF_RTW89_REGD_FUNC); in rtw89_regd_entcpy()1206 fmap = le32_to_cpu(entry.fmap); in rtw89_regd_entcpy()1208 if (fmap & BIT(i)) in rtw89_regd_entcpy()
4923 __le32 fmap; member