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

/freebsd-13-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-13-stable/sys/arm/allwinner/
H A Daw_nmi.c240 int error, icfg; local
272 icfg = NMI_IRQ_LOW_LEVEL;
274 icfg = NMI_IRQ_HIGH_LEVEL;
277 icfg = NMI_IRQ_HIGH_EDGE;
279 icfg = NMI_IRQ_LOW_EDGE;
282 SC_NMI_WRITE(sc, sc->cfg->ctrl_reg, icfg);
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1909 struct iftable_cfg *icfg; member in struct:ifentry
2093 struct iftable_cfg *icfg; local
2095 icfg = malloc(sizeof(struct iftable_cfg), M_IPFW, M_WAITOK | M_ZERO);
2097 icfg->ii = ipfw_objhash_create(DEFAULT_IFIDX_SIZE);
2098 icfg->size = DEFAULT_IFIDX_SIZE;
2099 icfg->main_ptr = malloc(sizeof(struct ifidx) * icfg->size, M_IPFW,
2101 icfg->ch = ch;
2103 *ta_state = icfg;
2104 ti->state = icfg
2116 struct iftable_cfg *icfg; local
2144 struct iftable_cfg *icfg; local
2218 struct iftable_cfg *icfg; local
2303 struct iftable_cfg *icfg; local
2372 struct iftable_cfg *icfg; local
2458 struct iftable_cfg *icfg; local
2482 struct iftable_cfg *icfg; local
2528 struct iftable_cfg *icfg; local
2571 struct iftable_cfg *icfg; local
[all...]
/freebsd-13-stable/sys/dev/xl/
H A Dif_xl.c724 u_int32_t icfg; local
729 icfg = CSR_READ_4(sc, XL_W3_INTERNAL_CFG);
730 icfg &= ~XL_ICFG_CONNECTOR_MASK;
733 icfg |= (XL_XCVR_MII << XL_ICFG_CONNECTOR_BITS);
735 icfg |= (XL_XCVR_AUTO << XL_ICFG_CONNECTOR_BITS);
737 CSR_WRITE_4(sc, XL_W3_INTERNAL_CFG, icfg);
744 u_int32_t icfg; local
753 icfg = CSR_READ_4(sc, XL_W3_INTERNAL_CFG);
759 icfg &= ~XL_ICFG_CONNECTOR_MASK;
760 icfg |
2931 u_int32_t icfg; local
[all...]
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx_gpio.c326 u_int icfg, irq, reg, shift, wrk; local
363 icfg = GPIO_ICR_COND_LOW;
366 icfg = GPIO_ICR_COND_HIGH;
369 icfg = GPIO_ICR_COND_RISE;
372 icfg = GPIO_ICR_COND_FALL;
384 wrk |= icfg << shift;

Completed in 77 milliseconds