| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-tra.h | 384 uint64_t valid : 1; member 400 uint64_t valid : 1; 408 uint64_t valid : 1; member 424 uint64_t valid : 1; 432 uint64_t valid : 1; member 450 uint64_t valid : 1; 458 uint64_t valid : 1; member 474 uint64_t valid : 1; 484 uint64_t valid : 1; member 498 uint64_t valid : 1; [all …]
|
| H A D | cvmx-tra.c | 858 int valid = 0; in cvmx_tra_display() local 868 valid = 0; in cvmx_tra_display() 883 } while (valid); in cvmx_tra_display() 896 valid = 1; in cvmx_tra_display() 898 valid = 1; in cvmx_tra_display() 902 if (valid) in cvmx_tra_display() 905 } while (valid); in cvmx_tra_display() 922 int valid = 0; in cvmx_tra_display_v2() local 927 valid = 0; in cvmx_tra_display_v2() 937 valid = 1; in cvmx_tra_display_v2() [all …]
|
| H A D | cvmx-pow.c | 311 static void __cvmx_pow_display_list(const char *name, int name_param, int valid, int has_one, uint6… in __cvmx_pow_display_list() argument 315 if (valid) in __cvmx_pow_display_list() 368 int valid, int has_one, uint64_t head, uint64_t tail) in __cvmx_pow_display_list_and_walk() argument 370 __cvmx_pow_display_list(__cvmx_pow_list_names[entry_type], 0, valid, has_one, head, tail); in __cvmx_pow_display_list_and_walk() 371 if (valid) in __cvmx_pow_display_list_and_walk() 589 int valid[3], has_one[3], head[3], tail[3], qnum_head, qnum_tail; in __cvmx_pow_display_v2() local 592 valid[0] = dump->sindexload[0][4].sindexload1_cn68xx.queue_val; in __cvmx_pow_display_v2() 593 valid[1] = dump->sindexload[0][5].sindexload1_cn68xx.queue_val; in __cvmx_pow_display_v2() 594 valid[2] = dump->sindexload[0][6].sindexload1_cn68xx.queue_val; in __cvmx_pow_display_v2() 613 while (valid[0] || valid[1] || valid[2]) in __cvmx_pow_display_v2() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | arm,vic.txt | 21 - valid-mask : A one cell big bit mask of valid interrupt sources. Each bit 24 clear means otherwise. If unspecified, defaults to all valid. 25 - valid-wakeup-mask : A one cell big bit mask of interrupt sources that can be 27 valid-mask property. A set bit means that this interrupt source can be 39 valid-mask = <0xffffff7f>; 40 valid-wakeup-mask = <0x0000ff7f>;
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm.c | 486 .valid = VALID, in add_depth_small() 566 .valid = VALID, in add_depth_big() 583 .valid = VALID, in add_depth_big() 611 .valid = VALID, in add_depth_big() 625 .valid = VALID, in add_depth_big() 642 .valid = VALID, in add_depth_big() 666 .valid = VALID, in add_depth_big() 845 .valid = VALID, in delete_depth_small() 851 .valid = VALID, in delete_depth_small() 977 .valid = VALID, in delete_depth_big() [all …]
|
| H A D | rte_lpm6.c | 541 .valid = valid, in expand_rule() 542 .valid_group = valid, in expand_rule() 559 next_hop, valid); in expand_rule() 693 .valid = VALID, in add_step() 747 .valid = VALID, in add_step() 776 .valid = VALID, in add_step() 798 .valid = VALID, in add_step() 1292 .valid = VALID, in remove_tbl() 1302 .valid = INVALID, in remove_tbl() 1395 .valid = VALID, in rte_lpm6_delete() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | s3c6400.dtsi | 23 valid-mask = <0xfffffe1f>; 24 valid-wakeup-mask = <0x00200004>; 28 valid-mask = <0xffffffff>; 29 valid-wakeup-mask = <0x53020000>;
|
| H A D | s3c6410.dtsi | 27 valid-mask = <0xffffff7f>; 28 valid-wakeup-mask = <0x00200004>; 32 valid-mask = <0xffffffff>; 33 valid-wakeup-mask = <0x53020000>;
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_variables.c | 783 v->valid = 1; in ngx_http_variable_request_get_size() 889 v->valid = 1; in ngx_http_variable_headers_internal() 1044 v->valid = 1; in ngx_http_variable_request_line() 1072 v->valid = 1; in ngx_http_variable_cookie() 1101 v->valid = 1; in ngx_http_variable_argument() 1154 v->valid = 1; in ngx_http_variable_tcpinfo() 1218 v->valid = 1; in ngx_http_variable_host() 1283 v->valid = 1; in ngx_http_variable_remote_addr() 1299 v->valid = 1; in ngx_http_variable_remote_port() 1323 v->valid = 1; in ngx_http_variable_proxy_protocol_addr() [all …]
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | rte_lpm.c | 601 .valid = VALID, in add_depth_small() 681 .valid = VALID, in add_depth_big() 698 .valid = VALID, in add_depth_big() 726 .valid = VALID, in add_depth_big() 740 .valid = VALID, in add_depth_big() 757 .valid = VALID, in add_depth_big() 781 .valid = VALID, in add_depth_big() 960 .valid = VALID, in delete_depth_small() 966 .valid = VALID, in delete_depth_small() 1093 .valid = VALID, in delete_depth_big() [all …]
|
| H A D | rte_lpm6.c | 535 .valid = valid, in expand_rule() 536 .valid_group = valid, in expand_rule() 553 next_hop, valid); in expand_rule() 687 .valid = VALID, in add_step() 741 .valid = VALID, in add_step() 770 .valid = VALID, in add_step() 792 .valid = VALID, in add_step() 1268 .valid = VALID, in remove_tbl() 1278 .valid = INVALID, in remove_tbl() 1367 .valid = VALID, in rte_lpm6_delete() [all …]
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_variables.c | 521 v->valid = 1; in ngx_stream_variable_remote_addr() 537 v->valid = 1; in ngx_stream_variable_remote_port() 561 v->valid = 1; in ngx_stream_variable_proxy_protocol_addr() 577 v->valid = 1; in ngx_stream_variable_proxy_protocol_port() 618 v->valid = 1; in ngx_stream_variable_server_addr() 634 v->valid = 1; in ngx_stream_variable_server_port() 675 v->valid = 1; in ngx_stream_variable_bytes() 704 v->valid = 1; in ngx_stream_variable_session_time() 723 v->valid = 1; in ngx_stream_variable_status() 743 v->valid = 1; in ngx_stream_variable_connection() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/backlight/ |
| H A D | tps65217-backlight.txt | 10 - isel: selection bit, valid values: 1 for ISEL1 (low-level) and 2 for ISEL2 (high-level) 11 - fdim: PWM dimming frequency, valid values: 100, 200, 500, 1000 12 - default-brightness: valid values: 0-100
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | rk808.txt | 95 - valid values for n are 1 to 4. 97 - valid values for n are 1 to 3 104 - valid values for n are 1 to 4. 106 - valid values for n are 1 to 8. 108 - valid values for n are 1 to 2 115 - valid values for n are 1 to 5 for RK809. 116 - valid values for n are 1 to 4 for RK817. 118 - valid values for n are 1 to 9 for RK809. 119 - valid values for n are 1 to 9 for RK817. 130 - valid values for n are 1 to 4. [all …]
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | hsi_struct_def_dpdk.h | 932 uint8_t valid; member 1514 uint8_t valid; member 10167 uint8_t valid; member 10244 uint8_t valid; member 10317 uint8_t valid; member 10391 uint8_t valid; member 10672 uint8_t valid; member 11175 uint8_t valid; member 11707 uint8_t valid; member 12476 uint8_t valid; member [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/ |
| H A D | divider.txt | 17 ti,index-starts-at-one - valid divisor values start at 1, not the default 24 ti,index-power-of-two - valid divisor values are powers of two. E.g: 30 Additionally an array of valid dividers may be supplied like so: 69 - ti,index-starts-at-one : valid divisor programming starts at 1, not zero, 70 only valid if ti,dividers is not defined. 71 - ti,index-power-of-two : valid divisor programming must be a power of two, 72 only valid if ti,dividers is not defined.
|
| /f-stack/dpdk/lib/librte_kvargs/ |
| H A D | rte_kvargs.c | 75 is_valid_key(const char * const valid[], const char *key_match) in is_valid_key() argument 79 for (valid_ptr = valid; *valid_ptr != NULL; valid_ptr++) { in is_valid_key() 92 const char * const valid[]) in check_for_valid_keys() argument 99 ret = is_valid_key(valid, pair->key); in check_for_valid_keys()
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_hmc.c | 46 if (!sd_entry->valid) { in i40e_add_sd_table_entry() 142 if (!pd_entry->valid) { in i40e_add_pd_table_entry() 171 pd_entry->valid = true; in i40e_add_pd_table_entry() 227 pd_entry->valid = false; in i40e_remove_pd_bp() 266 sd_entry->valid = false; in i40e_prep_remove_sd_bp() 313 sd_entry->valid = false; in i40e_prep_remove_pd_page()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_resolver.c | 716 ctx->valid = ngx_time() + (r->valid ? r->valid : 10); in ngx_resolve_name_locked() 984 ctx->valid = rn->valid; in ngx_resolve_addr() 2092 ctx->valid = ngx_time() + (r->valid ? r->valid : 10); in ngx_resolver_process_a() 2634 ctx->valid = ngx_time() + (r->valid ? r->valid : 10); in ngx_resolver_process_srv() 2931 ctx->valid = rn->valid; in ngx_resolver_resolve_srv_names() 2983 ctx->valid = ngx_time() + (r->valid ? r->valid : 10); in ngx_resolver_resolve_srv_names() 3011 ctx->valid = ngx_min(ctx->valid, cctx->valid); in ngx_resolver_srv_names_handler() 3323 rn->valid = ngx_time() + (r->valid ? r->valid : ttl); in ngx_resolver_process_ptr() 3336 ctx->valid = rn->valid; in ngx_resolver_process_ptr() 4278 ctx->valid = ngx_time() + (r->valid ? r->valid : 10); in ngx_resolver_report_srv() [all …]
|
| H A D | ngx_parse.c | 117 ngx_uint_t valid; in ngx_parse_time() local 131 valid = 0; in ngx_parse_time() 149 valid = 1; in ngx_parse_time() 266 if (!valid) { in ngx_parse_time()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_intr.c | 262 bool valid; in bcm_intc_map_intr() local 271 valid = true; in bcm_intc_map_intr() 276 valid = false; in bcm_intc_map_intr() 281 valid = false; in bcm_intc_map_intr() 286 valid = false; in bcm_intc_map_intr() 289 valid = false; in bcm_intc_map_intr() 293 if (!valid) { in bcm_intc_map_intr()
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_aic.c | 34 HAL_BOOL valid; member 228 if (cal_sram[i].valid) { in ar9300_aic_find_valid() 236 if (cal_sram[i].valid) { in ar9300_aic_find_valid() 304 cal_sram[i].valid = MS(value, AR_PHY_AIC_SRAM_VALID); in ar9300_aic_cal_post_process() 319 cal_sram[i].valid, in ar9300_aic_cal_post_process() 322 if (cal_sram[i].valid) { in ar9300_aic_cal_post_process() 339 if (cal_sram[i].valid) { in ar9300_aic_cal_post_process() 441 aic_sram[i].sram.valid = 1; in ar9300_aic_cal_post_process() 459 SM(aic_sram[i].sram.valid, in ar9300_aic_cal_post_process() 476 aic_sram[i].sram.valid, in ar9300_aic_cal_post_process()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mca.c | 658 if (mode == CMCI && valid) { in update_threshold() 681 if (valid) { in update_threshold() 707 new_threshold = update_threshold(mode, valid, cc->last_intr, count, in cmci_update() 710 if (mode == CMCI && valid) in cmci_update() 720 amd_thresholding_update(enum scan_mode mode, int bank, int valid) in amd_thresholding_update() argument 741 if (mode == CMCI && valid) in amd_thresholding_update() 761 int count, i, recoverable, valid; in mca_scan() local 781 valid = mca_check_status(i, &rec); in mca_scan() 782 if (valid) { in mca_scan() 800 cmci_update(mode, i, valid, &rec); in mca_scan() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | fsmc-nand.txt | 16 are valid. Zero means one clockcycle, 15 means 16 clock 18 byte 1 TAR : ALE to RE delay, 4 bits are valid. Same format as TCLR. 21 Only valid for write transactions. Zero means zero cycles, 32 - bank: default NAND bank to use (0-3 are valid, 0 is the default).
|
| /f-stack/freebsd/contrib/device-tree/Bindings/misc/ |
| H A D | ifm-csi.txt | 7 of the interrupt line signaling frame valid events 12 - ifm,csi-addr-bus-width: address bus width (valid values are 16, 24, 25) 13 - ifm,csi-data-bus-width: data bus width (valid values are 8 and 16)
|