Searched defs:spec (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/board/gdsys/a38x/ |
| H A D | hre.c | 88 #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 D | fit_misc.c | 66 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 D | controlcenterd-id.c | 140 #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 D | sandbox.c | 132 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 D | rk_i2c.c | 142 const struct i2c_spec_values *spec; in rk_i2c_adapter_clk() local
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 45 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 D | rk3568.c | 1236 u8 val, spec; in soc_id_init() local
|