HomeSort by: relevance | last modified time | path
    Searched defs:nvsram_cons (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/ews4800mips/stand/common/
console.c 55 uint8_t nvsram_cons; local in function:console_init
65 nvsram_cons = *(volatile uint8_t *)0xbb023010;
67 switch (nvsram_cons) {
91 nvsram_cons = *(volatile uint8_t *)0xbe4932a0;
93 switch (nvsram_cons) {
console.c 55 uint8_t nvsram_cons; local in function:console_init
65 nvsram_cons = *(volatile uint8_t *)0xbb023010;
67 switch (nvsram_cons) {
91 nvsram_cons = *(volatile uint8_t *)0xbe4932a0;
93 switch (nvsram_cons) {
console.c 55 uint8_t nvsram_cons; local in function:console_init
65 nvsram_cons = *(volatile uint8_t *)0xbb023010;
67 switch (nvsram_cons) {
91 nvsram_cons = *(volatile uint8_t *)0xbe4932a0;
93 switch (nvsram_cons) {

Completed in 38 milliseconds