Home
last modified time | relevance | path

Searched refs:block_base (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_bios.c62 static u32 _get_blocksize(const u8 *block_base) in _get_blocksize() argument
65 if (*block_base == BDB_MIPI_SEQUENCE && *(block_base + 3) >= 3) in _get_blocksize()
66 return *((const u32 *)(block_base + 4)); in _get_blocksize()
68 return *((const u16 *)(block_base + 1)); in _get_blocksize()