Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/asmc/
H A Dasmc.c71 static int asmc_command(device_t dev, uint8_t command);
967 asmc_command(device_t dev, uint8_t command) { in asmc_command() function
994 if (asmc_command(dev, ASMC_CMDREAD)) in asmc_key_read()
1044 if (asmc_command(dev, 0x12)) in asmc_key_dump()
1062 if (asmc_command(dev, 0x13)) in asmc_key_dump()
1128 if (asmc_command(dev, ASMC_CMDWRITE)) in asmc_key_write()