Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000/
H A 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/drivers/net/ethernet/netronome/nfp/nfpcore/
H A 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 …]
H A Dnfp_cpp.h63 #define NFP_CPP_ATOMIC_RD(target, island) \ argument
64 NFP_CPP_ISLAND_ID((target), 3, 0, (island))
65 #define NFP_CPP_ATOMIC_WR(target, island) \ argument
66 NFP_CPP_ISLAND_ID((target), 4, 0, (island))
86 * NFP_CPP_ISLAND_ID() - pack target, token, action, and island into a CPP ID.
90 * @island: NFP CPP island id
99 #define NFP_CPP_ISLAND_ID(target, action, token, island) \ argument
101 (((action) & 0xff) << 8) | (((island) & 0xff) << 0))
136 * NFP_CPP_ID_ISLAND_of() - Return the NFP CPP island of a NFP CPP ID
139 * Return: NFP CPP island
H A 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()
H A Dnfp_cppcore.c1057 int island; in nfp_xpb_to_cpp() local
1064 island = (*xpb_addr >> 24) & 0x3f; in nfp_xpb_to_cpp()
1065 if (!island) in nfp_xpb_to_cpp()
1068 if (island != 1) { in nfp_xpb_to_cpp()
1073 /* Accesses to the ARM Island overlay uses Island 0 / Global Bit */ in nfp_xpb_to_cpp()
1078 /* And only non-ARM interfaces use the island id = 1 */ in nfp_xpb_to_cpp()
1230 /* Hardcoded XPB IMB Base, island 0 */ in nfp_cpp_from_operations()
H A Dnfp_nffw.h52 * @domain: CPP Target Domain (island)
/linux/drivers/gpu/drm/gma500/
H A Dpower.c115 /* turn on the display power island */ in gma_resume_display()
211 * Begin an action that requires the display power island is enabled.
227 * the diplay island power is needed has completed.
H A Dpsb_irq.c272 /* This register is safe even if display island is off */ in gma_irq_preinstall()
290 /* This register is safe even if display island is off */ in gma_irq_postinstall()
361 /* These two registers are safe even if display island is off */ in gma_irq_uninstall()
367 /* This register is safe even if display island is off */ in gma_irq_uninstall()
H A Doaktrail_device.c345 * oaktrail_power_down - power down the display island
372 * Restore power to the specified island(s) (powergating)
/linux/drivers/clk/mmp/
H A DMakefile11 obj-$(CONFIG_COMMON_CLK_MMP2) += clk-of-mmp2.o clk-pll.o pwr-island.o
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugdump.c52 u8 island; member
157 cpp_id->island); in nfp_get_numeric_cpp_id()
522 cpp_params.token, cpp_params.island); in nfp_read_indirect_csr()
649 cpp_params.island = sym->domain; in nfp_dump_single_rtsym()
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,lpass-lpi-common.yaml16 Low Power Audio SubSystem (LPASS) Low Power Island (LPI) of Qualcomm SoCs.
H A Dqcom,sm6115-lpass-lpi-pinctrl.yaml15 (LPASS) Low Power Island (LPI) of Qualcomm SM6115 SoC.
H A Dqcom,sm8350-lpass-lpi-pinctrl.yaml15 (LPASS) Low Power Island (LPI) of Qualcomm SM8350 SoC.
H A Dqcom,sm8550-lpass-lpi-pinctrl.yaml15 (LPASS) Low Power Island (LPI) of Qualcomm SM8550 SoC.
H A Dqcom,sm8250-lpass-lpi-pinctrl.yaml14 (LPASS) Low Power Island (LPI) of Qualcomm SM8250 SoC.
H A Dqcom,sm4250-lpass-lpi-pinctrl.yaml14 (LPASS) Low Power Island (LPI) of Qualcomm SM4250 SoC.
H A Dqcom,sc8280xp-lpass-lpi-pinctrl.yaml14 (LPASS) Low Power Island (LPI) of Qualcomm SC8280XP SoC.
H A Dqcom,sm8650-lpass-lpi-pinctrl.yaml15 (LPASS) Low Power Island (LPI) of Qualcomm SM8650 SoC.
H A Dqcom,sm8450-lpass-lpi-pinctrl.yaml14 (LPASS) Low Power Island (LPI) of Qualcomm SM8450 SoC.
/linux/Documentation/misc-devices/
H A Dtps6594-pfsm.rst61 Only the power resources assigned to the MCU Safety Island are on.
/linux/drivers/platform/x86/intel/atomisp2/
H A Dpm.c90 * MRFLD IUNIT DPHY is located in an always-power-on island in isp_pci_suspend()
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_regs.h320 * Immediately preceding each video data period or data island period is the
323 * data island. The values of CTL0, CTL1, CTL2, and CTL3 indicate the type of
/linux/drivers/acpi/x86/
H A Dlpss.c120 * This quirk overrides power state of entire LPSS island to keep DMA powered
898 /* IOSF SB for LPSS island */
925 * Here we read the values related to LPSS power island, i.e. LPSS in lpss_iosf_enter_d3_state()
942 * Get the status of entire LPSS power island per device basis. in lpss_iosf_enter_d3_state()
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmumgr.c208 /*this interface is needed by island ci/vi */

12