Home
last modified time | relevance | path

Searched refs:pl022_init (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/drivers/
H A Dpl022_spi.h43 void pl022_init(struct pl022_data *pd);
/optee_os/core/arch/arm/plat-hikey/
H A Dspi_test.c92 pl022_init(&pd); in spi_test_with_manual_cs_control()
182 pl022_init(&pd); in spi_test_with_registered_cs_cb()
238 pl022_init(&pd022); in spi_test_with_builtin_cs_control()
/optee_os/core/drivers/
H A Dpl022_spi.c505 void pl022_init(struct pl022_data *pd) in pl022_init() function