Searched defs:set (Results 1 - 25 of 95) sorted by relevance

1234

/u-boot/include/reboot-mode/
H A Dreboot-mode.h42 int (*set)(struct udevice *dev, u32 rebootmode); member in struct:reboot_mode_ops
/u-boot/board/synopsys/hsdk/
H A Denv-lib.h20 bool set; member in struct:__anon3
H A Denv-lib.c77 bool set = map[index].val->set; local
108 bool set; local
[all...]
/u-boot/include/
H A Dmux-internal.h42 int (*set)(struct mux_control *mux, int state); member in struct:mux_control_ops
H A Dbootcount.h36 int (*set)(struct udevice *dev, const u32 bootcount); member in struct:bootcount_ops
H A Dp2sb.h114 static inline void pcr_setbits32(struct udevice *dev, uint offset, uint set) argument
119 pcr_setbits16(struct udevice *dev, uint offset, uint set) argument
124 pcr_setbits8(struct udevice *dev, uint offset, uint set) argument
[all...]
H A Drtc.h46 int (*set)(struct udevice *dev, const struct rtc_time *time); member in struct:rtc_ops
/u-boot/arch/arm/mach-socfpga/
H A Dreset_manager_s10.c21 void socfpga_per_reset(u32 reset, int set) argument
H A Dreset_manager_gen5.c15 void socfpga_per_reset(u32 reset, int set) argument
H A Dreset_manager_arria10.c122 void socfpga_per_reset(u32 reset, int set) argument
/u-boot/drivers/phy/
H A Dphy-ab8500-usb.c20 uint set = AB8500_BIT_PHY_CTRL_DEVICE_EN; local
/u-boot/drivers/power/regulator/
H A Dtps65090_regulator.c51 static int tps65090_fet_set(struct udevice *pmic, int fet_id, bool set) argument
/u-boot/drivers/misc/
H A Dsl28cpld.c51 sl28cpld_update(struct udevice *dev, uint offset, uint8_t clear, uint8_t set) argument
H A Dsmsc_sio1007.c24 static inline void sio1007_clrsetbits(int port, int reg, u8 clr, u8 set) argument
/u-boot/arch/x86/cpu/
H A Dpci.c58 int pci_x86_clrset_config(pci_dev_t bdf, uint offset, ulong clr, ulong set, argument
/u-boot/drivers/clk/mtmips/
H A Dclk-mt7620.c65 static int mt7620_clkcfg1_rmw(struct mt7620_clk_priv *priv, u32 clr, u32 set) argument
/u-boot/drivers/gpio/
H A Dftgpio010.c16 u32 set; member in struct:ftgpio010_regs
/u-boot/drivers/clk/
H A Dclk-gate.c56 int set = gate->flags & CLK_GATE_SET_TO_DISABLE ? 1 : 0; local
[all...]
/u-boot/common/
H A Diomux.c23 int iomux_match_device(struct stdio_dev **set, const int n, struct stdio_dev *sdev) argument
/u-boot/arch/mips/mach-pic32/include/mach/
H A Dpic32.h62 u32 set; member in struct:pic32_reg_atomic
/u-boot/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) argument
182 static void fill_code_tables(struct huffman_set *set) argument
204 init_code_tables(struct huffman_set *set) argument
[all...]
/u-boot/drivers/clk/uniphier/
H A Dclk-uniphier-core.c177 __uniphier_clk_set_rate( struct uniphier_clk_priv *priv, const struct uniphier_clk_data *data, unsigned long rate, bool set) argument
/u-boot/drivers/sound/
H A Drt5677.c95 rt5677_bic_or(struct rt5677_priv *priv, uint reg, uint bic, uint set) argument
/u-boot/drivers/rtc/
H A Dds1374.c200 static void rtc_write(uchar reg, uchar val, bool set) argument
/u-boot/drivers/power/pmic/
H A Dpmic-uclass.c174 int pmic_clrsetbits(struct udevice *dev, uint reg, uint clr, uint set) argument

Completed in 144 milliseconds

1234