Home
last modified time | relevance | path

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

/freebsd/sys/dev/asmc/
H A Dasmc.c72 static int asmc_wait_ack(device_t dev, uint8_t val, int amount);
937 asmc_wait_ack(device_t dev, uint8_t val, int amount) in asmc_wait_ack() function
964 if (asmc_wait_ack(dev, val, 1000) == 0) in asmc_wait()
990 if (asmc_wait_ack(dev, 0x0c, 100) == 0) { in asmc_command()