Home
last modified time | relevance | path

Searched refs:cps (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/mips/nlm/dev/net/ucore/
H A Ducore.h292 nlm_ucore_crc_setup(int crcpos, int cps, int cfi, int cbm, int fcoe, in nlm_ucore_crc_setup() argument
300 val |= ((cps & 0x1) << 16); in nlm_ucore_crc_setup()
/f-stack/tools/route/
H A Droute.c700 char *cps = rt_line + sprintf(rt_line, "(%d)", sa->sa_family); in routename() local
703 while (++sp < splim && cps < cpe) /* start with sa->sa_data */ in routename()
704 if ((n = snprintf(cps, cpe - cps, " %x", *sp)) > 0) in routename()
705 cps += n; in routename()
707 *cps = '\0'; in routename()
816 char *cps = net_line + sprintf(net_line, "af %d:", sa->sa_family); in netname() local
819 while (sp < splim && cps < cpe) in netname()
820 if ((n = snprintf(cps, cpe - cps, " %x", *sp++)) > 0) in netname()
821 cps += n; in netname()
823 *cps = '\0'; in netname()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-eoi-defs.h506 uint64_t cps : 3; /**< PLL charge-pump current */ member
517 uint64_t cps : 3;
H A Dcvmx-lmcx-defs.h4344 uint64_t cps : 3; /**< PLL charge-pump current */ member
4355 uint64_t cps : 3;
/f-stack/freebsd/net/
H A Dif_spppsubr.c1743 if (cps[i]->proto == proto) { in sppp_cp_input()
1744 upper = cps[i]; in sppp_cp_input()
2634 (cps[i])->Open(sp); in sppp_lcp_tlu()
2655 (cps[i])->Open(sp); in sppp_lcp_tlu()
2668 (cps[i] != &ipv6cp || in sppp_lcp_tlu()
2670 (cps[i])->Open(sp); in sppp_lcp_tlu()
2676 (cps[i])->Up(sp); in sppp_lcp_tlu()
2708 (cps[i])->Down(sp); in sppp_lcp_tld()
2709 (cps[i])->Close(sp); in sppp_lcp_tld()
5217 (cps[i])->Open(sp); in sppp_phase_network()
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm64/marvell/
H A Darmada-80x0.dtsi78 compatible = "marvell,armada-8k-cps-pinctrl";
/f-stack/freebsd/contrib/device-tree/Bindings/arm/marvell/
H A Dcp110-system-controller.txt82 "marvell,armada-8k-cps-pinctrl" or "marvell,cp115-standalone-pinctrl"