Home
last modified time | relevance | path

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

/src/sys/dev/asmc/
H A Dasmc.c73 static int asmc_command(device_t dev, uint8_t command);
1111 asmc_command(device_t dev, uint8_t command) in asmc_command() function
1139 if (asmc_command(dev, ASMC_CMDREAD)) in asmc_key_read()
1190 if (asmc_command(dev, 0x12)) in asmc_key_dump()
1208 if (asmc_command(dev, 0x13)) in asmc_key_dump()
1275 if (asmc_command(dev, ASMC_CMDWRITE)) in asmc_key_write()