Home
last modified time | relevance | path

Searched full:island (Results 1 – 25 of 38) sorted by relevance

12

/Linux-v5.15/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000/
Dnfp_xpb.h14 #define NFP_XPB_OVERLAY(island) (((island) & 0x3f) << 24) argument
16 #define NFP_XPB_ISLAND(island) (NFP_XPB_OVERLAY(island) + 0x60000) argument
20 /* For use with NFP6000 Databook "XPB Island and Device IDs" chapter
22 #define NFP_XPB_DEVICE(island, slave, device) \ argument
23 (NFP_XPB_OVERLAY(island) | \
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_target.c358 * cases would result in bad island IDs, but we do them in nfp_decode_basic()
367 * Channel 0: island#0 in nfp_decode_basic()
368 * Channel 1: island#0 in nfp_decode_basic()
369 * Channel 2: island#1 in nfp_decode_basic()
370 * Channel 3: island#1 in nfp_decode_basic()
383 * Channel 0: (island#0 | 0) in nfp_decode_basic()
384 * Channel 1: (island#0 | 1) in nfp_decode_basic()
385 * Channel 2: (island#1 | 0) in nfp_decode_basic()
386 * Channel 3: (island#1 | 1) in nfp_decode_basic()
405 /* In this mode the data address starts to affect the island ID in nfp_decode_basic()
[all …]
Dnfp_cpp.h67 #define NFP_CPP_ATOMIC_RD(target, island) \ argument
68 NFP_CPP_ISLAND_ID((target), 3, 0, (island))
69 #define NFP_CPP_ATOMIC_WR(target, island) \ argument
70 NFP_CPP_ISLAND_ID((target), 4, 0, (island))
90 * NFP_CPP_ISLAND_ID() - pack target, token, action, and island into a CPP ID.
94 * @island: NFP CPP island id
103 #define NFP_CPP_ISLAND_ID(target, action, token, island) \ argument
105 (((action) & 0xff) << 8) | (((island) & 0xff) << 0))
140 * NFP_CPP_ID_ISLAND_of() - Return the NFP CPP island of a NFP CPP ID
143 * Return: NFP CPP island
Dnfp_rtsym.c31 u8 island; member
75 sw->domain = nfp_meid(fw->island, fw->menum); in nfp_rtsym_sw_entry_init()
76 else if (fw->island != 0xff) in nfp_rtsym_sw_entry_init()
77 sw->domain = fw->island; in nfp_rtsym_sw_entry_init()
Dnfp_cppcore.c1054 int island; in nfp_xpb_to_cpp() local
1061 island = (*xpb_addr >> 24) & 0x3f; in nfp_xpb_to_cpp()
1062 if (!island) in nfp_xpb_to_cpp()
1065 if (island != 1) { in nfp_xpb_to_cpp()
1070 /* Accesses to the ARM Island overlay uses Island 0 / Global Bit */ in nfp_xpb_to_cpp()
1075 /* And only non-ARM interfaces use the island id = 1 */ in nfp_xpb_to_cpp()
1227 /* Hardcoded XPB IMB Base, island 0 */ in nfp_cpp_from_operations()
Dnfp_nffw.h52 * @domain: CPP Target Domain (island)
/Linux-v5.15/drivers/clk/mmp/
Dpwr-island.c3 * MMP PMU power island support
37 /* Turn on the power island */ in mmp_pm_domain_power_on()
79 /* Turn off and isolate the the power island. */ in mmp_pm_domain_power_off()
DMakefile11 obj-$(CONFIG_COMMON_CLK_MMP2) += clk-of-mmp2.o clk-pll.o pwr-island.o
/Linux-v5.15/drivers/ps3/
Dps3-lpm.c662 u64 island; in pm_signal_group_to_ps3_lv1_signal_group() local
668 island = 0; in pm_signal_group_to_ps3_lv1_signal_group()
672 island = 2; in pm_signal_group_to_ps3_lv1_signal_group()
675 island = 3; in pm_signal_group_to_ps3_lv1_signal_group()
678 island = 4; in pm_signal_group_to_ps3_lv1_signal_group()
681 island = 5; in pm_signal_group_to_ps3_lv1_signal_group()
684 island = 6; in pm_signal_group_to_ps3_lv1_signal_group()
687 island = 7; in pm_signal_group_to_ps3_lv1_signal_group()
690 island = 8; in pm_signal_group_to_ps3_lv1_signal_group()
694 island = 2; in pm_signal_group_to_ps3_lv1_signal_group()
[all …]
/Linux-v5.15/drivers/gpu/drm/gma500/
Dpower.c106 /* turn on the display power island */ in gma_resume_display()
233 * Returns true if the display island power is on at this moment
246 * Begin an action that requires the display power island is enabled.
287 * the diplay island power is needed has completed.
Dpsb_irq.c303 /* This register is safe even if display island is off */ in psb_irq_preinstall()
321 /* This register is safe even if display island is off */ in psb_irq_postinstall()
380 /* These two registers are safe even if display island is off */ in psb_irq_uninstall()
386 /* This register is safe even if display island is off */ in psb_irq_uninstall()
Doaktrail_device.c400 * oaktrail_power_down - power down the display island
427 * Restore power to the specified island(s) (powergating)
/Linux-v5.15/drivers/gpu/drm/sti/
Dsti_hdmi.c650 DBGFS_PRINT_STR("Data island 1:", en_di[tmp]); in hdmi_dbg_sw_di_cfg()
653 DBGFS_PRINT_STR("Data island 2:", en_di[tmp]); in hdmi_dbg_sw_di_cfg()
656 DBGFS_PRINT_STR("Data island 3:", en_di[tmp]); in hdmi_dbg_sw_di_cfg()
659 DBGFS_PRINT_STR("Data island 4:", en_di[tmp]); in hdmi_dbg_sw_di_cfg()
662 DBGFS_PRINT_STR("Data island 5:", en_di[tmp]); in hdmi_dbg_sw_di_cfg()
665 DBGFS_PRINT_STR("Data island 6:", en_di[tmp]); in hdmi_dbg_sw_di_cfg()
698 seq_printf(s, "\n AVI Infoframe (Data Island slot N=%d):", in hdmi_dbg_show()
708 seq_printf(s, "\n\n AUDIO Infoframe (Data Island slot N=%d):", in hdmi_dbg_show()
718 seq_printf(s, "\n\n VENDOR SPECIFIC Infoframe (Data Island slot N=%d):", in hdmi_dbg_show()
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/
Dnfp_net_debugdump.c47 u8 island; member
152 cpp_id->island); in nfp_get_numeric_cpp_id()
515 cpp_params.token, cpp_params.island); in nfp_read_indirect_csr()
638 cpp_params.island = sym->domain; in nfp_dump_single_rtsym()
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/
Dqcom,lpass-lpi-pinctrl.yaml8 Low Power Island (LPI) TLMM block
/Linux-v5.15/drivers/platform/x86/intel/atomisp2/
Dpm.c90 * MRFLD IUNIT DPHY is located in an always-power-on island in isp_pci_suspend()
/Linux-v5.15/drivers/acpi/
Dacpi_lpss.c119 * This quirk overrides power state of entire LPSS island to keep DMA powered
912 /* IOSF SB for LPSS island */
939 * Here we read the values related to LPSS power island, i.e. LPSS in lpss_iosf_enter_d3_state()
956 * Get the status of entire LPSS power island per device basis. in lpss_iosf_enter_d3_state()
/Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dsmumgr.c208 /*this interface is needed by island ci/vi */
/Linux-v5.15/drivers/pinctrl/qcom/
DKconfig321 (Low Power Island) found on the Qualcomm Technologies Inc SoCs.
/Linux-v5.15/sound/x86/
Dintel_hdmi_lpe_audio.h268 /* Audio HDMI Widget Data Island Packet offset */
/Linux-v5.15/drivers/remoteproc/
DKconfig210 SLPI (Sensor Low Power Island).
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_doorbell.h248 * Graphics voltage island aperture 1
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_dsb.c23 * DSB's can access only the pipe, plane, and transcoder Data Island Packet
/Linux-v5.15/drivers/platform/x86/
Dpmc_atom.c314 seq_printf(s, "Island: %-2d - %-32s\tState: %s\n", in pmc_pss_state_show()
/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/
Dhardwaremanager.h135 PHM_PlatformCaps_NIChipsets, /* Northern Island and beyond chipsets */

12