Searched refs:pl022_data (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/drivers/ |
A D | pl022_spi.c | 144 struct pl022_data *pd = container_of(chip, struct pl022_data, chip); in pl022_txrx8() 190 struct pl022_data *pd = container_of(chip, struct pl022_data, chip); in pl022_txrx16() 250 static void pl022_sanity_check(struct pl022_data *pd) in pl022_sanity_check() 279 static inline uint32_t pl022_calc_freq(struct pl022_data *pd, in pl022_calc_freq() 287 struct pl022_data *pd = container_of(chip, struct pl022_data, chip); in pl022_control_cs() 308 static void pl022_calc_clk_divisors(struct pl022_data *pd, in pl022_calc_clk_divisors() 359 struct pl022_data *pd = container_of(chip, struct pl022_data, chip); in pl022_flush_fifo() 375 struct pl022_data *pd = container_of(chip, struct pl022_data, chip); in pl022_configure() 477 struct pl022_data *pd = container_of(chip, struct pl022_data, chip); in pl022_start() 487 struct pl022_data *pd = container_of(chip, struct pl022_data, chip); in pl022_end() [all …]
|
/optee_os-3.20.0/core/include/drivers/ |
A D | pl022_spi.h | 31 struct pl022_data { struct 43 void pl022_init(struct pl022_data *pd); argument
|
/optee_os-3.20.0/core/arch/arm/plat-hikey/ |
A D | spi_test.c | 70 struct pl022_data pd; in spi_test_with_manual_cs_control() 159 struct pl022_data pd; in spi_test_with_registered_cs_cb() 206 struct pl022_data pd022; in spi_test_with_builtin_cs_control()
|
Completed in 4 milliseconds