Searched refs:selected (Results 1 - 25 of 42) sorted by path

12

/linux-master/arch/m68k/fpsp040/
H A Dround.S130 | selected rounding precision. It is called by the round subroutine
H A Dsint.S218 movel L_SCR1(%a6),%d1 |use selected rounding mode
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S161 | Entry point for the selected cas emulation code implementation.
172 | Entry point for the selected cas2 emulation code implementation.
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S10990 # routines where an instruction is selected by an index into
12077 # precision selected is extended. so...we cannot get an underflow
12850 # precision selected is extended. so...we can not get an underflow
13473 # precision selected is extended. so...we can not get an underflow
14839 # result is equal to the smallest normalized number in the selected precision
14860 # exponent for the selected precision. also, the mantissa is equal to
15292 # result is equal to the smallest normalized number in the selected precision
15313 # exponent for the selected precision. also, the mantissa is equal to
18057 # the result has been selected.
21713 # Load the exponent threshold for the precision selected an
[all...]
/linux-master/include/scsi/
H A Dfcoe_sysfs.h98 u8 selected; member in struct:fcoe_fcf_device
/linux-master/arch/arm/mm/
H A Dmmu.c143 int i, selected = -1; local
149 selected = i;
154 if (selected == -1)
164 if (cpu_architecture() >= CPU_ARCH_ARMv6 && selected != cachepolicy) {
170 if (selected != cachepolicy) {
171 unsigned long cr = __clear_cr(cache_policies[selected].cr_mask);
172 cachepolicy = selected;
/linux-master/arch/m68k/kernel/
H A Dsetup_mm.c54 #warning No CPU/platform type selected, your kernel will not work!
/linux-master/drivers/block/
H A Damiflop.c281 static volatile int selected = -1; /* currently selected drive */ variable
401 if (drive == selected)
404 selected = drive;
426 if (drive != selected) {
427 printk(KERN_WARNING "Deselecting drive %d while %d was selected!\n",drive,selected);
434 selected = -1;
681 post_write_timer_drive = selected;
/linux-master/drivers/clk/starfive/
H A Dclk-starfive-jh7110-pll.c332 const struct jh7110_pll_preset *selected = &info->presets[0]; local
348 selected = val;
351 req->rate = selected->freq;
/linux-master/drivers/crypto/marvell/cesa/
H A Dcesa.h741 struct mv_cesa_engine *selected = NULL; local
749 selected = engine;
753 atomic_add(weight, &selected->load);
755 return selected;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_slpc.c53 slpc->selected = __guc_slpc_selected(guc);
H A Dintel_guc_slpc.h24 return guc->slpc.selected;
H A Dintel_guc_slpc_types.h20 bool selected; member in struct:intel_guc_slpc
H A Dintel_uc_fw.c845 struct intel_uc_fw_file *selected = &uc_fw->file_selected; local
854 ret = check_mtl_huc_guc_compatibility(gt, selected);
859 if (!wanted->ver.major || !selected->ver.major)
863 if (selected->ver.major != wanted->ver.major) {
865 intel_uc_fw_type_repr(uc_fw->type), selected->path,
866 selected->ver.major, selected->ver.minor,
871 if (selected->ver.minor < wanted->ver.minor)
873 else if ((selected->ver.minor == wanted->ver.minor) &&
874 (selected
[all...]
/linux-master/drivers/md/bcache/
H A Dsysfs.c158 size_t selected)
165 i == selected ? "[%s] " : "%s ", list[i]);
155 bch_snprint_string_list(char *buf, size_t size, const char * const list[], size_t selected) argument
/linux-master/drivers/media/i2c/
H A Dtvaudio.c330 int mode, selected; local
358 selected = V4L2_TUNER_MODE_MONO;
362 selected = V4L2_TUNER_MODE_LANG1;
367 selected = V4L2_TUNER_MODE_LANG1;
369 selected = V4L2_TUNER_MODE_STEREO;
373 selected = V4L2_TUNER_MODE_LANG2;
375 selected = V4L2_TUNER_MODE_STEREO;
379 selected = V4L2_TUNER_MODE_LANG1_LANG2;
381 selected = V4L2_TUNER_MODE_STEREO;
383 desc->setaudmode(chip, selected);
[all...]
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.h19 * base them entirely on which videobuf2 options have been selected.
35 #error One of the vb2 buffer modes must be selected in the config
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c21 bool selected; member in struct:sparx5_wildcard_rule
440 if (!mru->selected) {
441 mru->selected = true;
458 if (!mru->selected)
470 if (!mru->selected)
479 mru->selected = false; /* mark as done */
557 if (!multi->rule[idx].selected)
/linux-master/drivers/parport/
H A Ddaisy.c272 int selected; local
274 selected = port->daisy;
277 if (selected != daisy) {
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c6974 "driver auto-selected brightness_mode=%d\n",
7731 "driver auto-selected volume_mode=%d\n",
9862 int selected, battery, ret = 0; local
9867 selected = power_supply_charge_behaviour_parse(available, buf);
9869 if (selected < 0)
9870 return selected;
9872 switch (selected) {
9896 dev_err(dev, "Unexpected charge behaviour: %d\n", selected);
/linux-master/drivers/power/supply/
H A Dab8500_fg.c1946 int selected; local
1960 selected = BATT_OK_MIN + cbp_sel0 * BATT_OK_INCREMENT;
1962 if (selected != sel0)
1964 sel0, selected, cbp_sel0);
1966 selected = BATT_OK_MIN + cbp_sel1 * BATT_OK_INCREMENT;
1968 if (selected != sel1)
1970 sel1, selected, cbp_sel1);
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c182 temp->selected = 0; /* default to unselected */
343 printk(KERN_INFO "libfcoe: host%d: FIP selected "
516 * fcoe_ctlr_send_keep_alive() - Send a keep-alive to the selected FCF
1334 "selected yet\n");
1342 * If we've selected an FCF check that the CVL is from there to avoid
1606 * Returns the selected FCF, or NULL if none are usable.
1610 * If there is already a selected FCF, this will choose a better one or
1765 LIBFCOE_FIP_DBG(fip, "No FCF selected - defer send\n");
2421 * Our selected address is never a "recorded" one, so
3225 fcf_dev->selected
[all...]
H A Dfcoe_sysfs.c93 ((x)->selected)
516 fcoe_fcf_rd_attr(selected, "%u\n", 20);
1021 fcf->selected = new_fcf->selected;
/linux-master/drivers/spi/
H A Dspi-fsl-qspi.c274 int selected; member in struct:fsl_qspi
530 if (q->selected == spi_get_chipselect(spi, 0))
546 q->selected = spi_get_chipselect(spi, 0);
554 q->ahb_addr + q->selected * q->devtype_data->ahb_buf_size,
661 q->selected * q->devtype_data->ahb_buf_size + addr_offset,
794 q->selected = -1;
H A Dspi-nxp-fspi.c392 int selected; member in struct:nxp_fspi
692 * Mark FLSHxxCR0 as zero initially and then assign value only to the selected
707 * Return, if previously selected target device is same as current
710 if (f->selected == spi_get_chipselect(spi, 0))
725 dev_dbg(f->dev, "Target device [CS:%x] selected\n", spi_get_chipselect(spi, 0));
744 f->selected = spi_get_chipselect(spi, 0);
1100 f->selected = -1;

Completed in 488 milliseconds

12