Home
last modified time | relevance | path

Searched refs:target_sp (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c42 int consume_stack(unsigned long target_sp, unsigned long stack_high, int delta, enum access_type ty… in consume_stack() argument
47 if ((unsigned long)&stack_cur > target_sp) in consume_stack()
48 return consume_stack(target_sp, stack_high, delta, type); in consume_stack()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dide_sdk.py62 target_sp = args.target.split('@')
63 if len(target_sp) == 1:
65 self.host = target_sp[0]
66 elif len(target_sp) == 2:
67 self.login = target_sp[0]
68 self.host = target_sp[1]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Disp2400_input_system_local.h82 target_sp_cfg_t target_sp[N_CHANNELS]; member
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c896 config.target_sp[channel.source_cfg.csi_cfg.csi_port] = in input_system_configure_channel()