Home
last modified time | relevance | path

Searched defs:set_mode (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dmx35_sdram.c28 #define set_mode(x, en, m) (x | (en << 31) | (m << 28)) macro
/openbmc/u-boot/include/power/
H A Dregulator.h235 int (*set_mode)(struct udevice *dev, int mode_id); member
/openbmc/u-boot/drivers/clk/
H A Dmpc83xx_clk.h163 static void set_mode(struct clk_mode *mode, u8 low, u8 high, int type) in set_mode() function
/openbmc/qemu/hw/display/
H A Dapple-gfx.m356 static void set_mode(AppleGFXState *s, uint32_t width, uint32_t height) function
/openbmc/u-boot/include/
H A Dspi.h428 int (*set_mode)(struct udevice *bus, uint mode); member
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_core.h217 int (*set_mode)(struct musb *musb, u8 mode); member