Searched refs:get_u32 (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | atom-bits.h | 40 static inline uint32_t get_u32(void *bios, int ptr) in get_u32() function 44 #define U32(ptr) get_u32(ctx->ctx->bios, (ptr)) 45 #define CU32(ptr) get_u32(ctx->bios, (ptr))
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | atom-bits.h | 40 static inline uint32_t get_u32(void *bios, int ptr) in get_u32() function 44 #define U32(ptr) get_u32(ctx->ctx->bios, (ptr)) 45 #define CU32(ptr) get_u32(ctx->bios, (ptr))
|
/openbmc/hiomapd/ |
H A D | common.c | 66 uint32_t get_u32(uint8_t *ptr) in get_u32() function
|
H A D | common.h | 60 uint32_t get_u32(uint8_t *ptr);
|
H A D | transport_mbox.c | 373 io.req.v1.size = get_u32(&req->msg.args[2]); in mbox_handle_dirty_window() 437 io.req.size = get_u32(&req->msg.args[2]); in mbox_handle_flush_window()
|
/openbmc/phosphor-mboxd/ |
H A D | common.c | 63 uint32_t get_u32(uint8_t *ptr) in get_u32() function
|
H A D | common.h | 59 uint32_t get_u32(uint8_t *ptr);
|
H A D | mboxd_msg.c | 449 size = get_u32(&req->msg.args[2]); in mbox_handle_dirty_window()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | acer-wmi.c | 1445 static acpi_status get_u32(u32 *value, u32 cap) in get_u32() function 1566 get_u32(&value, ACER_CAP_BRIGHTNESS); in read_brightness() 1779 status = get_u32(&state, ACER_CAP_WIRELESS); in acer_rfkill_update() 1789 status = get_u32(&state, ACER_CAP_BLUETOOTH); in acer_rfkill_update() 1795 status = get_u32(&state, ACER_WMID3_GDS_THREEG); in acer_rfkill_update() 1836 status = get_u32(&state, cap); in acer_rfkill_register() 2285 get_u32(&value, ACER_CAP_MAILLED); in acer_suspend() 2291 get_u32(&value, ACER_CAP_BRIGHTNESS); in acer_suspend()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ioam6_parser.c | 523 static int get_u32(__u32 *val, const char *arg, int base) in get_u32() function 625 if (get_u32(&tr_type, argv[5], 16) || in main()
|