Searched refs:get_u32 (Results 1 - 4 of 4) sorted by relevance

/linux-master/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))
/linux-master/drivers/gpu/drm/amd/include/
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))
/linux-master/tools/testing/selftests/net/
H A Dioam6_parser.c514 static int get_u32(__u32 *val, const char *arg, int base) function
614 if (get_u32(&tr_type, argv[2], 16) ||
/linux-master/drivers/platform/x86/
H A Dacer-wmi.c1531 static acpi_status get_u32(u32 *value, u32 cap) function
1652 get_u32(&value, ACER_CAP_BRIGHTNESS);
2078 status = get_u32(&state, ACER_CAP_WIRELESS);
2088 status = get_u32(&state, ACER_CAP_BLUETOOTH);
2094 status = get_u32(&state, ACER_WMID3_GDS_THREEG);
2135 status = get_u32(&state, cap);
2604 get_u32(&value, ACER_CAP_MAILLED);
2610 get_u32(&value, ACER_CAP_BRIGHTNESS);

Completed in 100 milliseconds