OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REG_WR
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/evbarm/stand/bootimx23/
common.h
36
#define
REG_WR
(reg, val) \
/src/sys/arch/evbarm/imx23_olinuxino/
imx23_olinuxino_machdep.c
83
#define
REG_WR
(reg, val) \
246
REG_WR
(HW_CLKCTRL_BASE + HW_CLKCTRL_CPU,
265
REG_WR
(HW_RTC_BASE + HW_RTC_WATCHDOG, 10000);
266
REG_WR
(HW_RTC_BASE + HW_RTC_CTRL_SET, HW_RTC_CTRL_WATCHDOGEN);
267
REG_WR
(HW_RTC_BASE + HW_RTC_WATCHDOG, 0);
327
REG_WR
(PWR_VDDIOCTRL, tmp_r);
333
REG_WR
(PWR_VDDIOCTRL, tmp_r);
342
REG_WR
(PWR_VDDIOCTRL, tmp_r);
346
REG_WR
(PWR_CTRL_C, HW_POWER_CTRL_VDDIO_BO_IRQ);
350
REG_WR
(PWR_VDDIOCTRL, tmp_r)
[
all
...]
/src/sys/dev/pci/
if_bnxvar.h
85
#define
REG_WR
(sc, reg, val) bus_space_write_4(sc->bnx_btag, sc->bnx_bhandle, reg, val)
91
#define BNX_SETBIT(sc, reg, x)
REG_WR
(sc, reg, (REG_RD(sc, reg) | (x)))
92
#define BNX_CLRBIT(sc, reg, x)
REG_WR
(sc, reg, (REG_RD(sc, reg) & ~(x)))
Completed in 81 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025