Home
last modified time | relevance | path

Searched refs:SEL (Results 1 – 12 of 12) sorted by relevance

/linux/arch/mips/kvm/
H A Dtrace.h143 #define KVM_TRACE_COP0(REG, SEL) ((KVM_TRACE_HWR_COP0 << 8) | \ argument
144 ((REG) << 3) | (SEL))
145 #define KVM_TRACE_HWR(REG, SEL) ((KVM_TRACE_HWR_HWR << 8) | \ argument
146 ((REG) << 3) | (SEL))
/linux/drivers/media/dvb-frontends/
H A Dbcm3510_priv.h279 u8 SEL :1; member
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am642-hummingboard-t.dts273 /* SEL, 10k pull-down on carrier, 2.2k pullup on SoM */
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h250 #define SEL 0x20 /* sta: selected by another device */ macro
/linux/Documentation/driver-api/
H A Dipmi.rst769 * Record ID (bytes 0-1): Set by the SEL.
778 function will attempt to find an SEL and add the events there. It
780 If it has an SEL, then they will be stored in the SEL of the local
783 controller will be queried and the events sent to the SEL on that
H A Dpps.rst270 13 SEL * *
/linux/Documentation/userspace-api/media/rc/
H A Drc-tables.rst363 - 1ST / 2ND LANGUAGE / DVD LANG / MTS/SAP / MTS SEL
/linux/drivers/scsi/
H A Dncr53c8xx.h773 #define SEL 0x20 /* sta: selected by another device */ macro
H A DFlashPoint.c493 #define SEL BIT(3) macro
2057 (PROG_HLT | TIMEOUT | SEL | BUS_FREE | PHASE | in FPT_SccbMgr_bad_isr()
2545 WRW_HARPOON((port + hp_intstat), (PROG_HLT | TIMEOUT | SEL | BUS_FREE)); in FPT_ssel()
6096 (RESET | TIMEOUT | SEL | BUS_FREE | AUTO_INT)); in FPT_scsell()
6122 (RESET | TIMEOUT | SEL | BUS_FREE | PHASE)); in FPT_scsell()
/linux/Documentation/input/devices/
H A Djoystick-parport.rst606 17 /SEL Select
/linux/drivers/platform/x86/
H A DKconfig1175 tristate "SEL-3350 LEDs and power supplies"
1184 Support for LEDs and power supplies on SEL-3350 computers.
/linux/arch/arm64/kvm/
H A Dsys_regs.c975 idx = SYS_FIELD_GET(PMSELR_EL0, SEL, in access_pmu_evcntr()
1026 idx = SYS_FIELD_GET(PMSELR_EL0, SEL, __vcpu_sys_reg(vcpu, PMSELR_EL0)); in access_pmu_evtyper()