/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000/ |
H A D | nfp_xpb.h | 14 #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) | \
|
/openbmc/linux/drivers/pinctrl/qcom/ |
H A D | Kconfig | 60 (Low Power Island) found on the Qualcomm Technologies Inc SoCs. 69 (Low Power Island) found on the Qualcomm Technologies Inc SC7280 platform. 78 (Low Power Island) found on the Qualcomm Technologies Inc SM6115 platform. 87 (Low Power Island) found on the Qualcomm Technologies Inc SM8250 platform. 96 (Low Power Island) found on the Qualcomm Technologies Inc SM8350 106 (Low Power Island) found on the Qualcomm Technologies Inc SM8450 platform. 115 (Low Power Island) found on the Qualcomm Technologies Inc SC8280XP platform. 124 (Low Power Island) found on the Qualcomm Technologies Inc SM8550
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_target.c | 358 * 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 D | nfp_cpp.h | 63 #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 D | nfp_rtsym.c | 31 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 D | nfp_cppcore.c | 1057 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 D | nfp_nffw.h | 52 * @domain: CPP Target Domain (island)
|
/openbmc/linux/drivers/clk/mmp/ |
H A D | pwr-island.c | 3 * MMP PMU power island support 37 /* Turn on the power island */ in mmp_pm_domain_power_on() 79 /* Turn off and isolate the power island. */ in mmp_pm_domain_power_off()
|
H A D | Makefile | 11 obj-$(CONFIG_COMMON_CLK_MMP2) += clk-of-mmp2.o clk-pll.o pwr-island.o
|
/openbmc/linux/drivers/ps3/ |
H A D | ps3-lpm.c | 662 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 …]
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | power.c | 115 /* 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 D | psb_irq.c | 272 /* 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()
|
/openbmc/linux/drivers/gpu/drm/sti/ |
H A D | sti_hdmi.c | 652 DBGFS_PRINT_STR("Data island 1:", en_di[tmp]); in hdmi_dbg_sw_di_cfg() 655 DBGFS_PRINT_STR("Data island 2:", en_di[tmp]); in hdmi_dbg_sw_di_cfg() 658 DBGFS_PRINT_STR("Data island 3:", en_di[tmp]); in hdmi_dbg_sw_di_cfg() 661 DBGFS_PRINT_STR("Data island 4:", en_di[tmp]); in hdmi_dbg_sw_di_cfg() 664 DBGFS_PRINT_STR("Data island 5:", en_di[tmp]); in hdmi_dbg_sw_di_cfg() 667 DBGFS_PRINT_STR("Data island 6:", en_di[tmp]); in hdmi_dbg_sw_di_cfg() 700 seq_printf(s, "\n AVI Infoframe (Data Island slot N=%d):", in hdmi_dbg_show() 710 seq_printf(s, "\n\n AUDIO Infoframe (Data Island slot N=%d):", in hdmi_dbg_show() 720 seq_printf(s, "\n\n VENDOR SPECIFIC Infoframe (Data Island slot N=%d):", in hdmi_dbg_show()
|
/openbmc/openbmc/poky/meta/recipes-devtools/diffstat/ |
H A D | diffstat_1.67.bb | 5 HOMEPAGE = "http://invisible-island.net/diffstat/"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/ |
H A D | byacc.inc | 2 HOMEPAGE = "http://invisible-island.net/byacc/"
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | constants.js | 147 {Name: 'Bouvet Island', code: 'BV'}, 163 {Name: 'Christmas Island ', code: 'CX'}, 214 {Name: 'Heard Island and McDonald Islands', code: 'HM'}, 281 {Name: 'Norfolk Island', code: 'NF'},
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm/ |
H A D | 0001-include-missing-pty.h-header-for-openpty.patch | 15 Upstream-Status: Submitted [sent to dickey@invisible-island.net]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dialog/ |
H A D | dialog_1.3-20240619.bb | 5 HOMEPAGE = "http://invisible-island.net/dialog/"
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_debugdump.c | 47 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()
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | tps6594-pfsm.rst | 61 Only the power resources assigned to the MCU Safety Island are on.
|
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ |
H A D | CsrCountryCodes.js | 43 { name: 'Bouvet Island', code: 'BV', label: i18n.t('countries.BV') }, 67 { name: 'Christmas Island ', code: 'CX', label: i18n.t('countries.CX') }, 131 name: 'Heard Island and McDonald Islands', 221 { name: 'Norfolk Island', code: 'NF', label: i18n.t('countries.NF') },
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | qcom,sm6115-lpass-lpi-pinctrl.yaml | 15 (LPASS) Low Power Island (LPI) of Qualcomm SM6115 SoC.
|
H A D | qcom,sc7280-lpass-lpi-pinctrl.yaml | 14 (LPASS) Low Power Island (LPI) of Qualcomm SC7280 SoC.
|
H A D | qcom,sm8350-lpass-lpi-pinctrl.yaml | 15 (LPASS) Low Power Island (LPI) of Qualcomm SM8350 SoC.
|
H A D | qcom,sm8250-lpass-lpi-pinctrl.yaml | 14 (LPASS) Low Power Island (LPI) of Qualcomm SM8250 SoC.
|