Searched refs:icfg (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/stand/i386/libi386/
H A Dbiospnp.c112 struct pnp_isaConfiguration icfg; local
139 result = biospnp_f40(vsegofs(&icfg));
143 if ((icfg.ic_revision == 1) && (icfg.ic_nCSN > 0))
144 isapnp_readport = icfg.ic_rdport;
/freebsd-12-stable/sys/arm/allwinner/
H A Daw_nmi.c241 int error, icfg; local
273 icfg = NMI_IRQ_LOW_LEVEL;
275 icfg = NMI_IRQ_HIGH_LEVEL;
278 icfg = NMI_IRQ_HIGH_EDGE;
280 icfg = NMI_IRQ_LOW_EDGE;
283 SC_NMI_WRITE(sc, sc->cfg->ctrl_reg, icfg);
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1918 struct iftable_cfg *icfg; member in struct:ifentry
2102 struct iftable_cfg *icfg; local
2104 icfg = malloc(sizeof(struct iftable_cfg), M_IPFW, M_WAITOK | M_ZERO);
2106 icfg->ii = ipfw_objhash_create(DEFAULT_IFIDX_SIZE);
2107 icfg->size = DEFAULT_IFIDX_SIZE;
2108 icfg->main_ptr = malloc(sizeof(struct ifidx) * icfg->size, M_IPFW,
2110 icfg->ch = ch;
2112 *ta_state = icfg;
2113 ti->state = icfg
2125 struct iftable_cfg *icfg; local
2154 struct iftable_cfg *icfg; local
2228 struct iftable_cfg *icfg; local
2313 struct iftable_cfg *icfg; local
2383 struct iftable_cfg *icfg; local
2470 struct iftable_cfg *icfg; local
2494 struct iftable_cfg *icfg; local
2540 struct iftable_cfg *icfg; local
2583 struct iftable_cfg *icfg; local
[all...]
/freebsd-12-stable/sys/dev/xl/
H A Dif_xl.c727 u_int32_t icfg; local
732 icfg = CSR_READ_4(sc, XL_W3_INTERNAL_CFG);
733 icfg &= ~XL_ICFG_CONNECTOR_MASK;
736 icfg |= (XL_XCVR_MII << XL_ICFG_CONNECTOR_BITS);
738 icfg |= (XL_XCVR_AUTO << XL_ICFG_CONNECTOR_BITS);
740 CSR_WRITE_4(sc, XL_W3_INTERNAL_CFG, icfg);
747 u_int32_t icfg; local
756 icfg = CSR_READ_4(sc, XL_W3_INTERNAL_CFG);
762 icfg &= ~XL_ICFG_CONNECTOR_MASK;
763 icfg |
2934 u_int32_t icfg; local
[all...]
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx_gpio.c314 u_int icfg, irq, reg, shift, wrk; local
351 icfg = GPIO_ICR_COND_LOW;
354 icfg = GPIO_ICR_COND_HIGH;
357 icfg = GPIO_ICR_COND_RISE;
360 icfg = GPIO_ICR_COND_FALL;
372 wrk |= icfg << shift;

Completed in 80 milliseconds