if_wm.c | 1066 static int32_t wm_read_ich8_dword(struct wm_softc *, uint32_t, uint32_t *); 14526 rv = wm_read_ich8_dword(sc, act_offset, &nvm_dword); 14536 rv = wm_read_ich8_dword(sc, act_offset + bank1_offset, 14867 wm_read_ich8_dword(struct wm_softc *sc, uint32_t index, uint32_t *data) function in typeref:typename:int32_t 14985 rv = wm_read_ich8_dword(sc, act_offset & ~0x3, &dword);
|