| /src/sys/arch/x86/x86/ |
| patch.c | 191 const struct x86_hotpatch_destination *hps, *hpe, *hp; local 225 hps = (struct x86_hotpatch_destination *)&__rodata_hotpatch_start; 227 for (hp = hps; hp < hpe; hp++) {
|
| patch.c | 191 const struct x86_hotpatch_destination *hps, *hpe, *hp; local 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 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);
|
| mvsdio.c | 160 uint32_t hps; local 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 | 410 uint32_t scctl, sci_wh, sco_h, sco_v, hsc, vsc, hps, vps, hip, vip; local 493 hps = VPU_READ(sc, VPP_OSD_HSC_PHASE_STEP_REG); 494 hps &= ~VPP_OSD_HSC_PHASE_STEP_FORMAT; 495 hps |= __SHIFTIN(hf_phase_step, VPP_OSD_HSC_PHASE_STEP_FORMAT); 496 VPU_WRITE(sc, VPP_OSD_HSC_PHASE_STEP_REG, hps);
|
| meson_genfb.c | 410 uint32_t scctl, sci_wh, sco_h, sco_v, hsc, vsc, hps, vps, hip, vip; local 493 hps = VPU_READ(sc, VPP_OSD_HSC_PHASE_STEP_REG); 494 hps &= ~VPP_OSD_HSC_PHASE_STEP_FORMAT; 495 hps |= __SHIFTIN(hf_phase_step, VPP_OSD_HSC_PHASE_STEP_FORMAT); 496 VPU_WRITE(sc, VPP_OSD_HSC_PHASE_STEP_REG, hps);
|