Home
last modified time | relevance | path

Searched refs:eve (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/board/ti/dra7xx/
H A Devm.c382 .eve.value[OPP_NOM] = VDD_EVE_DRA7_NOM,
383 .eve.value[OPP_OD] = VDD_EVE_DRA7_OD,
384 .eve.value[OPP_HIGH] = VDD_EVE_DRA7_HIGH,
385 .eve.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_DSPEVE_NOM,
386 .eve.efuse.reg[OPP_OD] = STD_FUSE_OPP_VMIN_DSPEVE_OD,
387 .eve.efuse.reg[OPP_HIGH] = STD_FUSE_OPP_VMIN_DSPEVE_HIGH,
388 .eve.efuse.reg_bits = DRA752_EFUSE_REGBITS,
389 .eve.addr = TPS659038_REG_ADDR_SMPS45,
390 .eve.pmic = &tps659038,
391 .eve.abb_tx_done_mask = OMAP_ABB_EVE_TXDONE_MASK,
[all …]
/openbmc/u-boot/board/ti/am57xx/
H A Dboard.c330 .eve.value[OPP_NOM] = VDD_EVE_DRA7_NOM,
331 .eve.value[OPP_OD] = VDD_EVE_DRA7_OD,
332 .eve.value[OPP_HIGH] = VDD_EVE_DRA7_HIGH,
333 .eve.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_DSPEVE_NOM,
334 .eve.efuse.reg[OPP_OD] = STD_FUSE_OPP_VMIN_DSPEVE_OD,
335 .eve.efuse.reg[OPP_HIGH] = STD_FUSE_OPP_VMIN_DSPEVE_HIGH,
336 .eve.efuse.reg_bits = DRA752_EFUSE_REGBITS,
337 .eve.addr = TPS659038_REG_ADDR_SMPS45,
338 .eve.pmic = &tps659038,
339 .eve.abb_tx_done_mask = OMAP_ABB_EVE_TXDONE_MASK,
[all …]
/openbmc/u-boot/board/compulab/cl-som-am57x/
H A Dspl.c169 .eve.value[OPP_NOM] = VDD_EVE_DRA7_NOM,
170 .eve.value[OPP_OD] = VDD_EVE_DRA7_OD,
171 .eve.value[OPP_HIGH] = VDD_EVE_DRA7_HIGH,
172 .eve.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_DSPEVE_NOM,
173 .eve.efuse.reg[OPP_OD] = STD_FUSE_OPP_VMIN_DSPEVE_OD,
174 .eve.efuse.reg[OPP_HIGH] = STD_FUSE_OPP_VMIN_DSPEVE_HIGH,
175 .eve.efuse.reg_bits = DRA752_EFUSE_REGBITS,
176 .eve.addr = TPS659038_REG_ADDR_SMPS45,
177 .eve.pmic = &tps659038,
/openbmc/linux/drivers/soc/xilinx/
H A Dxlnx_event_manager.c288 u32 eve; in xlnx_register_event() local
311 eve = event & (1 << pos); in xlnx_register_event()
312 if (!eve) in xlnx_register_event()
316 ret = xlnx_add_cb_for_notify_event(node_id, eve, wake, cb_fun, in xlnx_register_event()
327 eve = event & (1 << pos); in xlnx_register_event()
328 if (!eve) in xlnx_register_event()
330 xlnx_remove_cb_for_notify_event(node_id, eve, cb_fun, data); in xlnx_register_event()
349 eve = event & (1 << pos); in xlnx_register_event()
350 if (!eve) in xlnx_register_event()
352 xlnx_remove_cb_for_notify_event(node_id, eve, cb_fun, data); in xlnx_register_event()
[all …]
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c635 debug("eve: %d\n", vcores->eve.value[opp]); in scale_vcores()
636 do_scale_vcore(vcores->eve.addr, vcores->eve.value[opp], in scale_vcores()
637 vcores->eve.pmic); in scale_vcores()
639 abb_setup(vcores->eve.efuse.reg[opp], in scale_vcores()
644 vcores->eve.abb_tx_done_mask, in scale_vcores()
/openbmc/qemu/hw/audio/
H A Dfmopl.c294 SLOT->eve = EG_AED; in OPL_KEYON()
306 SLOT->eve = EG_DED; in OPL_KEYOFF()
316 if( (SLOT->evc+=SLOT->evs) >= SLOT->eve ) in OPL_CALC_SLOT()
323 SLOT->eve = SLOT->SL; in OPL_CALC_SLOT()
328 SLOT->eve = EG_DED; in OPL_CALC_SLOT()
341 SLOT->eve = EG_OFF+1; in OPL_CALC_SLOT()
434 if( SLOT->evm == ENV_MOD_DR ) SLOT->eve = SLOT->SL; in set_sl_rr()
1065 CH->SLOT[s].eve = EG_OFF+1; in OPLResetChip()
H A Dfmopl.h28 int32_t eve; /* envelope counter end point */ member
/openbmc/u-boot/arch/arm/dts/
H A Ddra71-evm.dts77 /* FB_B1 -> LP8733-BUCK2 - VPO_S2_AVS - VDD_DSP_AVS (DSP/eve/iva) */
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Ddra71-evm.dts102 /* FB_B1 -> LP8733-BUCK2 - VPO_S2_AVS - VDD_DSP_AVS (DSP/eve/iva) */
H A Ddra7xx-clocks.dtsi612 eve_dpll_hs_clk_div: clock-eve-dpll-hs-clk-div {
621 dpll_eve_byp_mux: clock-dpll-eve-byp-mux-23@290 {
638 dpll_eve_m2_ck: clock-dpll-eve-m2-8@294 {
650 eve_dclk_div: clock-eve-dclk-div {
1173 eve_clk: clock-eve@180 {
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_common.h586 struct volts eve; member