HomeSort by: relevance | last modified time | path
    Searched refs:hpet_reg (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
i82801lpcvar.h 36 uint32_t hpet_reg; member in struct:lpcib_hpet_attach_args
  /src/sys/arch/x86/pci/
ichlpcib_hpet.c 61 if (bus_space_map(bt, arg->hpet_reg, HPET_WINDOW_SIZE, 0, &bh) != 0)
80 if (bus_space_map(sc->sc_memt, arg->hpet_reg,
88 arg->hpet_reg, arg->hpet_reg + HPET_WINDOW_SIZE);
ichlpcib.c 814 uint32_t hpet_reg, val; local in function:lpcib_hpet_configure
821 hpet_reg = LPCIB_ICH5_HPTC_0000_BASE;
824 hpet_reg = LPCIB_ICH5_HPTC_1000_BASE;
827 hpet_reg = LPCIB_ICH5_HPTC_2000_BASE;
830 hpet_reg = LPCIB_ICH5_HPTC_3000_BASE;
843 hpet_reg = LPCIB_RCBA_HPTC_0000_BASE;
846 hpet_reg = LPCIB_RCBA_HPTC_1000_BASE;
849 hpet_reg = LPCIB_RCBA_HPTC_2000_BASE;
852 hpet_reg = LPCIB_RCBA_HPTC_3000_BASE;
866 arg.hpet_reg = hpet_reg
    [all...]
tcpcib.c 275 hpet_arg.hpet_reg = E600_HPET_BASE;

Completed in 39 milliseconds