Home
last modified time | relevance | path

Searched defs:reg_type (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/power/regulator/
H A Dsandbox.c79 int out_get_value(struct udevice *dev, int output_count, int reg_type, in out_get_value()
106 static int out_set_value(struct udevice *dev, int output_count, int reg_type, in out_set_value()
/openbmc/libcper/generator/sections/
H A Dgen-section-ia32x64.c152 int reg_type = cper_rand() % 8; in generate_ia32x64_context_structure() local
H A Dgen-section-arm.c165 UINT16 reg_type = cper_rand() % 9; in generate_arm_context_info() local
/openbmc/u-boot/drivers/clk/
H A Dmpc83xx_clk.h83 enum reg_type { enum
/openbmc/qemu/include/hw/cxl/
H A Dcxl_component.h23 enum reg_type { enum
/openbmc/u-boot/drivers/ram/stm32mp1/
H A Dstm32mp1_ddr.c168 enum reg_type { enum
/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson.c57 enum meson_reg_type reg_type, in meson_gpio_calc_reg_and_bit()
/openbmc/u-boot/include/
H A Dddr_spd.h261 unsigned char reg_type; member
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30.py1051 def reg_type(typ, compact, o, exact): function