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

  /src/sys/opencrypto/
ocryptodev.c 115 struct fcrypt *fcr = fp->f_fcrypt; local in function:ocryptof_ioctl
129 error = ocryptodev_session(fcr, osop);
146 error = ocryptodev_msession(fcr, osnop, osgop->count);
159 cse = cryptodev_csefind(fcr, ocop->ses);
179 error = ocryptodev_mop(fcr, ocnop, omop->count,
215 ocryptodev_mop(struct fcrypt *fcr, struct ocrypt_n_op *ocnop, int count,
238 res = cryptodev_mop(fcr, &cnop, count, l);
247 ocryptodev_session(struct fcrypt *fcr, struct osession_op *osop)
259 res = cryptodev_session(fcr, &sop);
268 ocryptodev_msession(struct fcrypt *fcr, struct osession_n_op *osn_ops
    [all...]
cryptodev.c 226 struct fcrypt *fcr = fp->f_fcrypt; local in function:cryptof_ioctl
250 getnanotime(&fcr->atime);
279 error = cryptodev_session(fcr, sop);
297 fcr->mtime = fcr->atime;
299 error = cryptodev_msession(fcr, snop, sgop->count);
311 fcr->mtime = fcr->atime;
313 cse = csefind(fcr, ses);
318 csedelete(fcr, cse)
895 struct fcrypt *fcr = fp->f_fcrypt; local in function:cryptof_close
1011 struct fcrypt *fcr; local in function:cryptoopen
1983 struct fcrypt *fcr = fp->f_fcrypt; local in function:cryptof_stat
2002 struct fcrypt *fcr = fp->f_fcrypt; local in function:cryptof_poll
    [all...]
  /src/sys/arch/bebox/stand/boot/
ns16550.h 41 unsigned char fcr; /* 2 */ member in struct:NS16550
50 #define iir fcr
  /src/sys/arch/prep/stand/boot/
ns16550.h 40 volatile unsigned char fcr; /* 2 */ member in struct:NS16550
49 #define iir fcr
  /src/sys/arch/rs6000/stand/boot/
ns16550.h 40 volatile unsigned char fcr; /* 2 */ member in struct:NS16550
49 #define iir fcr
  /src/sys/arch/macppc/dev/
mediabay.c 164 u_int fcr = 0; local in function:mediabay_attach_content
171 fcr = in32rb(sc->sc_fcr);
177 if ((fcr & (FCR_MEDIABAY_ENABLE | FCR_MEDIABAY_IDE_ENABLE
180 fcr |= FCR_MEDIABAY_ENABLE | FCR_MEDIABAY_RESET;
181 out32rb(sc->sc_fcr, fcr);
184 fcr &= ~FCR_MEDIABAY_RESET;
185 out32rb(sc->sc_fcr, fcr);
188 fcr |= FCR_MEDIABAY_IDE_ENABLE | FCR_MEDIABAY_CD_POWER;
189 out32rb(sc->sc_fcr, fcr);
257 fcr &= ~(FCR_MEDIABAY_ENABLE | FCR_MEDIABAY_IDE_ENABLE
288 u_int x, fcr; local in function:mediabay_kthread
    [all...]
snapper.c 1752 x = obio_read_4(KEYLARGO_FCR1); /* FCR */
2074 char fcr[32]; local in function:snapper_init
2076 snprintb(fcr, sizeof(fcr), FCR3C_BITMASK, obio_read_4(KEYLARGO_FCR1));
2077 printf("FCR(0x3c) %s\n", fcr);
  /src/sys/dev/ic/
dm9000.c 479 uint8_t fcr, ncr; local in function:mii_statchg
500 fcr = dme_read(sc, DM9000_FCR) &~ DM9000_FCR_FLCE;
504 fcr |= DM9000_FCR_FLCE;
507 dme_write(sc, DM9000_FCR, fcr);
com.c 738 uint8_t fcr = FIFO_ENABLE | FIFO_TRIGGER_14; local in function:com_attach_subr
744 fcr | FIFO_64B_ENABLE);
746 CSR_WRITE_1(regsp, COM_REG_FIFO, fcr);
749 fcr | FIFO_64B_ENABLE);
760 CSR_WRITE_1(regsp, COM_REG_FIFO, fcr);
1846 /* setup the fifos. the FCR value is not used as long
2606 /* setup the fifos. the FCR value is not used as long
  /src/sys/arch/epoc32/windermere/
wmcom.c 746 uint8_t fcr; local in function:wmcom_break
749 fcr = bus_space_read_1(sc->sc_iot, sc->sc_ioh, UARTFCR);
751 SET(fcr, FCR_BREAK);
753 CLR(fcr, FCR_BREAK);
754 bus_space_write_1(sc->sc_iot, sc->sc_ioh, UARTFCR, fcr);
829 int8_t fcr = FCR_UFIFOEN; local in function:wmcom_cflag2fcr
832 case CS5: SET(fcr, FCR_WLEN_5); break;
833 case CS6: SET(fcr, FCR_WLEN_6); break;
834 case CS7: SET(fcr, FCR_WLEN_7); break;
835 case CS8: SET(fcr, FCR_WLEN_8); break
    [all...]
  /src/sys/dev/pci/
if_bwfm_pci.c 1418 struct msgbuf_flowring_create_resp *fcr; local in function:bwfm_pci_msg_rx
1428 fcr = (struct msgbuf_flowring_create_resp *)buf;
1429 flowid = letoh16(fcr->compl_hdr.flow_ring_id);
1438 if (fcr->compl_hdr.status) {
  /src/sys/arch/arm/sociox/
if_scx.c 1706 uint32_t miisr, mcr, fcr; local in function:mii_statchg
1745 fcr = mac_read(sc, GMACFCR) & ~(FCR_TFE | FCR_RFE);
1748 fcr |= FCR_TFE;
1750 fcr |= FCR_RFE;
1754 mac_write(sc, GMACFCR, fcr);
1758 (fcr & FCR_TFE) ? '+' : '-',
1759 (fcr & FCR_RFE) ? '+' : '-');

Completed in 55 milliseconds