Searched refs:icr (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/sys/netgraph/atm/
H A Dng_atm.h89 { "icr", &ng_parse_uint32_type }, \
143 uint32_t icr; /* ABR: Initial cell rate */ member in struct:ngm_atm_cpcs_init
167 { "icr", &ng_parse_uint32_type }, \
H A Dng_atm.c746 if (arg->icr > arg->pcr || arg->icr < arg->mcr)
748 data.param.tparam.icr = arg->icr;
/freebsd-11-stable/sys/dev/e1000/
H A De1000_manage.c469 u32 hicr, hibba, fwsm, icr, i; local
495 icr = E1000_READ_REG(hw, E1000_ICR_V2);
507 icr = E1000_READ_REG(hw, E1000_ICR_V2);
508 if (icr & E1000_ICR_MNG)
H A De1000_82543.c1200 u32 icr, rctl; local
1239 icr = E1000_READ_REG(hw, E1000_ICR);
1240 E1000_WRITE_REG(hw, E1000_ICS, (icr & ~E1000_ICS_LSC));
H A Dif_igb.c1688 u32 icr; local
1691 icr = E1000_READ_REG(&adapter->hw, E1000_ICR);
1692 if (!(icr & E1000_ICR_LSC))
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm_tx.c591 if (t->mcr != 0 || t->icr != 0 || t->tbe != 0 || t->nrm != 0 ||
605 if (t->mcr != 0 || t->icr != 0 || t->tbe != 0 || t->nrm != 0 ||
638 if (t->icr > line_rate)
639 t->icr = line_rate;
740 (hatm_cps2atmf(t->icr) << HE_REGS_TSR2_ACR));
755 (hatm_cps2atmf(t->icr) << HE_REGS_TSR11_ICR) |
/freebsd-11-stable/sbin/atm/atmconfig/
H A Dnatm.c67 u_int pcr, scr, mbs, icr, mcr; member in struct:natm_route
199 r->icr = GET3();
671 printf("%-8u%-8u%-8u", r->pcr, r->mcr, r->icr);
H A Ddiag.c976 v->tparam.icr, v->tparam.tbe, v->tparam.nrm,
/freebsd-11-stable/sys/net/
H A Dif_atm.h108 uint32_t icr; /* 24bit: ABR ICR */ member in struct:atmio_tparam
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_mmc.c203 uint32_t icr; local
205 icr = AML_MMC_IRQ_CONFIG_SOFT_RESET;
208 icr |= AML_MMC_IRQ_CONFIG_CMD_DONE_EN;
210 CSR_WRITE_4(sc, AML_MMC_IRQ_CONFIG_REG, icr);
/freebsd-11-stable/sys/netinet/
H A Dif_atm.c202 GET3BYTE(op.param.tparam.icr, addr, alen);
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_tx.c166 vcc->vcc.tparam.icr > vcc->vcc.tparam.pcr ||
167 vcc->vcc.tparam.mcr > vcc->vcc.tparam.icr)
170 vcc->vcc.tparam.icr > sc->bwrem)
946 scd->lacr = rate2log(sc, vcc->vcc.tparam.icr);
/freebsd-11-stable/sys/dev/cesa/
H A Dcesa.c1319 uint32_t ecr, icr; local
1327 icr = CESA_REG_READ(sc, CESA_ICR);
1352 if (icr & sc->sc_tperr) {
1358 if ((icr & CESA_ICR_ACCTDMA) == 0)
/freebsd-11-stable/sys/dev/sound/pci/
H A Dmaestro.c1956 u_int16_t icr; local
1958 icr = AGG_RD(ess, PORT_HOSTINT_CTRL, 2);
1963 AGG_WR(ess, PORT_HOSTINT_CTRL, icr, 2);
1971 AGG_WR(ess, PORT_HOSTINT_CTRL, icr, 2);
/freebsd-11-stable/sys/x86/x86/
H A Dlocal_apic.c1987 uint64_t icr; local
2003 icr = lapic_read_icr();
2010 vhi = icr >> 32;
2022 vlo = icr;
/freebsd-11-stable/contrib/gdb/gdb/
H A Drs6000-tdep.c2324 /* 123 */ R(cmpb), R(cmpc), R(cmpd), R(icr),

Completed in 232 milliseconds