/src/sys/dev/pci/ |
if_tl.c | 992 uint32_t int_type, int_reg; local in function:tl_intr 996 int_reg = TL_HR_READ(sc, TL_HOST_INTR_DIOADR); 997 int_type = int_reg & TL_INTR_MASK; 1002 device_xname(sc->sc_dev), int_type, int_reg); 1173 if (int_reg & TL_INTVec_MASK) { 1177 int_reg & TL_INTVec_MASK, 1206 rnd_add_uint32(&sc->rnd_source, int_reg);
|
if_tl.c | 992 uint32_t int_type, int_reg; local in function:tl_intr 996 int_reg = TL_HR_READ(sc, TL_HOST_INTR_DIOADR); 997 int_type = int_reg & TL_INTR_MASK; 1002 device_xname(sc->sc_dev), int_type, int_reg); 1173 if (int_reg & TL_INTVec_MASK) { 1177 int_reg & TL_INTVec_MASK, 1206 rnd_add_uint32(&sc->rnd_source, int_reg);
|
/src/sys/arch/alpha/pci/ |
mcpciareg.h | 280 uint32_t int_reg; member in struct:mcpcia_iodsnap
|
mcpciareg.h | 280 uint32_t int_reg; member in struct:mcpcia_iodsnap
|