Searched refs:DEF_SUBFIELD (Results 1 – 5 of 5) sorted by relevance
| /system/ulib/edid/include/lib/edid/ |
| A D | edid.h | 68 DEF_SUBFIELD(vertical_fields1, 3, 0, vertical_blanking_high); 78 DEF_SUBFIELD(combined, 7, 6, horizontal_front_porch_high); 80 DEF_SUBFIELD(combined, 3, 2, vertical_front_porch_high); 85 DEF_SUBFIELD(features, 4, 3, type); 135 DEF_SUBFIELD(byte2, 7, 6, aspect_ratio); 136 DEF_SUBFIELD(byte2, 5, 0, vertical_freq); 191 DEF_SUBFIELD(combined, 3, 0, native_format_dtds); 202 DEF_SUBFIELD(format_and_channels, 6, 3, format); 226 DEF_SUBFIELD(data, 6, 0, standard_mode_idx); 264 DEF_SUBFIELD(header, 7, 5, type); [all …]
|
| /system/ulib/pci/ |
| A D | pio.cpp | 22 DEF_SUBFIELD(value, 23, 16, bus); 23 DEF_SUBFIELD(value, 15, 11, device); 24 DEF_SUBFIELD(value, 10, 8, function); 25 DEF_SUBFIELD(value, 7, 0, reg_num);
|
| /system/dev/display/intel-i915/ |
| A D | igd.h | 142 DEF_SUBFIELD(hdmi_cfg, 3, 0, ddi_buf_trans_idx); 158 DEF_SUBFIELD(iboost_levels, 7, 4, hdmi_iboost_override); 159 DEF_SUBFIELD(iboost_levels, 3, 0, dp_iboost_override);
|
| /system/utest/libhwreg/ |
| A D | bitfields-test.cpp | 93 DEF_SUBFIELD(field1, LastBit<IntType>::value, 0, whole_length); in struct_sub_field_test() 96 DEF_SUBFIELD(field2, 2, 2, single_bit); in struct_sub_field_test() 99 DEF_SUBFIELD(field3, 2, 1, range1); in struct_sub_field_test() 100 DEF_SUBFIELD(field3, 5, 3, range2); in struct_sub_field_test()
|
| /system/ulib/hwreg/include/hwreg/ |
| A D | bitfields.h | 285 #define DEF_SUBFIELD(FIELD, BIT_HIGH, BIT_LOW, NAME) \ macro 302 #define DEF_SUBBIT(FIELD, BIT, NAME) DEF_SUBFIELD(FIELD, BIT, BIT, NAME)
|
Completed in 11 milliseconds