Home
last modified time | relevance | path

Searched defs:spifi_reg (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/newsmips/apbus/
H A Dspifireg.h29 struct spifi_reg { struct
30 volatile uint32_t spstat; /* RO: SPIFI state */
31 volatile uint32_t cmlen; /* RW: Command/message length */
32 volatile uint32_t cmdpage; /* RW: Command page */
33 volatile uint32_t count_hi; /* RW: Data count (high) */
34 volatile uint32_t count_mid; /* RW: (mid) */
35 volatile uint32_t count_low; /* RW: (low) */
36 volatile uint32_t svptr_hi; /* RO: Saved data pointer (high)*/
37 volatile uint32_t svptr_mid; /* RO: (mid) */
38 volatile uint32_t svptr_low; /* RO: (low) */
[all …]