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

  /src/sys/arch/mvme68k/dev/
lpt_pcc.c 169 int sps; local in function:lpt_pcc_open
175 sps = splhigh();
178 splx(sps);
  /src/sys/dev/mvme/
lpt_pcctwo.c 182 int sps; local in function:lpt_pcctwo_open
191 sps = splhigh();
194 splx(sps);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/actions/
s700.dtsi 220 sps: power-controller@e01b0100 { label
221 compatible = "actions,s700-sps";
260 power-domains = <&sps S700_PD_DMA>;
s900.dtsi 178 sps: power-controller@e012e000 { label
179 compatible = "actions,s900-sps";
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
owl-s500.dtsi 49 power-domains = <&sps S500_PD_CPU2>;
57 power-domains = <&sps S500_PD_CPU3>;
256 sps: power-controller@b01b0100 { label
257 compatible = "actions,s500-sps";
292 power-domains = <&sps S500_PD_DMA>;
  /src/sys/arch/x68k/dev/
opmbell.c 408 int sps; local in function:bell_on
410 sps = spltty();
413 splx(sps);
  /src/sys/arch/atari/dev/
lpt.c 195 int sps; local in function:lpopen
236 sps = splhigh();
239 splx(sps);
263 int sps; local in function:lpclose
271 sps = splhigh();
274 splx(sps);
clock.c 423 int sps; local in function:atari_rtc_get
427 sps = splhigh();
430 splx(sps);
ncr5380.c 141 int sps; local in function:finish_req
162 sps = splbio();
165 splx(sps);
270 int sps; local in function:ncr5380_scsi_request
293 sps = splbio();
297 splx(sps);
302 splx(sps);
340 sps = splbio();
397 splx(sps);
456 int sps; local in function:scsi_main
713 int sps; local in function:scsi_select
1123 int sps; local in function:handle_message
1438 int sps; local in function:transfer_dma
1598 int sps; local in function:check_autosense
1714 int sps; local in function:scsi_reset
1915 int sps = splbio(); local in function:run_main
2041 int sps = splhigh(); local in function:scsi_show
    [all...]
zs.c 800 int sps; local in function:zssoft
802 sps = splzs();
809 splx(sps);
  /src/usr.bin/audio/common/
wav.c 347 u_int32_t filelen, fmtsz, sps, abps, factsz = 4, nsample, datalen; local in function:wav_prepare_header
428 sps = ti->sample_rate;
472 put32(sps);
  /src/sys/arch/mac68k/dev/
ncr5380.c 136 int sps; local in function:finish_req
157 sps = splbio();
160 splx(sps);
266 int sps, flags; local in function:ncr5380_scsi_request
286 sps = splbio();
294 splx(sps);
333 sps = splbio();
390 splx(sps);
449 int sps; local in function:scsi_main
459 sps = splbio()
694 int sps; local in function:scsi_select
1099 int sps; local in function:handle_message
1407 int sps; local in function:transfer_dma
1564 int sps; local in function:check_autosense
1675 int sps; local in function:scsi_reset
1857 int sps = splbio(); local in function:run_main
1967 int sps = splhigh(); local in function:scsi_show
    [all...]
  /src/sys/dev/qbus/
if_dmc.c 467 int sps; local in function:dmcload
469 sps = splnet();
492 splx(sps);

Completed in 22 milliseconds