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

  /src/sys/arch/x86/x86/
patch.c 191 const struct x86_hotpatch_destination *hps, *hpe, *hp; local in function:x86_hotpatch_apply
225 hps = (struct x86_hotpatch_destination *)&__rodata_hotpatch_start;
227 for (hp = hps; hp < hpe; hp++) {
  /src/sys/dev/marvell/
mvsdio.c 160 uint32_t hps; local in function:mvsdio_attach
231 hps = bus_space_read_4(sc->sc_iot, sc->sc_ioh, MVSDIO_HPS16LSB);
232 if ((hps & HPS16LSB_CMDLEVEL) == 0) {
234 "CMD line not idle, HPS 0x%x (bad MPP config?)\n", hps);
  /src/sys/arch/arm/amlogic/
meson_genfb.c 411 uint32_t scctl, sci_wh, sco_h, sco_v, hsc, vsc, hps, vps, hip, vip; local in function:meson_genfb_scaler_config
494 hps = VPU_READ(sc, VPP_OSD_HSC_PHASE_STEP_REG);
495 hps &= ~VPP_OSD_HSC_PHASE_STEP_FORMAT;
496 hps |= __SHIFTIN(hf_phase_step, VPP_OSD_HSC_PHASE_STEP_FORMAT);
497 VPU_WRITE(sc, VPP_OSD_HSC_PHASE_STEP_REG, hps);

Completed in 14 milliseconds