Searched refs:FEAT_ATTR_SIZE (Results 1 – 1 of 1) sorted by relevance
39 #define FEAT_ATTR_SIZE(x) ((x) * sizeof(u32)) macro424 size = sizeof(*header) + FEAT_ATTR_SIZE(header->attr_size) + in pmt_feature_get_feature_table()434 memcpy_fromio(tbl_offset, feat_offset, FEAT_ATTR_SIZE(header->attr_size)); in pmt_feature_get_feature_table()441 feat_offset += FEAT_ATTR_SIZE(header->attr_size); in pmt_feature_get_feature_table()
Completed in 5 milliseconds