/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 1870 TCGv selector = tcg_temp_new(); in gen_op_movl_seg_real() local 1871 tcg_gen_ext16u_tl(selector, seg); in gen_op_movl_seg_real() 1872 tcg_gen_st32_tl(selector, tcg_env, in gen_op_movl_seg_real() 1873 offsetof(CPUX86State,segs[seg_reg].selector)); in gen_op_movl_seg_real() 1874 tcg_gen_shli_tl(cpu_seg_base[seg_reg], selector, 4); in gen_op_movl_seg_real() 2550 segs[last_seg].selector)); in gen_x87() 2879 offsetof(CPUX86State, segs[R_CS].selector)); in gen_x87() 2956 offsetof(CPUX86State, ldt.selector)); in gen_multi0F() 2978 offsetof(CPUX86State, tr.selector)); in gen_multi0F()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-2.0.3.min.js | 4 …selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):x.isFunction(e)?n.re… 5 …selector),n.guid||(n.guid=x.guid++),(l=y.events)||(l=y.events={}),(a=y.handle)||(a=y.handle=functi…
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | ipmi_hpmfwupg.h | 233 unsigned char selector; member
|
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 129 __u16 selector; member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 129 __u16 selector; member
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86.h | 169 uint64_t selector:16; member
|
/openbmc/rest-dbus/resources/ |
H A D | jquery.min.js | 2 …selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?th… 4 …selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=functi…
|
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 1749 iscsi_dcb_app.selector = IEEE_8021QAZ_APP_SEL_STREAM; in get_iscsi_dcb_priority() 1752 iscsi_dcb_app.selector = IEEE_8021QAZ_APP_SEL_ANY; in get_iscsi_dcb_priority() 1756 iscsi_dcb_app.selector = DCB_APP_IDTYPE_PORTNUM; in get_iscsi_dcb_priority() 2392 if ((iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_STREAM) && in cxgb4_dcb_change_notify() 2393 (iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_ANY)) in cxgb4_dcb_change_notify() 2398 if (iscsi_app->app.selector != DCB_APP_IDTYPE_PORTNUM) in cxgb4_dcb_change_notify()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3399-puma.dtsi | 221 fcs,suspend-voltage-selector = <1>; 424 fcs,suspend-voltage-selector = <1>;
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-stmfx.c | 400 unsigned int selector) in stmfx_pinctrl_get_group_name() argument 406 unsigned int selector, in stmfx_pinctrl_get_group_pins() argument
|
H A D | pinctrl-equilibrium.c | 317 unsigned int selector, unsigned int group) in eqbr_pinmux_set_mux() argument 325 func = pinmux_generic_get_function(pctldev, selector); in eqbr_pinmux_set_mux()
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-nanopi4.dtsi | 228 fcs,suspend-voltage-selector = <1>; 247 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3399-rock-pi-4.dtsi | 425 fcs,suspend-voltage-selector = <1>; 444 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3399-hugsun-x99.dts | 220 fcs,suspend-voltage-selector = <1>; 238 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3368-r88.dts | 184 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3368-orion-r68-meta.dts | 200 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3399-khadas-edge.dtsi | 510 fcs,suspend-voltage-selector = <1>; 529 fcs,suspend-voltage-selector = <1>;
|
/openbmc/linux/drivers/regulator/ |
H A D | lp872x.c | 316 unsigned selector) in lp872x_buck_set_voltage_sel() argument 330 return lp872x_update_bits(lp, addr, mask, selector); in lp872x_buck_set_voltage_sel()
|
/openbmc/linux/drivers/md/ |
H A D | Kconfig | 458 This path selector is a dynamic load balancer which selects 467 This path selector is a dynamic load balancer which selects 477 This path selector is a dynamic load balancer which selects 488 This path selector selects the path based on the CPU the IO is
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | pmbus_core.c | 3078 int max_uv, unsigned int *selector) in pmbus_regulator_set_voltage() argument 3092 *selector = 0; in pmbus_regulator_set_voltage() 3114 unsigned int selector) in pmbus_regulator_list_voltage() argument 3120 if (selector >= rdev->desc->n_voltages || in pmbus_regulator_list_voltage() 3121 selector < rdev->desc->linear_min_sel) in pmbus_regulator_list_voltage() 3124 selector -= rdev->desc->linear_min_sel; in pmbus_regulator_list_voltage() 3126 (rdev->desc->uV_step * selector), 1000); /* convert to mV */ in pmbus_regulator_list_voltage()
|
/openbmc/qemu/tests/qtest/ |
H A D | ufs-test.c | 122 uint8_t selector, uint32_t attr_value, in ufs_send_query() argument 147 req_upiu.qr.selector = selector; in ufs_send_query()
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6ul-ccimx6ulsbcpro.dts | 416 /* Mux selector between eMMC/SD# */
|
/openbmc/qemu/linux-user/i386/ |
H A D | cpu_loop.c | 435 env->segs[R_FS].selector = 0; in target_cpu_copy_regs()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_dcmi.c | 710 ipmi_dcmi_getcapabilities(struct ipmi_intf * intf, uint8_t selector) in ipmi_dcmi_getcapabilities() argument 716 msg_data[1] = selector; in ipmi_dcmi_getcapabilities() 808 ipmi_dcmi_prnt_getcapabilities(struct ipmi_intf * intf, uint8_t selector) in ipmi_dcmi_prnt_getcapabilities() argument 813 rsp = ipmi_dcmi_getcapabilities(intf, selector); in ipmi_dcmi_prnt_getcapabilities() 843 switch (selector) { in ipmi_dcmi_prnt_getcapabilities()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | multicast.c | 258 u8 selector, u8 src_value, u8 dst_value) in check_selector() argument 265 switch (selector) { in check_selector()
|