OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PUTREG
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/arch/mips/alchemy/dev/
aurtc.c
89
#define
PUTREG
(x,v) (REGVAL(x) = (v))
164
PUTREG
(PC_COUNTER_WRITE0, tv.tv_sec);
augpio.c
74
#define
PUTREG
(x, v) \
78
#define PUTGPIO(x,v)
PUTREG
(GPIO_BASE + (x), (v))
80
#define PUTGPIO2(x,v)
PUTREG
(GPIO2_BASE + (x), (v))
auspi.c
108
#define
PUTREG
(sc, x, v) \
156
PUTREG
(sc, AUPSC_SPIMSK, SPIMSK_ALL);
173
PUTREG
(sc, AUPSC_SPIMSK, SPIMSK_NORM);
237
PUTREG
(sc, AUPSC_SPICFG, reg);
276
PUTREG
(sc, AUPSC_SPITXRX, data);
332
PUTREG
(sc, AUPSC_SPIPCR, SPIPCR_RC | SPIPCR_TC);
337
PUTREG
(sc, AUPSC_SPIPCR, SPIPCR_MS);
389
PUTREG
(sc, AUPSC_SPIEVNT,
392
PUTREG
(sc, AUPSC_SPIPCR, SPIPCR_RC | SPIPCR_TC);
415
PUTREG
(sc, AUPSC_SPIEVNT
[
all
...]
/src/sys/arch/mips/cavium/dev/
octeon_mpi.c
82
#define
PUTREG
(sc, x, v) \
237
PUTREG
(sc, offset, datum);
/src/sys/arch/arm/at91/
at91spi.c
99
#define
PUTREG
(sc, x, v) \
162
PUTREG
(sc, SPI_CR, SPI_CR_SWRST);
166
PUTREG
(sc, SPI_PDC_BASE + PDC_PTCR, PDC_PTCR_TXTDIS | PDC_PTCR_RXTDIS);
167
PUTREG
(sc, SPI_PDC_BASE + PDC_RNCR, 0);
168
PUTREG
(sc, SPI_PDC_BASE + PDC_RCR, 0);
169
PUTREG
(sc, SPI_PDC_BASE + PDC_TNCR, 0);
170
PUTREG
(sc, SPI_PDC_BASE + PDC_TCR, 0);
173
PUTREG
(sc, SPI_IDR, -1);
174
PUTREG
(sc, SPI_CSR(0), SPI_CSR_SCBR | SPI_CSR_BITS_8);
175
PUTREG
(sc, SPI_CSR(1), SPI_CSR_SCBR | SPI_CSR_BITS_8)
[
all
...]
/src/sys/arch/mips/atheros/dev/
argpio.c
92
#define
PUTREG
(sc, o, v) bus_space_write_4(sc->sc_st, sc->sc_sh, o, v)
202
PUTREG
(sc, GPIO_CR, reg);
229
PUTREG
(sc, GPIO_CR, reg);
244
PUTREG
(sc, GPIO_DO, reg);
267
PUTREG
(sc, GPIO_CR,
281
PUTREG
(sc, GPIO_CR, GETREG(sc, GPIO_CR) & ~INTR(sc->sc_rstpin));
arspi.c
133
#define
PUTREG
(sc, o, v) bus_space_write_4(sc->sc_st, sc->sc_sh, o, v)
307
PUTREG
(sc, ARSPI_REG_OPCODE, SPIFLASH_CMD_RDSR);
313
PUTREG
(sc, ARSPI_REG_OPCODE, SPIFLASH_CMD_WREN);
319
PUTREG
(sc, ARSPI_REG_DATA, job->job_data);
322
PUTREG
(sc, ARSPI_REG_OPCODE, job->job_opcode |
338
PUTREG
(sc, ARSPI_REG_CTL, ctl);
/src/sys/dev/marvell/
mvspi.c
80
#define
PUTREG
(sc, x, v) \
131
PUTREG
(sc, MVSPI_INTCONF_REG, ctl);
240
PUTREG
(sc, MVSPI_INTCONF_REG, ctl);
270
PUTREG
(sc, MVSPI_CTRL_REG, (sc->sc_transfer->st_slave << 2));
275
PUTREG
(sc, MVSPI_CTRL_REG, ctl);
283
PUTREG
(sc, MVSPI_CTRL_REG, ctl);
314
PUTREG
(sc, MVSPI_CTRL_REG, ctl);
323
PUTREG
(sc, MVSPI_DATAOUT_REG, byte);
/src/sys/dev/ic/
smc90cx6.c
137
#define
PUTREG
(off, v) bus_space_write_1(bst_r, regs, (off), (v))
172
PUTREG
(BAHSTAT, 0);
174
PUTREG
(BAHCMD, BAH_CONF(CONF_LONG));
175
PUTREG
(BAHCMD, BAH_CLR(CLR_POR|CLR_RECONFIG));
275
PUTREG
(BAHSTAT, sc->sc_intmask);
276
PUTREG
(BAHCMD, BAH_CONF(CONF_LONG));
282
PUTREG
(BAHCMD, BAH_CLR(CLR_POR|CLR_RECONFIG));
297
PUTREG
(BAHCMD, BAH_RXBC(2));
298
PUTREG
(BAHSTAT, sc->sc_intmask);
325
PUTREG
(BAHSTAT, 0)
[
all
...]
Completed in 32 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025