Home
last modified time | relevance | path

Searched refs:scheme_id (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
Dfman_kg.c683 uint8_t scheme_id, in fman_kg_write_scheme() argument
713 tmp_reg = build_ar_scheme(scheme_id, hwport_id, update_counter, TRUE); in fman_kg_write_scheme()
719 uint8_t scheme_id, in fman_kg_delete_scheme() argument
734 tmp_reg = build_ar_scheme(scheme_id, hwport_id, FALSE, TRUE); in fman_kg_delete_scheme()
740 uint8_t scheme_id, in fman_kg_get_scheme_counter() argument
750 tmp_reg = build_ar_scheme(scheme_id, hwport_id, TRUE, FALSE); in fman_kg_get_scheme_counter()
762 uint8_t scheme_id, in fman_kg_set_scheme_counter() argument
772 tmp_reg = build_ar_scheme(scheme_id, hwport_id, TRUE, FALSE); in fman_kg_set_scheme_counter()
783 tmp_reg = build_ar_scheme(scheme_id, hwport_id, TRUE, TRUE); in fman_kg_set_scheme_counter()
/freebsd-12-stable/sys/contrib/ncsw/inc/flib/
Dfsl_fman_kg.h431 uint8_t scheme_id,
435 uint8_t scheme_id,
439 uint8_t scheme_id,
442 uint8_t scheme_id,
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_crypto.c1658 u_int scheme_id; in crypto_ident() local
1669 scheme_id = CRYPTO_IFF; in crypto_ident()
1672 scheme_id = CRYPTO_GQ; in crypto_ident()
1675 scheme_id = CRYPTO_MV; in crypto_ident()
1684 return scheme_id; in crypto_ident()