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

  /src/sys/dev/ic/
lan9118.c 160 uint32_t val, irq_cfg; local in function:lan9118_attach
211 irq_cfg = 0;
213 irq_cfg |= LAN9118_IRQ_CFG_IRQ_POL;
215 irq_cfg |= LAN9118_IRQ_CFG_IRQ_TYPE;
216 bus_space_write_4(sc->sc_iot, sc->sc_ioh, LAN9118_IRQ_CFG, irq_cfg);
534 uint32_t reg, hw_cfg, mac_cr, irq_cfg; local in function:lan9118_init
608 irq_cfg = bus_space_read_4(sc->sc_iot, sc->sc_ioh, LAN9118_IRQ_CFG);
609 irq_cfg |= LAN9118_IRQ_CFG_IRQ_EN;
610 bus_space_write_4(sc->sc_iot, sc->sc_ioh, LAN9118_IRQ_CFG, irq_cfg);

Completed in 21 milliseconds