OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scbr
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/at91/
at91spi.c
199
uint
scbr
;
local in function:at91spi_configure
212
scbr
= speed ? ((AT91_MSTCLK + speed - 1) / speed + 1) & ~1 : -1;
213
if (
scbr
> 0xFF) {
218
csr |=
scbr
<< SPI_CSR_SCBR_SHIFT;
at91spi.c
199
uint
scbr
;
local in function:at91spi_configure
212
scbr
= speed ? ((AT91_MSTCLK + speed - 1) / speed + 1) & ~1 : -1;
213
if (
scbr
> 0xFF) {
218
csr |=
scbr
<< SPI_CSR_SCBR_SHIFT;
/src/games/larn/
io.c
11
*
scbr
() Function to set cbreak -echo for the terminal
150
scbr
(); /* system("stty cbreak -echo"); */
182
*
scbr
() Function to set cbreak -echo for the terminal
187
scbr
(void)
function in typeref:typename:void
io.c
11
*
scbr
() Function to set cbreak -echo for the terminal
150
scbr
(); /* system("stty cbreak -echo"); */
182
*
scbr
() Function to set cbreak -echo for the terminal
187
scbr
(void)
function in typeref:typename:void
Completed in 22 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025