Searched refs:ccr (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/sys/powerpc/aim/
H A Dmp_cpudep.c138 register_t ccr, bit; local
152 ccr = mfspr(SPR_L2CR);
153 if (ccr & L2CR_L2E)
154 return (ccr);
157 ccr = l2cr_config & ~L2CR_L2E;
158 mtspr(SPR_L2CR, ccr | L2CR_L2I);
160 ccr = mfspr(SPR_L2CR);
161 } while (ccr & bit);
172 register_t ccr; local
174 ccr
[all...]
/freebsd-12-stable/sys/arm/ti/
H A Dti_sdma.c633 uint32_t ccr; local
681 ccr = ti_sdma_read_4(sc, DMA4_CCR(ch));
682 ccr |= (1 << 7);
683 ti_sdma_write_4(sc, DMA4_CCR(ch), ccr);
727 uint32_t ccr; local
777 ccr = ti_sdma_read_4(sc, DMA4_CCR(ch));
778 ccr |= (1 << 7);
779 ti_sdma_write_4(sc, DMA4_CCR(ch), ccr);
1025 uint32_t ccr; local
1038 ccr
1089 uint32_t ccr; local
[all...]
/freebsd-12-stable/sys/modules/cxgbe/
H A DMakefile20 SUBDIR+= ccr
/freebsd-12-stable/sys/modules/cxgbe/ccr/
H A DMakefile6 KMOD= ccr
/freebsd-12-stable/sys/sparc64/include/
H A Dtstate.h33 #include <machine/ccr.h>
/freebsd-12-stable/sys/arm/allwinner/
H A Daw_spi.c323 aw_spi_clock_test_cdr1(struct aw_spi_softc *sc, uint64_t clock, uint32_t *ccr) argument
337 *ccr = (best_div << AW_SPI_CCR_CDR1_SHIFT);
342 aw_spi_clock_test_cdr2(struct aw_spi_softc *sc, uint64_t clock, uint32_t *ccr) argument
356 *ccr = AW_SPI_CCR_DRS | (best_div << AW_SPI_CCR_CDR2_SHIFT);
364 uint32_t ccr, ccr1, ccr2; local
370 ccr = ccr1;
372 ccr = ccr2;
375 ccr = ccr1;
377 ccr = ccr2;
380 AW_SPI_WRITE_4(sc, AW_SPI_CCR, ccr);
[all...]
/freebsd-12-stable/lib/libc/sparc64/sys/
H A D__sparc_utrap_gen.S95 ! Restore %asi and %ccr from the passed tstate
98 wr %l4, 0, %ccr
/freebsd-12-stable/sys/dev/uart/
H A Duart_dev_mvebu.c179 uint32_t ccr; local
211 ccr = uart_getreg(bas, UART_CCR);
212 ccr &=~CCR_BAUDRATE_DIV;
214 uart_setreg(bas, UART_CCR, ccr | divisor);
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Dlinux-unwind.h59 unsigned long ccr; member in struct:gcc_regs
247 fs->regs.reg[CR2_REGNO].loc.offset = (long) &regs->ccr - new_cfa;
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx51_ccm.c453 uint32_t ccr; local
487 ccr = ccm_read_4(ccm_softc, CCMC_CCR);
488 if (ccr & CCR_FPM_MULT)
/freebsd-12-stable/sys/amd64/vmm/io/
H A Dvlapic.c198 uint32_t ccr; local
200 ccr = 0;
207 * compute the value of 'ccr' based on the remaining time.
213 ccr += bt_rem.sec * BT2FREQ(&vlapic->timer_freq_bt);
214 ccr += bt_rem.frac / vlapic->timer_freq_bt.frac;
217 KASSERT(ccr <= lapic->icr_timer, ("vlapic_get_ccr: invalid ccr %#x, "
218 "icr_timer is %#x", ccr, lapic->icr_timer));
220 ccr, lapic->icr_timer);
222 return (ccr);
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl365 my ($ptbl,$pwr,$ccr,$skip_wr)=@_;
373 sll %o5, %o4, $ccr
376 wr $ccr, %g0, %ccr
592 wr %o4, %g0, %ccr
964 ($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz,$ccr)=map("%l$_",(0..7));
966 &load_ccr($bp,"%g4",$ccr);
1053 wr $ccr, %g0, %ccr
/freebsd-12-stable/crypto/openssl/crypto/
H A Dsparccpuid.S48 ! Following is V9 "rd %ccr,%o0" instruction. However! V8
54 .word 0x91408000 !rd %ccr,%o0
181 .word 0x95408000 !rd %ccr,%o2, see comment above
229 .word 0x91408000 !rd %ccr,%o0
391 .word 0x83408000 !rd %ccr,%g1
561 .word 0x83408000 !rd %ccr,%g1
/freebsd-12-stable/sys/amd64/vmm/intel/
H A Dvtd.c65 volatile uint64_t ccr; member in struct:vtdmap
262 vtdmap->ccr = VTD_CCR_ICC | VTD_CCR_CIRG_GLOBAL;
263 while ((vtdmap->ccr & VTD_CCR_ICC) != 0)
/freebsd-12-stable/sys/dev/pccard/
H A Dpccard.c88 static int pccard_ccr_read(struct pccard_function *pf, int ccr);
89 static void pccard_ccr_write(struct pccard_function *pf, int ccr, int val);
139 pccard_ccr_read(struct pccard_function *pf, int ccr) argument
142 pf->pf_ccr_offset + ccr));
146 pccard_ccr_write(struct pccard_function *pf, int ccr, int val) argument
148 if ((pf->ccr_mask) & (1 << (ccr / 2))) {
150 pf->pf_ccr_offset + ccr, val);
/freebsd-12-stable/sys/dev/cp/
H A Dcpddk.h140 unsigned char ccr; /* CCR image */ member in struct:_cp_chan_t
/freebsd-12-stable/tests/sys/opencrypto/
H A Dcryptotest.py471 ccr = GenTestCase('ccr0') variable
/freebsd-12-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c136 static MALLOC_DEFINE(M_CCR, "ccr", "Chelsio T6 crypto");
2055 device_find_child(parent, "ccr", -1) == NULL)
2056 device_add_child(parent, "ccr", -1);
2077 * dev.ccr.X.
2083 * dev.ccr.X.stats.
2156 mtx_init(&sc->lock, "ccr", NULL, MTX_DEF);
2482 * the associated VI detaching. Eventually ccr should use
2846 "ccr",
2853 DRIVER_MODULE(ccr, t6nex, ccr_driver, ccr_devclass, ccr_modevent, NULL);
2854 MODULE_VERSION(ccr,
[all...]
/freebsd-12-stable/share/man/man4/
H A DMakefile111 ccr.4 \

Completed in 302 milliseconds