HomeSort by: relevance | last modified time | path
    Searched defs:wm_read_ich8_dword (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
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);
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);

Completed in 41 milliseconds