| /Linux-v5.4/Documentation/kbuild/ |
| D | Kconfig.recursion-issue-01 | 13 # * What values are possible for CORE? 15 # CORE_BELL_A_ADVANCED selects CORE, which means that it influences the values 16 # that are possible for CORE. So for example if CORE_BELL_A_ADVANCED is 'y', 17 # CORE must be 'y' too. 27 # CORE_BELL_A depends on CORE, so CORE influences CORE_BELL_A. 30 # what values are possible for CORE we ended up needing to address questions 31 # regarding possible values of CORE itself again. Answering the original 32 # question of what are the possible values of CORE would make the kconfig 38 # of the "select CORE" from CORE_BELL_A_ADVANCED as that is implicit already 39 # since CORE_BELL_A depends on CORE. Recursive dependency issues are not always [all …]
|
| D | Kconfig.recursion-issue-02 | 25 # have. Let's assume we have some CORE functionality, then the kernel has a 32 # with CORE, one uses "depends on" while the other uses "select". Another 38 # To fix this the "depends on CORE" must be changed to "select CORE", or the 39 # "select CORE" must be changed to "depends on CORE". 49 config CORE config 54 depends on CORE 63 select CORE
|
| D | kconfig-language.rst | 589 of the "select CORE" from CORE_BELL_A_ADVANCED as that is implicit already 590 since CORE_BELL_A depends on CORE. At times it may not be possible to remove
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| D | mac.c | 37 mt76_set(dev, MT_BBP(CORE, 4), BIT(1)); in mt76x2_mac_stop() 38 mt76_clear(dev, MT_BBP(CORE, 4), BIT(1)); in mt76x2_mac_stop() 40 mt76_set(dev, MT_BBP(CORE, 4), BIT(0)); in mt76x2_mac_stop() 41 mt76_clear(dev, MT_BBP(CORE, 4), BIT(0)); in mt76x2_mac_stop()
|
| D | pci_phy.c | 83 mt76_rmw_field(dev, MT_BBP(CORE, 32), GENMASK(21, 20), 2); in mt76x2_phy_set_antenna() 85 mt76_rmw_field(dev, MT_BBP(CORE, 33), GENMASK(12, 9), 4); in mt76x2_phy_set_antenna() 94 mt76_rmw_field(dev, MT_BBP(CORE, 32), GENMASK(21, 20), 1); in mt76x2_phy_set_antenna() 96 mt76_rmw_field(dev, MT_BBP(CORE, 33), GENMASK(12, 9), 1); in mt76x2_phy_set_antenna() 107 mt76_clear(dev, MT_BBP(CORE, 32), GENMASK(21, 20)); in mt76x2_phy_set_antenna() 108 mt76_clear(dev, MT_BBP(CORE, 33), GENMASK(12, 9)); in mt76x2_phy_set_antenna()
|
| D | usb_mac.c | 170 mt76_set(dev, MT_BBP(CORE, 4), BIT(1)); in mt76x2u_mac_stop() 171 mt76_clear(dev, MT_BBP(CORE, 4), BIT(1)); in mt76x2u_mac_stop() 173 mt76_set(dev, MT_BBP(CORE, 4), BIT(0)); in mt76x2u_mac_stop() 174 mt76_clear(dev, MT_BBP(CORE, 4), BIT(0)); in mt76x2u_mac_stop()
|
| D | phy.c | 218 if (mt76_rr(dev, MT_BBP(CORE, 34)) & BIT(4)) in mt76x2_phy_tssi_compensate()
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x0/ |
| D | phy.c | 191 val = mt76_rr(dev, MT_BBP(CORE, 0)); in mt76x0_phy_wait_bbp_ready() 516 mt76_set(dev, MT_BBP(CORE, 4), BIT(0)); in mt76x0_phy_tssi_dc_calibrate() 518 mt76_clear(dev, MT_BBP(CORE, 4), BIT(0)); in mt76x0_phy_tssi_dc_calibrate() 521 mt76_wr(dev, MT_BBP(CORE, 34), val); in mt76x0_phy_tssi_dc_calibrate() 526 mt76_poll_msec(dev, MT_BBP(CORE, 34), BIT(4), 0, 200); in mt76x0_phy_tssi_dc_calibrate() 527 dev->cal.tssi_dc = mt76_rr(dev, MT_BBP(CORE, 35)) & 0xff; in mt76x0_phy_tssi_dc_calibrate() 534 mt76_set(dev, MT_BBP(CORE, 4), BIT(0)); in mt76x0_phy_tssi_dc_calibrate() 536 mt76_clear(dev, MT_BBP(CORE, 4), BIT(0)); in mt76x0_phy_tssi_dc_calibrate() 550 mt76_wr(dev, MT_BBP(CORE, 34), val); in mt76x0_phy_tssi_adc_calibrate() 552 if (!mt76_poll_msec(dev, MT_BBP(CORE, 34), BIT(4), 0, 200)) { in mt76x0_phy_tssi_adc_calibrate() [all …]
|
| D | initvals.h | 87 { MT_BBP(CORE, 1), 0x00000002 }, 88 { MT_BBP(CORE, 4), 0x00000000 }, 89 { MT_BBP(CORE, 24), 0x00000000 }, 90 { MT_BBP(CORE, 32), 0x4003000a }, 91 { MT_BBP(CORE, 42), 0x00000000 }, 92 { MT_BBP(CORE, 44), 0x00000000 },
|
| /Linux-v5.4/arch/s390/numa/ |
| D | mode_emu.c | 48 enum toptree_level {CORE, MC, BOOK, DRAWER, NODE, TOPOLOGY}; enumerator 107 toptree_for_each(core, tree, CORE) { in cores_free() 169 toptree_for_each(core_node, node, CORE) in dist_node_to_core() 225 toptree_for_each_safe(core, tmp, phys, CORE) { in toptree_to_numa_single() 244 cores_free = cores_target - toptree_count(node, CORE); in move_level_to_numa_node() 246 if (cores_free == toptree_count(cur, CORE)) in move_level_to_numa_node() 249 if (cores_free >= toptree_count(cur, CORE)) in move_level_to_numa_node() 284 toptree_for_each(core, numa, CORE) in toptree_to_numa_first() 406 toptree_for_each(core, numa, CORE) in toptree_to_topology()
|
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | chip_registers.h | 51 #define CORE 0x000000000000 macro 52 #define CCE (CORE + 0x000000000000) 53 #define ASIC (CORE + 0x000000400000) 54 #define MISC (CORE + 0x000000500000) 55 #define DC_TOP_CSRS (CORE + 0x000000600000) 56 #define CHIP_DEBUG (CORE + 0x000000700000) 57 #define RXE (CORE + 0x000001000000) 58 #define TXE (CORE + 0x000001800000)
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | omap5-core-thermal.dtsi | 2 * Device Tree Source for OMAP543x SoC CORE thermal
|
| /Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
| D | da9052-i2c.txt | 19 buck1 : regulator BUCK CORE
|
| /Linux-v5.4/arch/arm/mach-omap2/ |
| D | Kconfig | 229 access SDRAM during CORE DVFS, select Y here. This should boost 230 SDRAM performance at lower CORE OPPs. There are relatively few
|
| D | sleep34xx.S | 354 cmp r4, #0x0 @ Check if previous power state of CORE is OFF 374 cmp r2, #0x0 @ Check if previous power state of CORE is OFF
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/ |
| D | mt76x02_phy.c | 143 mt76_rmw_field(dev, MT_BBP(CORE, 1), MT_BBP_CORE_R1_BW, core_val); in mt76x02_phy_set_bw()
|
| /Linux-v5.4/Documentation/gpu/ |
| D | komeda-kms.rst | 328 achieve this, split the komeda device into two layers: CORE and CHIP. 330 - CORE: for common features and capabilities handling. 333 CORE can access CHIP by three chip function structures:
|
| /Linux-v5.4/Documentation/arm/omap/ |
| D | omap_pm.rst | 42 3. Set the maximum system DMA transfer start latency (CORE pwrdm)::
|
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| D | phy_n.c | 16314 WRITE_RADIO_REG4(pi, RADIO_2057, CORE, in wlc_phy_workarounds_nphy_rev7() 16317 WRITE_RADIO_REG4(pi, RADIO_2057, CORE, in wlc_phy_workarounds_nphy_rev7() 16320 WRITE_RADIO_REG4(pi, RADIO_2057, CORE, in wlc_phy_workarounds_nphy_rev7() 16338 CORE, coreNum, in wlc_phy_workarounds_nphy_rev7() 16346 CORE, coreNum, in wlc_phy_workarounds_nphy_rev7() 16350 CORE, coreNum, in wlc_phy_workarounds_nphy_rev7() 16354 CORE, coreNum, in wlc_phy_workarounds_nphy_rev7() 16358 CORE, coreNum, in wlc_phy_workarounds_nphy_rev7() 16362 CORE, coreNum, in wlc_phy_workarounds_nphy_rev7() 16370 WRITE_RADIO_REG4(pi, RADIO_2057, CORE, in wlc_phy_workarounds_nphy_rev7() [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/usb/ |
| D | dwc3.txt | 1 synopsys DWC3 CORE
|
| /Linux-v5.4/Documentation/RCU/ |
| D | whatisRCU.txt | 28 2. WHAT IS RCU'S CORE API? 29 3. WHAT ARE SOME EXAMPLE USES OF CORE RCU API? 120 2. WHAT IS RCU'S CORE API? 371 3. WHAT ARE SOME EXAMPLE USES OF CORE RCU API?
|
| /Linux-v5.4/drivers/tty/serial/jsm/ |
| D | jsm_tty.c | 393 jsm_dbg(CORE, &brd->pci_dev, in jsm_tty_init()
|
| /Linux-v5.4/Documentation/driver-api/ |
| D | vfio-mediated-device.rst | 60 | MDEV CORE |
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | ras.rst | 283 Controller (MC) driver modules. On a given system, the CORE is loaded 284 and one MC driver will be loaded. Both the CORE and the MC driver (or 289 both the CORE's and the MC driver's versions.
|
| /Linux-v5.4/Documentation/s390/ |
| D | vfio-ccw.rst | 156 | MDEV CORE |
|