Home
last modified time | relevance | path

Searched refs:no_validation (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfman_kg.c87 bool no_validation, in get_gen_ht_code() argument
94 code = no_validation ? 0x73 : 0x3; in get_gen_ht_code()
98 code = no_validation ? 0x77 : 0x7; in get_gen_ht_code()
102 code = no_validation ? 0x74 : 0x4; in get_gen_ht_code()
106 code = no_validation ? 0x75 : 0x5; in get_gen_ht_code()
110 code = no_validation ? 0x76 : 0x6; in get_gen_ht_code()
114 code = no_validation ? 0x78 : 0x8; in get_gen_ht_code()
118 code = no_validation ? 0x79 : 0x9; in get_gen_ht_code()
122 code = no_validation ? FM_KG_SCH_GEN_HT_INVALID : 0x19; in get_gen_ht_code()
126 code = no_validation ? FM_KG_SCH_GEN_HT_INVALID : 0x29; in get_gen_ht_code()
[all …]
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_kg.h300 bool no_validation; member