Home
last modified time | relevance | path

Searched refs:fcr (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/arch/macppc/dev/
H A Dmediabay.c140 u_int fcr; in mediabay_attach_content() local
146 fcr = in32rb(sc->sc_fcr); in mediabay_attach_content()
148 out32rb(sc->sc_fcr, fcr); in mediabay_attach_content()
151 fcr &= ~FCR_MEDIABAY_RESET; in mediabay_attach_content()
152 out32rb(sc->sc_fcr, fcr); in mediabay_attach_content()
156 out32rb(sc->sc_fcr, fcr); in mediabay_attach_content()
188 out32rb(sc->sc_fcr, fcr); in mediabay_attach_content()
224 u_int x, fcr; in mediabay_kthread() local
244 fcr = in32rb(sc->sc_fcr); in mediabay_kthread()
245 fcr &= ~(FCR_MEDIABAY_ENABLE | in mediabay_kthread()
[all …]
/openbsd/usr.sbin/vmd/
H A Dns8250.h49 uint8_t fcr; /* FIFO Control Register */ member
H A Dns8250.c393 com1_dev.regs.fcr = vei->vei.vei_data; in vcpu_process_com_iir()
/openbsd/gnu/usr.bin/binutils/gdb/regformats/
H A Dreg-ia64.dat367 64:fcr
/openbsd/sys/dev/pci/
H A Dif_bwfm_pci.c1667 struct msgbuf_flowring_create_resp *fcr; in bwfm_pci_msg_rx() local
1678 fcr = (struct msgbuf_flowring_create_resp *)buf; in bwfm_pci_msg_rx()
1679 flowid = letoh16(fcr->compl_hdr.flow_ring_id); in bwfm_pci_msg_rx()
1688 if (fcr->compl_hdr.status) { in bwfm_pci_msg_rx()
/openbsd/gnu/gcc/gcc/config/score/
H A Dscore.md77 …"unknown,branch,jump,call,load,store,cmp,arith,move,const,nop,mul,div,cndmv,fce,tce,fsr,tsr,fcr,tc…
193 [(set_attr "type" "arith,move,load,store,fce,tce,fsr,tsr,fcr,tcr")
/openbsd/sys/arch/amd64/amd64/
H A Dvmm_machdep.c8317 vmm_decode_ia32_fc_value(uint64_t fcr) in vmm_decode_ia32_fc_value() argument
8330 if (fcr & fcr_info[i].vrdi_bit) in vmm_decode_ia32_fc_value()
8335 if (fcr & IA32_FEATURE_CONTROL_SENTER_EN) in vmm_decode_ia32_fc_value()
8337 (fcr & IA32_FEATURE_CONTROL_SENTER_PARAM_MASK) >> 8); in vmm_decode_ia32_fc_value()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.td898 (outs GPR:$rx), (ins), "mfcr\t$rx, fcr", []> {
911 (outs), (ins GPR:$rx), "mtcr\t$rx, fcr", []> {