Searched refs:sel1 (Results 1 - 16 of 16) sorted by relevance

/linux-4.4.14/arch/s390/kvm/
H A Dtrace.h391 TP_PROTO(VCPU_PROTO_COMMON, int fc, int sel1, int sel2, u64 addr),
392 TP_ARGS(VCPU_ARGS_COMMON, fc, sel1, sel2, addr),
397 __field(int, sel1)
405 __entry->sel1 = sel1;
411 __entry->fc, __entry->sel1, __entry->sel2,
H A Dpriv.c492 u8 fc, u8 sel1, u16 sel2) insert_stsi_usr_data()
498 vcpu->run->s390_stsi.sel1 = sel1; insert_stsi_usr_data()
505 int sel1 = vcpu->run->s.regs.gprs[0] & 0xff; handle_stsi() local
513 VCPU_EVENT(vcpu, 3, "STSI: fc: %u sel1: %u sel2: %u", fc, sel1, sel2); handle_stsi()
544 if (stsi((void *) mem, fc, sel1, sel2)) handle_stsi()
548 if (sel1 != 2 || sel2 != 2) handle_stsi()
563 insert_stsi_usr_data(vcpu, operand2, ar, fc, sel1, sel2); handle_stsi()
566 trace_kvm_s390_handle_stsi(vcpu, fc, sel1, sel2, operand2); handle_stsi()
491 insert_stsi_usr_data(struct kvm_vcpu *vcpu, u64 addr, ar_t ar, u8 fc, u8 sel1, u16 sel2) insert_stsi_usr_data() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dnv50.c39 { 0xf, 16, "sel1", true },
58 { 0x7, 16, "sel1", true },
H A Dg84.c48 { 0x7, 16, "sel1", true },
H A Dgk104.c58 { 0x7, 8, "sel1", true },
H A Dgt200.c30 { 0x1f, 16, "sel1", true },
H A Dgf100.c61 { 0x7, 8, "sel1", true },
/linux-4.4.14/arch/s390/include/asm/
H A Dsysinfo.h166 int stsi(void *sysinfo, int fc, int sel1, int sel2);
/linux-4.4.14/arch/arm/mach-imx/
H A Dmx31moboard-devboard.c121 if (!gpio_request(SEL1, "sel1")) { devboard_init_sel_gpios()
H A Dmx31moboard-marxbot.c234 if (!gpio_request(SEL1, "sel1")) { marxbot_init_sel_gpios()
/linux-4.4.14/arch/s390/kernel/
H A Dsysinfo.c33 int stsi(void *sysinfo, int fc, int sel1, int sel2) stsi() argument
35 register int r0 asm("0") = (fc << 28) | sel1; stsi()
/linux-4.4.14/include/linux/mfd/
H A Dabx500.h85 * @battok_raising_th_sel1 Threshold in mV for battOk signal sel1
H A Ddb8500-prcmu.h321 * @VMODSEL1VALTO_ERR: The MODEM sel1 supply value transfered through I2C has
/linux-4.4.14/include/linux/mfd/abx500/
H A Dab8500-bm.h319 * @battok_raising_th_sel1 Threshold in mV for battOk signal sel1
/linux-4.4.14/drivers/power/
H A Dab8500_fg.c1934 int sel1; ab8500_fg_battok_init_hw_register() local
1941 sel1 = di->bm->fg_params->battok_raising_th_sel1; ab8500_fg_battok_init_hw_register()
1944 cbp_sel1 = ab8500_fg_battok_calc(di, sel1); ab8500_fg_battok_init_hw_register()
1954 if (selected != sel1) ab8500_fg_battok_init_hw_register()
1956 sel1, selected, cbp_sel1); ab8500_fg_battok_init_hw_register()
/linux-4.4.14/include/uapi/linux/
H A Dkvm.h334 __u8 sel1; member in struct:kvm_run::__anon14198::__anon14216

Completed in 374 milliseconds