Searched refs:selected (Results 26 - 42 of 42) sorted by relevance

12

/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/fpsp040/
H A Dsint.S218 movel L_SCR1(%a6),%d1 |use selected rounding mode
H A Dround.S130 | selected rounding precision. It is called by the round subroutine
/linux-master/include/linux/mtd/
H A Dcfi.h62 #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work.
/linux-master/drivers/spi/
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;
/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/arch/m68k/kernel/
H A Dsetup_mm.c54 #warning No CPU/platform type selected, your kernel will not work!
/linux-master/tools/perf/util/
H A Devlist.h67 struct evsel *selected; member in struct:evlist
H A Dauxtrace.c2335 bool selected; member in struct:sym_args
2354 (args->selected && ++(args->cnt) == args->idx) ||
2355 (!args->global && !args->selected));
2365 if (args->selected) {
2417 .selected = idx > 0,
H A Dstat-display.c640 os->evsel->priv != os->evsel->evlist->selected->priv)
1558 evlist->selected = evlist__first(evlist);
H A Devlist.c133 * @evlist: selected event list
1312 evlist->selected = evsel;
/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/gpu/drm/i915/gt/uc/
H A Dintel_guc_slpc.c53 slpc->selected = __guc_slpc_selected(guc);
/linux-master/tools/perf/
H A Dbuiltin-top.c599 if (t->evlist->selected != NULL)
600 t->sym_evsel = t->evlist->selected;
/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/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...]
/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...]

Completed in 324 milliseconds

12