Home
last modified time | relevance | path

Searched defs:set_clk (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/src/include/
H A Dspi_bitbang.h10 void (*set_clk)(const struct spi_bitbang_ops *ops, int value); member
/aosp_15_r20/external/coreboot/src/soc/rockchip/rk3399/
H A Dspi_bitbang.c35 static void set_clk(const struct spi_bitbang_ops *ops, int value) in set_clk() function
/aosp_15_r20/trusty/user/app/sample/spi/swspi-test/
Dswspi-test.c317 TEST_P(swspi, set_clk) { in TEST_P() argument