Searched defs:set_mode (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/ |
H A D | mx35_sdram.c | 28 #define set_mode(x, en, m) (x | (en << 31) | (m << 28)) macro
|
/openbmc/u-boot/include/power/ |
H A D | regulator.h | 235 int (*set_mode)(struct udevice *dev, int mode_id); member
|
/openbmc/u-boot/drivers/clk/ |
H A D | mpc83xx_clk.h | 163 static void set_mode(struct clk_mode *mode, u8 low, u8 high, int type) in set_mode() function
|
/openbmc/qemu/hw/display/ |
H A D | apple-gfx.m | 356 static void set_mode(AppleGFXState *s, uint32_t width, uint32_t height) function
|
/openbmc/u-boot/include/ |
H A D | spi.h | 428 int (*set_mode)(struct udevice *bus, uint mode); member
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_core.h | 217 int (*set_mode)(struct musb *musb, u8 mode); member
|