Home
last modified time | relevance | path

Searched refs:island (Results 1 – 14 of 14) sorted by relevance

/openbmc/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
22 #define NFP_XPB_DEVICE(island, slave, device) \ argument
23 (NFP_XPB_OVERLAY(island) | \
/openbmc/linux/drivers/ps3/
H A 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()
694 island = 2; in pm_signal_group_to_ps3_lv1_signal_group()
697 island = 6; in pm_signal_group_to_ps3_lv1_signal_group()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
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))
99 #define NFP_CPP_ISLAND_ID(target, action, token, island) \ argument
101 (((action) & 0xff) << 8) | (((island) & 0xff) << 0))
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_target.c705 const int island = NFP_CPP_ID_ISLAND_of(cpp_island_id); in nfp_target_cpp() local
715 if (island == 0) { in nfp_target_cpp()
729 err = nfp_cppat_addr_encode(cpp_target_address, island, target, in nfp_target_cpp()
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()
/openbmc/linux/drivers/clk/mmp/
H A DMakefile11 obj-$(CONFIG_COMMON_CLK_MMP2) += clk-of-mmp2.o clk-pll.o pwr-island.o
/openbmc/openbmc/poky/meta/recipes-devtools/diffstat/
H A Ddiffstat_1.66.bb5 HOMEPAGE = "http://invisible-island.net/diffstat/"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/
H A Dbyacc.inc2 HOMEPAGE = "http://invisible-island.net/byacc/"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dialog/
H A Ddialog_1.3-20240307.bb5 HOMEPAGE = "http://invisible-island.net/dialog/"
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A 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()
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch2 From: Thomas E. Dickey <dickey@invisible-island.net>
12 Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
/openbmc/openbmc/poky/meta/recipes-core/ncurses/
H A Dncurses.inc15 # Upstream has useful patches at times at ftp://invisible-island.net/ncurses/
/openbmc/linux/Documentation/scheduler/
H A Dsched-capacity.rst320 set in that hierarchy, it describes an SMP island and should be treated as such.