Home
last modified time | relevance | path

Searched refs:way (Results 1 – 25 of 56) sorted by relevance

123

/drivers/acpi/apei/
DKconfig27 Generic Hardware Error Source provides a way to report
31 Linux by firmware. This way, some non-standard hardware
67 ERST is a way provided by APEI to save and retrieve hardware
/drivers/staging/gs_fpgaboot/
DREADME23 a dedicated device or CPU assisted way (serial or parallel).
24 This driver provides a way to download FPGA firmware.
53 We download FPGA firmware from user triggered or some other way, and that's it.
/drivers/net/dsa/sja1105/
Dsja1105_main.c1465 static int sja1105et_fdb_index(int bin, int way) in sja1105et_fdb_index() argument
1467 return bin * SJA1105ET_FDB_BIN_SIZE + way; in sja1105et_fdb_index()
1475 int way; in sja1105et_is_fdb_entry_in_bin() local
1477 for (way = 0; way < SJA1105ET_FDB_BIN_SIZE; way++) { in sja1105et_is_fdb_entry_in_bin()
1479 int index = sja1105et_fdb_index(bin, way); in sja1105et_is_fdb_entry_in_bin()
1487 *last_unused = way; in sja1105et_is_fdb_entry_in_bin()
1495 return way; in sja1105et_is_fdb_entry_in_bin()
1510 int bin, way, rc; in sja1105et_fdb_add() local
1514 way = sja1105et_is_fdb_entry_in_bin(priv, bin, addr, vid, in sja1105et_fdb_add()
1516 if (way >= 0) { in sja1105et_fdb_add()
[all …]
/drivers/powercap/
DKconfig10 capping settings to user space in a consistent way. Usually, it consists
44 provides a way to force idle periods on a set of specified
/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_cls.c365 void mvpp2_cls_lookup_read(struct mvpp2 *priv, int lkpid, int way, in mvpp2_cls_lookup_read() argument
370 val = (way << MVPP2_CLS_LKP_INDEX_WAY_OFFS) | lkpid; in mvpp2_cls_lookup_read()
372 le->way = way; in mvpp2_cls_lookup_read()
383 val = (le->way << MVPP2_CLS_LKP_INDEX_WAY_OFFS) | le->lkpid; in mvpp2_cls_lookup_write()
484 le.way = 0; in mvpp2_cls_flow_lkp_init()
929 le.way = 0; in mvpp2_cls_init()
932 le.way = 1; in mvpp2_cls_init()
967 le.way = 0; in mvpp2_cls_port_config()
Dmvpp2_cls.h258 u32 way; member
297 void mvpp2_cls_lookup_read(struct mvpp2 *priv, int lkpid, int way,
/drivers/staging/fieldbus/Documentation/
Dfieldbus_dev.txt60 Note that this simple interface does not provide a way to modify adapter
62 configuration settings some other way, e.g. non-volatile memory on the adapter,
/drivers/edac/
Di5100_edac.c314 unsigned way[2]; member
808 priv->mir[0].way[1] = i5100_mir_way1(w); in i5100_init_interleaving()
809 priv->mir[0].way[0] = i5100_mir_way0(w); in i5100_init_interleaving()
813 priv->mir[1].way[1] = i5100_mir_way1(w); in i5100_init_interleaving()
814 priv->mir[1].way[0] = i5100_mir_way0(w); in i5100_init_interleaving()
/drivers/staging/media/zoran/
DTODO14 The original way of sending video was via mplayer vo_zr/vo_zr2, but it does not compile
/drivers/gpu/drm/omapdrm/
DTODO12 There should be some way to do this with less wheel-reinvention.
DKconfig89 SDI is a high speed one-way display serial bus between the host
/drivers/md/bcache/
DKconfig38 way.
/drivers/isdn/capi/
DKconfig7 access ISDN hardware in a device independent way. (For details see
/drivers/firmware/broadcom/
DKconfig10 This driver provides an easy way to get value of requested parameter.
/drivers/iio/buffer/
DKconfig36 Provides a way to bonding when an IIO device has a direct connection
/drivers/net/ethernet/netronome/
DKconfig41 either directly, with Open vSwitch, or any other way. Note that
/drivers/input/
DKconfig87 emulated IntelliMouse Explorer PS/2 mouse. That way, all user space
143 under char device 13:64+ - /dev/input/eventX in a generic way.
/drivers/gpu/drm/amd/amdgpu/
Dgfx_v9_4_2.c1542 uint32_t bank, way, mem; in gfx_v9_4_2_log_utc_edc_count() local
1547 way = (instance / blk->num_mem_blocks) % blk->num_ways; in gfx_v9_4_2_log_utc_edc_count()
1555 bank, vml2_way_str[way], mem, sec_cnt, ded_cnt); in gfx_v9_4_2_log_utc_edc_count()
1571 bank, way, sec_cnt, ded_cnt); in gfx_v9_4_2_log_utc_edc_count()
1577 bank, way, mem, sec_cnt, ded_cnt); in gfx_v9_4_2_log_utc_edc_count()
1583 bank, way, mem, sec_cnt, ded_cnt); in gfx_v9_4_2_log_utc_edc_count()
/drivers/gpu/drm/nouveau/
DKconfig33 ways, so offer a way to disable it now. For uapi compat with
/drivers/video/fbdev/omap2/omapfb/dss/
DKconfig71 SDI is a high speed one-way display serial bus between the host
/drivers/leds/
DTODO39 about LED color. In particular, there's no way to make LED "white".
/drivers/net/wan/
DKconfig26 # There is no way to detect a comtrol sv11 - force it modular for now.
88 # There is no way to detect a Sealevel board. Force it modular
/drivers/acpi/
DKconfig116 information in a special way.
135 Controller in a way that a normal reboot is not enough. You then
473 This config item changes the way the ACPI code is built. When this
/drivers/gpu/drm/msm/
DNOTES69 have a better way than just stashing the platform device in a global
/drivers/gpu/drm/amd/display/
DTODO79 callbacks. There's also plans to expose this stuff in a standard way across all

123