OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_is2835
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/broadcom/
bcm2835_gpio.c
107
bool
sc_is2835
; /* for pullup on 2711 */
member in struct:bcmgpio_softc
289
sc->
sc_is2835
= reg == 0x6770696f;
290
sc->sc_maxpins = sc->
sc_is2835
? BCM2835_GPIO_MAXPINS
294
aprint_normal(": GPIO controller %s\n", sc->
sc_is2835
? "2835" : "2838");
823
if (sc->
sc_is2835
) {
bcm2835_gpio.c
107
bool
sc_is2835
; /* for pullup on 2711 */
member in struct:bcmgpio_softc
289
sc->
sc_is2835
= reg == 0x6770696f;
290
sc->sc_maxpins = sc->
sc_is2835
? BCM2835_GPIO_MAXPINS
294
aprint_normal(": GPIO controller %s\n", sc->
sc_is2835
? "2835" : "2838");
823
if (sc->
sc_is2835
) {
Completed in 27 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025