Home
last modified time | relevance | path

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

/freebsd/sys/dev/asmc/
H A Dasmcmmio.h39 int asmc_mmio_key_write(device_t dev, const char *key,
H A Dasmcmmio.c115 asmc_mmio_key_write(device_t dev, const char *key, uint8_t *buf, uint8_t len) in asmc_mmio_key_write() function
399 error = asmc_mmio_key_write(dev, ASMC_KEY_BCLM, &bclm, 1); in asmc_bclm_sysctl()
H A Dasmc.c1881 return (asmc_mmio_key_write(dev, key, buf, len)); in asmc_key_write()