Searched refs:fmap (Results 1 – 6 of 6) sorted by relevance
15 obj-$(CONFIG_INPUT_VIVALDIFMAP) += vivaldi-fmap.o
323 struct qdma_ctxt_fmap fmap; in qdma_setup_fmap_context() local333 fmap.qbase = 0; in qdma_setup_fmap_context()334 fmap.qmax = qdev->chan_num * 2; in qdma_setup_fmap_context()335 qdma_prep_fmap_context(qdev, &fmap, ctxt); in qdma_setup_fmap_context()
198 DEV_ATTR(fmap, FMAP)
1064 bool umap, utable, fmap, ftable; in check_partition_desc() local1083 fmap = phd->freedSpaceBitmap.extLength; in check_partition_desc()1086 if (!utable && !umap && !ftable && !fmap) in check_partition_desc()1090 if (ftable || fmap) in check_partition_desc()
1327 .fmap = cpu_to_le32(0x0), in rtw89_regd_entcpy()1331 u32 fmap; in rtw89_regd_entcpy() local1348 BUILD_BUG_ON(sizeof(fmap) != sizeof(entry.fmap)); in rtw89_regd_entcpy()1349 BUILD_BUG_ON(sizeof(fmap) * 8 < NUM_OF_RTW89_REGD_FUNC); in rtw89_regd_entcpy()1351 fmap = le32_to_cpu(entry.fmap); in rtw89_regd_entcpy()1353 if (fmap & BIT(i)) in rtw89_regd_entcpy()
5828 __le32 fmap; member