/openbmc/linux/drivers/md/ |
H A D | dm-ps-round-robin.c | 32 unsigned int repeat_count; member 105 DMEMIT("%u ", pi->repeat_count); in rr_status() 126 unsigned int repeat_count = RR_MIN_IO; in rr_add_path() local 136 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in rr_add_path() 141 if (repeat_count > 1) { in rr_add_path() 143 repeat_count = 1; in rr_add_path() 154 pi->repeat_count = repeat_count; in rr_add_path()
|
H A D | dm-ps-queue-length.c | 39 unsigned int repeat_count; member 104 DMEMIT("%u ", pi->repeat_count); in ql_status() 120 unsigned int repeat_count = QL_MIN_IO; in ql_add_path() local 134 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in ql_add_path() 139 if (repeat_count > 1) { in ql_add_path() 141 repeat_count = 1; in ql_add_path() 152 pi->repeat_count = repeat_count; in ql_add_path()
|
H A D | dm-ps-service-time.c | 34 unsigned int repeat_count; member 100 DMEMIT("%u %u ", pi->repeat_count, in st_status() 117 unsigned int repeat_count = ST_MIN_IO; in st_add_path() local 138 if (argc && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in st_add_path() 143 if (repeat_count > 1) { in st_add_path() 145 repeat_count = 1; in st_add_path() 163 pi->repeat_count = repeat_count; in st_add_path()
|
H A D | dm-ps-historical-service-time.c | 57 unsigned int repeat_count; member 272 unsigned int repeat_count = HST_MIN_IO; in hst_add_path() local 286 if (argc && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in hst_add_path() 299 pi->repeat_count = repeat_count; in hst_add_path()
|
/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-di.c | 35 int repeat_count; member 167 (c->repeat_count >= 0x1000) || in ipu_di_sync_config() 190 if (c->repeat_count == 0) in ipu_di_sync_config() 197 reg |= c->repeat_count << (16 * ((wave_gen - 1) & 0x1)); in ipu_di_sync_config() 235 .repeat_count = 2, in ipu_di_sync_config_interlaced() 243 .repeat_count = sig->mode.vactive / 2, in ipu_di_sync_config_interlaced() 251 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_interlaced() 299 .repeat_count = sig->mode.vactive, in ipu_di_sync_config_noninterlaced() 307 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced() 331 .repeat_count = sig->mode.vactive, in ipu_di_sync_config_noninterlaced() [all …]
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-queue-length.rst | 9 Table parameters for each path: [<repeat_count>] 13 <repeat_count>: The number of I/Os to dispatch using the selected 37 In case that 2 paths (sda and sdb) are used with repeat_count == 128.
|
H A D | dm-service-time.rst | 18 [<repeat_count> [<relative_throughput>]] 19 <repeat_count>: 78 In case that 2 paths (sda and sdb) are used with repeat_count == 128
|
/openbmc/linux/lib/842/ |
H A D | 842_compress.c | 483 u8 repeat_count = 0; in sw842_compress() local 530 if (++repeat_count <= REPEAT_BITS_MAX) in sw842_compress() 533 if (repeat_count) { in sw842_compress() 534 ret = add_repeat_template(p, repeat_count); in sw842_compress() 535 repeat_count = 0; in sw842_compress() 555 if (repeat_count) { in sw842_compress() 556 ret = add_repeat_template(p, repeat_count); in sw842_compress()
|
/openbmc/qemu/hw/audio/ |
H A D | intel-hda.c | 195 uint32_t repeat_count; member 940 d->repeat_count++; in intel_hda_reg_write() 942 dprint(d, 2, "previous register op repeated %d times\n", d->repeat_count); in intel_hda_reg_write() 944 d->repeat_count = 0; in intel_hda_reg_write() 947 if (d->repeat_count) { in intel_hda_reg_write() 948 dprint(d, 2, "previous register op repeated %d times\n", d->repeat_count); in intel_hda_reg_write() 955 d->repeat_count = 0; in intel_hda_reg_write() 1004 d->repeat_count++; in intel_hda_reg_read() 1006 dprint(d, 2, "previous register op repeated %d times\n", d->repeat_count); in intel_hda_reg_read() 1008 d->repeat_count = 0; in intel_hda_reg_read() [all …]
|
/openbmc/linux/drivers/media/rc/ |
H A D | ati_remote.c | 250 unsigned int repeat_count; member 571 ati_remote->repeat_count++; in ati_remote_input_report() 573 ati_remote->repeat_count = 0; in ati_remote_input_report() 583 if (ati_remote->repeat_count > 0 && in ati_remote_input_report() 584 (ati_remote->repeat_count < 5 || in ati_remote_input_report()
|
/openbmc/u-boot/drivers/video/ |
H A D | ipu_disp.c | 205 int repeat_count, int cnt_clr_src, in ipu_di_sync_config() argument 214 (repeat_count >= 0x1000) || in ipu_di_sync_config() 226 if (repeat_count == 0) { in ipu_di_sync_config() 233 reg |= repeat_count << (16 * ((wave_gen - 1) & 0x1)); in ipu_di_sync_config()
|
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1232-revA/ |
H A D | psu_init_gpl.c | 594 unsigned int repeat_count = 0; in serdes_fixcal_code() local 643 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu104-revA/ |
H A D | psu_init_gpl.c | 742 unsigned int repeat_count = 0; in serdes_fixcal_code() local 792 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm017-dc3/ |
H A D | psu_init_gpl.c | 745 unsigned int repeat_count = 0; in serdes_fixcal_code() local 808 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm015-dc1/ |
H A D | psu_init_gpl.c | 757 unsigned int repeat_count = 0; in serdes_fixcal_code() local 820 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm019-dc5/ |
H A D | psu_init_gpl.c | 771 unsigned int repeat_count = 0; in serdes_fixcal_code() local 834 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm018-dc4/ |
H A D | psu_init_gpl.c | 745 unsigned int repeat_count = 0; in serdes_fixcal_code() local 808 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm016-dc2/ |
H A D | psu_init_gpl.c | 745 unsigned int repeat_count = 0; in serdes_fixcal_code() local 808 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu102-rev1.0/ |
H A D | psu_init_gpl.c | 827 unsigned int repeat_count = 0; in serdes_fixcal_code() local 874 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu100-revC/ |
H A D | psu_init_gpl.c | 850 unsigned int repeat_count = 0; in serdes_fixcal_code() local 900 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/openbmc/linux/drivers/scsi/ |
H A D | 3w-sas.h | 320 unsigned char repeat_count; member
|
H A D | 3w-9xxx.h | 592 unsigned char repeat_count; member
|
/openbmc/linux/include/linux/mlx5/ |
H A D | qp.h | 500 __be32 repeat_count; member
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | scan.c | 2315 if (bgscan_cfg_in->repeat_count) { in mwifiex_cmd_802_11_bg_scan_config() 2321 cpu_to_le16(sizeof(repeat_count_tlv->repeat_count)); in mwifiex_cmd_802_11_bg_scan_config() 2322 repeat_count_tlv->repeat_count = in mwifiex_cmd_802_11_bg_scan_config() 2323 cpu_to_le16(bgscan_cfg_in->repeat_count); in mwifiex_cmd_802_11_bg_scan_config()
|
H A D | fw.h | 813 __le16 repeat_count; member 1562 u16 repeat_count; member
|