Searched refs:asmc_mmio_key_read (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/asmc/ |
| H A D | asmcmmio.c | 56 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 D | asmcmmio.h | 37 int asmc_mmio_key_read(device_t dev, const char *key,
|
| H A D | asmc.c | 1100 return (asmc_mmio_key_read(dev, key, buf, len)); in asmc_key_read()
|