OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uc_css_header
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_uc_fw_abi.h
46
struct
uc_css_header
{
struct
77
static_assert(sizeof(struct
uc_css_header
) == 128);
intel_uc_fw.c
278
struct
uc_css_header
*css;
297
if (unlikely(fw->size < sizeof(struct
uc_css_header
))) {
300
fw->size, sizeof(struct
uc_css_header
));
305
css = (struct
uc_css_header
*)fw->data;
310
if (unlikely(size != sizeof(struct
uc_css_header
))) {
314
fw->size, sizeof(struct
uc_css_header
));
333
size = sizeof(struct
uc_css_header
) + uc_fw->ucode_size + uc_fw->rsa_size;
466
sizeof(struct
uc_css_header
) + uc_fw->ucode_size);
589
u32 offset = sizeof(struct
uc_css_header
) + uc_fw->ucode_size;
intel_uc_fw.h
212
return sizeof(struct
uc_css_header
) + uc_fw->ucode_size;
Completed in 36 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025