HomeSort by: relevance | last modified time | path
    Searched defs:map_len (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_edid.c 4091 u8 map_len = cea_db_payload_len(db) - 1; local in function:drm_parse_y420cmdb_bitmap
4095 if (map_len == 0) {
4114 if (WARN_ON_ONCE(map_len > 8))
4115 map_len = 8;
4117 for (count = 0; count < map_len; count++)
drm_edid.c 4091 u8 map_len = cea_db_payload_len(db) - 1; local in function:drm_parse_y420cmdb_bitmap
4095 if (map_len == 0) {
4114 if (WARN_ON_ONCE(map_len > 8))
4115 map_len = 8;
4117 for (count = 0; count < map_len; count++)

Completed in 28 milliseconds