Searched defs:get_u32 (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/radeon/
H A Datom-bits.h40 static inline uint32_t get_u32(void *bios, int ptr) function
44 #define U32(ptr) get_u32(ctx->ctx->bios, (ptr))
45 #define CU32(ptr) get_u32(ctx->bios, (ptr))
/drivers/platform/x86/
H A Dacer-wmi.c1279 static acpi_status get_u32(u32 *value, u32 cap) function
1397 get_u32(&value, ACER_CAP_BRIGHTNESS);
1514 status = get_u32(&state, ACER_CAP_WIRELESS);
1524 status = get_u32(&state, ACER_CAP_BLUETOOTH);
1530 status = get_u32(&state, ACER_WMID3_GDS_THREEG);
1571 status = get_u32(&state, cap);
1675 status = get_u32(&result, ACER_CAP_THREEG);
2068 get_u32(&value, ACER_CAP_MAILLED);
2074 get_u32(&value, ACER_CAP_BRIGHTNESS);

Completed in 61 milliseconds