Home
last modified time | relevance | path

Searched refs:icr (Results 1 – 18 of 18) sorted by relevance

/NextBSD/sys/dev/e1000/
HDe1000_manage.c469 u32 hicr, hibba, fwsm, icr, i; in e1000_load_firmware() local
495 icr = E1000_READ_REG(hw, E1000_ICR_V2); in e1000_load_firmware()
507 icr = E1000_READ_REG(hw, E1000_ICR_V2); in e1000_load_firmware()
508 if (icr & E1000_ICR_MNG) in e1000_load_firmware()
HDe1000_82543.c903 u32 ctrl, icr; in e1000_reset_hw_82543() local
945 icr = E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82543()
1200 u32 icr, rctl; in e1000_check_for_copper_link_82543() local
1239 icr = E1000_READ_REG(hw, E1000_ICR); in e1000_check_for_copper_link_82543()
1240 E1000_WRITE_REG(hw, E1000_ICS, (icr & ~E1000_ICS_LSC)); in e1000_check_for_copper_link_82543()
HDe1000_82541.c298 u32 ledctl, ctrl, icr, manc; in e1000_reset_hw_82541() local
362 icr = E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82541()
HDif_igb.c1653 u32 icr; in igb_msix_link() local
1656 icr = E1000_READ_REG(&adapter->hw, E1000_ICR); in igb_msix_link()
1657 if (!(icr & E1000_ICR_LSC)) in igb_msix_link()
/NextBSD/sys/dev/hatm/
HDif_hatm_tx.c591 if (t->mcr != 0 || t->icr != 0 || t->tbe != 0 || t->nrm != 0 || in hatm_tx_vcc_can_open()
605 if (t->mcr != 0 || t->icr != 0 || t->tbe != 0 || t->nrm != 0 || in hatm_tx_vcc_can_open()
638 if (t->icr > line_rate) in hatm_tx_vcc_can_open()
639 t->icr = line_rate; in hatm_tx_vcc_can_open()
740 (hatm_cps2atmf(t->icr) << HE_REGS_TSR2_ACR)); in hatm_tx_vcc_open()
755 (hatm_cps2atmf(t->icr) << HE_REGS_TSR11_ICR) | in hatm_tx_vcc_open()
/NextBSD/sys/arm/amlogic/aml8726/
HDaml8726_mmc.c205 uint32_t icr; in aml8726_mmc_soft_reset() local
207 icr = AML_MMC_IRQ_CONFIG_SOFT_RESET; in aml8726_mmc_soft_reset()
210 icr |= AML_MMC_IRQ_CONFIG_CMD_DONE_EN; in aml8726_mmc_soft_reset()
212 CSR_WRITE_4(sc, AML_MMC_IRQ_CONFIG_REG, icr); in aml8726_mmc_soft_reset()
/NextBSD/sys/netgraph/atm/
HDng_atm.h143 uint32_t icr; /* ABR: Initial cell rate */ member
HDng_atm.c746 if (arg->icr > arg->pcr || arg->icr < arg->mcr) in ng_atm_cpcs_init()
748 data.param.tparam.icr = arg->icr; in ng_atm_cpcs_init()
/NextBSD/sbin/atm/atmconfig/
HDnatm.c67 u_int pcr, scr, mbs, icr, mcr; member
199 r->icr = GET3(); in store_route()
671 printf("%-8u%-8u%-8u", r->pcr, r->mcr, r->icr); in natm_show()
HDatmconfig.help206 abr <pcr> <mcr> <icr> <tbe> <nrm> <trm> <adtf> <rif> <rdf> <cdf>
HDdiag.c976 v->tparam.icr, v->tparam.tbe, v->tparam.nrm, in print_abr()
/NextBSD/sys/dev/patm/
HDif_patm_tx.c166 vcc->vcc.tparam.icr > vcc->vcc.tparam.pcr || in patm_tx_vcc_can_open()
167 vcc->vcc.tparam.mcr > vcc->vcc.tparam.icr) in patm_tx_vcc_can_open()
170 vcc->vcc.tparam.icr > sc->bwrem) in patm_tx_vcc_can_open()
946 scd->lacr = rate2log(sc, vcc->vcc.tparam.icr); in patm_tct_setup()
/NextBSD/sys/net/
HDif_atm.h108 uint32_t icr; /* 24bit: ABR ICR */ member
/NextBSD/sys/x86/x86/
HDlocal_apic.c1656 uint64_t icr; in native_lapic_ipi_raw() local
1672 icr = lapic_read_icr(); in native_lapic_ipi_raw()
1679 vhi = icr >> 32; in native_lapic_ipi_raw()
1691 vlo = icr; in native_lapic_ipi_raw()
/NextBSD/sys/dev/cesa/
HDcesa.c1279 uint32_t ecr, icr; in cesa_intr() local
1287 icr = CESA_READ(sc, CESA_ICR); in cesa_intr()
1312 if (icr & sc->sc_tperr) { in cesa_intr()
1318 if ((icr & CESA_ICR_ACCTDMA) == 0) in cesa_intr()
/NextBSD/sys/netinet/
HDif_atm.c202 GET3BYTE(op.param.tparam.icr, addr, alen); in atm_rtrequest()
/NextBSD/sys/dev/sound/pci/
HDmaestro.c1956 u_int16_t icr; in agg_detach() local
1958 icr = AGG_RD(ess, PORT_HOSTINT_CTRL, 2); in agg_detach()
1963 AGG_WR(ess, PORT_HOSTINT_CTRL, icr, 2); in agg_detach()
1971 AGG_WR(ess, PORT_HOSTINT_CTRL, icr, 2); in agg_detach()
/NextBSD/contrib/gdb/gdb/
HDrs6000-tdep.c2322 /* 123 */ R(cmpb), R(cmpc), R(cmpd), R(icr),