Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/asmc/
H A Dasmc.c73 static int asmc_wait_ack(device_t dev, uint8_t val, int amount);
920 asmc_wait_ack(device_t dev, uint8_t val, int amount) in asmc_wait_ack() function
947 if (asmc_wait_ack(dev, val, 1000) == 0) in asmc_wait()
973 if (asmc_wait_ack(dev, 0x0c, 100) == 0) { in asmc_command()