Home
last modified time | relevance | path

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

/freebsd/sys/dev/asmc/
H A Dasmcmmio.c56 asmc_mmio_key_read(device_t dev, const char *key, uint8_t *buf, uint8_t len) in asmc_mmio_key_read() function
284 error = asmc_mmio_key_read(dev, ASMC_KEY_LDKN, &ldkn, 1); in asmc_mmio_probe()
386 error = asmc_mmio_key_read(dev, ASMC_KEY_BCLM, &bclm, 1); in asmc_bclm_sysctl()
H A Dasmcmmio.h37 int asmc_mmio_key_read(device_t dev, const char *key,
H A Dasmc.c1100 return (asmc_mmio_key_read(dev, key, buf, len)); in asmc_key_read()