Home
last modified time | relevance | path

Searched refs:REG2 (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/arch/sparc/include/asm/
H A Dtsb.h161 andn REG2, 0x7, REG2; \
166 andn REG2, 0x7, REG2; \
171 sllx REG2, 32, REG2; \
175 sllx REG2, 1, REG2; \
178 andn REG2, 0x7, REG2; \
182 sllx REG2, 32, REG2; \
188 and VADDR, REG2, REG2; \
193 andn REG2, 0x7, REG2; \
221 sllx REG2, 1, REG2; \
350 sllx REG2, 4, REG2; \
[all …]
H A Dtrap_block.h184 #define LOAD_PER_CPU_BASE(DEST, THR, REG1, REG2, REG3) \ argument
186 sethi %hi(trap_block), REG2; \
188 or REG2, %lo(trap_block), REG2; \
189 add REG2, REG1, REG2; \
190 ldx [REG2 + TRAP_PER_CPU_PER_CPU_BASE], DEST;
213 #define LOAD_PER_CPU_BASE(DEST, THR, REG1, REG2, REG3) argument
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dactive-semi,act8846.yaml44 description: Handle to the VP2 input supply (REG2)
89 REG2 {
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dsec_boot.S78 .word 0x0 @ REG2
/openbmc/qemu/target/hexagon/idef-parser/
H A Dmacros.inc108 #define fEA_RRs(REG, REG2, SCALE) (EA = REG + (REG2 << SCALE))
/openbmc/qemu/target/hexagon/
H A Dmacros.h430 #define fEA_RRs(REG, REG2, SCALE) \ argument
433 tcg_gen_shli_tl(tmp, REG2, SCALE); \
446 #define fEA_RRs(REG, REG2, SCALE) \ argument
448 EA = REG + (REG2 << SCALE); \
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3368-evb-act8846.dts61 vcc_io: REG2 {
/openbmc/linux/sound/sparc/
H A Ddbri.c241 #define REG2 0x08 /* Parallel IO */ macro
739 sbus_readl(dbri->regs + REG2), in dbri_reset()
1452 (dbri->mm.onboard ? D_PIO0 : D_PIO2), dbri->regs + REG2); in cs4215_open()
1500 sbus_writel(val, dbri->regs + REG2); in cs4215_setctrl()
1644 u32 reg2 = sbus_readl(dbri->regs + REG2); in cs4215_init()
1659 sbus_writel(D_ENPIO2, dbri->regs + REG2); in cs4215_init()
2475 snd_iprintf(buffer, "REG2: 0x%x\n", sbus_readl(dbri->regs + REG2)); in dbri_regs_read()
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-evb-act8846.dts92 vcc_io: REG2 {
H A Drk3288-firefly-reload-core.dtsi119 vcc_io: REG2 {
H A Drk3288-rock2-som.dtsi105 vcc_io: vccio_codec: REG2 {
H A Drk3188-radxarock.dts207 vdd_log: REG2 {
H A Drk3288-r89.dts186 vcc_io: REG2 {
H A Drk3288-miqi.dts193 vcc_io: REG2 {
H A Drk3288-firefly.dtsi270 vcc_io: REG2 {
H A Drk3188-bqedison2qc.dts325 vdd_log: REG2 {
/openbmc/linux/drivers/crypto/caam/
H A Dcaamalg_desc.c164 append_math_sub(desc, REG2, SEQOUTLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_aead_null_decap()
167 append_math_add(desc, VARSEQINLEN, ZERO, REG2, CAAM_CMD_SZ); in cnstr_shdsc_aead_null_decap()
168 append_math_add(desc, VARSEQOUTLEN, ZERO, REG2, CAAM_CMD_SZ); in cnstr_shdsc_aead_null_decap()
/openbmc/u-boot/arch/arm/dts/
H A Drk3288-evb.dtsi230 vcc_io: REG2 {
H A Drk3188-radxarock.dts206 vdd_log: REG2 {
H A Drk3288-rock2-som.dtsi129 vcc_io: REG2 {
H A Drk3288-miqi.dtsi189 vcc_io: REG2 {
H A Drk3288-firefly.dtsi221 vcc_io: REG2 {
/openbmc/linux/drivers/regulator/
H A Dact8865-regulator.c519 ACT88xx_REG("REG2", ACT8846, REG2, VSET0, "vp2"),
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_dump.c344 PRINT_MIS_dword(asd_ha, REG2); in asd_dump_cseq_state()
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def876 do { EA=REG+(REG2<<SCALE); fDOCHKPAGECROSS(REG,EA); } while (0),