Searched refs:apple_smc_write_key (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | apple_smc.c | 575 apple_smc_write_key(struct apple_smc_tag *smc, const struct apple_smc_key *key, in apple_smc_write_key() function 597 return apple_smc_write_key(smc, key, &v, 1); in apple_smc_write_key_1() 608 return apple_smc_write_key(smc, key, &v_be, 2); in apple_smc_write_key_2() 619 return apple_smc_write_key(smc, key, &v_be, 4); in apple_smc_write_key_4()
|
H A D | apple_smc.h | 100 int apple_smc_write_key(struct apple_smc_tag *,
|
/netbsd-src/sys/arch/arm/apple/ |
H A D | apple_smc.c | 231 apple_smc_write_key(struct apple_smc_softc *sc, uint32_t key, void *data, size_t len) in apple_smc_write_key() function 290 apple_smc_write_key(sc, key, &data, sizeof(data)); in apple_smc_gpio_write()
|