Home
last modified time | relevance | path

Searched refs:w (Results 1 – 13 of 13) sorted by relevance

/rk3399_ARM-atf/drivers/st/crypto/
H A Dstm32_saes.c604 unsigned int w; /* Word index */ in stm32_saes_update_assodata() local
606 w = i / sizeof(uint32_t); in stm32_saes_update_assodata()
608 mmio_write_32(ctx->base + _SAES_DINR, data_u32[w + 0U]); in stm32_saes_update_assodata()
609 mmio_write_32(ctx->base + _SAES_DINR, data_u32[w + 1U]); in stm32_saes_update_assodata()
610 mmio_write_32(ctx->base + _SAES_DINR, data_u32[w + 2U]); in stm32_saes_update_assodata()
611 mmio_write_32(ctx->base + _SAES_DINR, data_u32[w + 3U]); in stm32_saes_update_assodata()
685 unsigned int w; /* Word index */ in stm32_saes_update_load() local
687 w = i / sizeof(uint32_t); in stm32_saes_update_load()
689 mmio_write_32(ctx->base + _SAES_DINR, data_in_u32[w + 0U]); in stm32_saes_update_load()
690 mmio_write_32(ctx->base + _SAES_DINR, data_in_u32[w + 1U]); in stm32_saes_update_load()
[all …]
/rk3399_ARM-atf/include/drivers/nxp/sd/
H A Dsd_mmc.h91 #define ESDHC_WML_RD_WML(w) ((w) & 0x7F) argument
92 #define ESDHC_WML_WR_WML(w) (((w) & 0x7F) << 16) argument
93 #define ESDHC_WML_RD_BRST(w) (((w) & 0xF) << 8) argument
94 #define ESDHC_WML_WR_BRST(w) (((w) & 0xF) << 24) argument
/rk3399_ARM-atf/plat/aspeed/ast2700/
H A Dplat_bl31_setup.c128 uint32_t w; member
148 pll_reg.w = mmio_read_32(SCU_CPU_HPLL); in plat_get_pll_rate()
151 pll_reg.w = mmio_read_32(SCU_CPU_DPLL); in plat_get_pll_rate()
154 pll_reg.w = mmio_read_32(SCU_CPU_MPLL); in plat_get_pll_rate()
/rk3399_ARM-atf/tools/marvell/doimage/secure/
H A Dcsk_priv_pem0.key6 4Y0Yko31Xv7T1PcXahVBIciT+11w+fLc4wQuCJ6GUf9JbzQ0ZllY/FdRG0AhuRMH
/rk3399_ARM-atf/lib/zlib/
H A Dcrc32.c528 local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w) { in braid() argument
531 for (k = 0; k < w; k++) { in braid()
532 p = x2nmodp((n * w + 3 - k) << 3, 0); in braid()
534 big[w - 1 - k][0] = 0; in braid()
537 big[w - 1 - k][i] = byte_swap(q); in braid()
/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_parser.py85 w = self.tree_width(parent_set, c)
86 width.append(w)
87 total_width += w
/rk3399_ARM-atf/docs/about/
H A Drelease-information.rst25 code freeze ver w.x code freeze ver y.z
/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dassembly.h201 #define WIDE(op) op.w
/rk3399_ARM-atf/docs/tools/
H A Dmemory-layout-tool.rst108 of 120 chars. This can be increased if needed with the ``-w`` option.
/rk3399_ARM-atf/
H A Dpoetry.lock668 …)", "poetry-core (>=1.0.0)", "pytest (>=7.2.0)", "pytest-rerunfailures", "pytest-xdist", "tomli-w"]
962 …bprocess", "pytest-timeout", "pytest-xdist (>=3)", "ruff (<=0.7.1)", "tomli-w (>=1.0.0)", "virtual…
/rk3399_ARM-atf/docs/design/
H A Dinterrupt-framework-design.rst527 Secure payload IHF design w.r.t secure-EL1 interrupts
554 Secure payload IHF design w.r.t non-secure interrupts
/rk3399_ARM-atf/tools/tlc/
H A Dpoetry.lock1253 …win\"", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli-w (>=1.0.0)", "virtual…
/rk3399_ARM-atf/docs/
H A Dchange-log.md860 …- allow secure r/w to the EUD enable register ([bdd1932](https://review.trustedfirmware.org/plugin…
3683 …- support FW handoff b/w BL1 & BL2 ([9c11ed7](https://review.trustedfirmware.org/plugins/gitiles/T…
3684 …- support FW handoff b/w BL2 & BL31 ([a5566f6](https://review.trustedfirmware.org/plugins/gitiles/…
5818 …- panic w/o handoff structure in !JTAG ([fbe4dbe](https://review.trustedfirmware.org/plugins/gitil…
10833 - intel: Remove un-needed checks for qspi driver r/w and s10 unused source