Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/board/gdsys/a38x/
H A Dhre.c88 #define IS_PCR_HREG(spec) ((spec) & 0x20) argument
89 #define IS_FIX_HREG(spec) (((spec) & 0x38) == 0x08) argument
90 #define IS_VAR_HREG(spec) (((spec) & 0x38) == 0x10) argument
91 #define HREG_IDX(spec) ((spec) & (IS_PCR_HREG(spec) ? 0x1f : 0x7)) argument
216 static struct h_reg *get_hreg(uint8_t spec) in get_hreg()
248 static struct h_reg *access_hreg(uint8_t spec, enum access_mode mode) in access_hreg()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit_misc.c66 ulong **src_addr, size_t *src_len, void *spec) in fit_decomp_image()
164 ulong **src_addr, size_t *src_len, void *spec) in board_fit_image_post_process()
/rk3399_rockchip-uboot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c140 #define IS_PCR_HREG(spec) ((spec) & 0x20) argument
141 #define IS_FIX_HREG(spec) (((spec) & 0x38) == 0x08) argument
142 #define IS_VAR_HREG(spec) (((spec) & 0x38) == 0x10) argument
143 #define HREG_IDX(spec) ((spec) & (IS_PCR_HREG(spec) ? 0x1f : 0x7)) argument
439 static struct h_reg *get_hreg(uint8_t spec) in get_hreg()
471 static struct h_reg *access_hreg(uint8_t spec, enum access_mode mode) in access_hreg()
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsandbox.c132 const char *spec = NULL; in sandbox_sf_probe() local
525 struct udevice *bus, ofnode node, const char *spec) in sandbox_sf_bind_emul()
/rk3399_rockchip-uboot/drivers/i2c/
H A Drk_i2c.c142 const struct i2c_spec_values *spec; in rk_i2c_adapter_clk() local
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c45 static int fit_parse_spec(const char *spec, char sepc, ulong addr_curr, in fit_parse_spec()
86 int fit_parse_conf(const char *spec, ulong addr_curr, in fit_parse_conf()
112 int fit_parse_subimage(const char *spec, ulong addr_curr, in fit_parse_subimage()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3568/
H A Drk3568.c1236 u8 val, spec; in soc_id_init() local