Searched refs:zyd_write32 (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/zyd/ |
H A D | zyd_hw.c | 108 zyd_write32(struct zyd_softc *sc, uint16_t reg, uint32_t val) in zyd_write32() function 213 (void) zyd_write32(sc, ZYD_MAC_MISC, tmp); in zyd_lock_phy() 226 (void) zyd_write32(sc, ZYD_MAC_MISC, tmp); in zyd_unlock_phy() 303 (void) zyd_write32(sc, ZYD_MAC_TX_PE_CONTROL, tmp); in zyd_set_led() 315 (void) zyd_write32(sc, ZYD_MAC_MACADRL, tmp); in zyd_set_macaddr() 318 (void) zyd_write32(sc, ZYD_MAC_MACADRH, tmp); in zyd_set_macaddr() 491 (void) zyd_write32(sc, ZYD_MAC_AFTER_PNP, 1); in zyd_hw_configure() 499 (void) zyd_write32(sc, ZYD_CR_GPI_EN, 0); in zyd_hw_configure() 500 (void) zyd_write32(sc, ZYD_MAC_CONT_WIN_LIMIT, 0x7f043f); in zyd_hw_configure() 503 (void) zyd_write32(sc, ZYD_CR_INTERRUPT, 0); in zyd_hw_configure() [all …]
|
H A D | zyd.h | 366 extern zyd_res zyd_write32(struct zyd_softc *, uint16_t, uint32_t);
|