Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/misc/ft8xx/
Dft8xx.c50 static void host_command(const struct device *dev, uint8_t cmd) in host_command() function
85 host_command(dev, CORERST); in ft8xx_init()
86 host_command(dev, ACTIVE); in ft8xx_init()
88 host_command(dev, CLKEXT); in ft8xx_init()
89 host_command(dev, CLK48M); in ft8xx_init()
92 host_command(dev, CORERST); in ft8xx_init()
93 host_command(dev, ACTIVE); in ft8xx_init()
95 host_command(dev, CLKEXT); in ft8xx_init()
96 host_command(dev, CLK48M); in ft8xx_init()