Home
last modified time | relevance | path

Searched defs:hardware (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/test/py/
H A DREADME.md168 ### Hook scripts
255 ### Board-type-specific configuration
267 ### Execution environment configuration
285 ### Board module parameter usage
292 ### U-Boot `.config` feature usage
308 ### Complete invocation example
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Drkce_core.c48 #define GET_RKCE_REG(hardware) (((struct rkce_hardware *)(hardware))->rkce_reg) argument
49 #define CHECK_RKCE_INITED(hardware) WARN_ON_ONCE(!(hardware) || \ argument
290 struct rkce_hardware *hardware; in rkce_hardware_alloc() local
355 struct rkce_hardware *hardware = rkce_hw; in rkce_push_td() local
537 struct rkce_hardware *hardware = rkce_hw; in rkce_irq_callback_set() local
558 struct rkce_hardware *hardware = rkce_hw; in rkce_irq_handler() local
593 struct rkce_hardware *hardware = rkce_hw; in rkce_irq_thread() local
H A Dcrypto_ce.c47 void *hardware; member
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Domap_gpmc.c894 int __maybe_unused omap_nand_switch_ecc(uint32_t hardware, uint32_t eccstrength) in omap_nand_switch_ecc()