Home
last modified time | relevance | path

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

/freebsd/sys/dev/asmc/
H A Dasmc.c70 static int asmc_command(device_t dev, uint8_t command);
984 asmc_command(device_t dev, uint8_t command) { in asmc_command() function
1011 if (asmc_command(dev, ASMC_CMDREAD)) in asmc_key_read()
1061 if (asmc_command(dev, 0x12)) in asmc_key_dump()
1079 if (asmc_command(dev, 0x13)) in asmc_key_dump()
1145 if (asmc_command(dev, ASMC_CMDWRITE)) in asmc_key_write()