Home
last modified time | relevance | path

Searched refs:cfe_xint_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cfe/
H A Dcfe_api_int.h90 typedef int64_t cfe_xint_t; typedef
110 cfe_xint_t name_length; /* size of name buffer */
125 cfe_xint_t ticks; /* current time in ticks */
129 cfe_xint_t status;
134 cfe_xint_t mi_type; /* type of memory block */
142 cfe_xint_t fwi_flags; /* various flags */
143 cfe_xint_t fwi_boardid; /* board ID */
147 cfe_xint_t fwi_reserved1;
148 cfe_xint_t fwi_reserved2;
149 cfe_xint_t fwi_reserved3;
[all …]
H A Dcfe_api.c471 cfe_readblk(int handle, cfe_xint_t offset, unsigned char *buffer, int length) in cfe_readblk()
539 cfe_writeblk(int handle, cfe_xint_t offset, unsigned char *buffer, int length) in cfe_writeblk()