Searched refs:amdsmn_read (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/amdsmn/ |
H A D | amdsmn.h | 29 int amdsmn_read(device_t dev, uint32_t addr, uint32_t *value);
|
H A D | amdsmn.c | 247 amdsmn_read(device_t dev, uint32_t addr, uint32_t *value) in amdsmn_read() function
|
/freebsd/sys/dev/amdtemp/ |
H A D | amdtemp.c | 784 error = amdsmn_read(sc->sc_smn, AMDTEMP_15H_M60H_REPTMP_CTRL, &val); in amdtemp_gettemp15hm60h() 799 error = amdsmn_read(sc->sc_smn, AMDTEMP_17H_CUR_TMP, &val); in amdtemp_gettemp17h() 804 error = amdsmn_read(sc->sc_smn, sc->sc_temp_base + in amdtemp_gettemp17h() 825 error = amdsmn_read(sc->sc_smn, sc->sc_temp_base + in amdtemp_probe_ccd_sensors()
|