Home
last modified time | relevance | path

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

/freebsd/sys/dev/cfe/
H A Dcfe_api_int.h89 typedef uint64_t cfe_xuint_t; typedef
96 cfe_xuint_t buf_length; /* length of this buffer */
116 cfe_xuint_t cpu_number; /* cpu number to control */
118 cfe_xuint_t start_addr; /* CPU start address */
119 cfe_xuint_t gp_val; /* starting GP value */
120 cfe_xuint_t sp_val; /* starting SP value */
121 cfe_xuint_t a1_val; /* starting A1 value */
135 cfe_xuint_t mi_addr; /* physical start address */
136 cfe_xuint_t mi_size; /* block size */
153 cfe_xuint_t xiocb_fcode; /* IOCB function code */
[all …]
H A Dcfe_api.c75 static cfe_xuint_t cfe_handle = 0;
78 cfe_init(cfe_xuint_t handle, cfe_xuint_t ept) in cfe_init()
202 cfe_enummem(int idx, int flags, cfe_xuint_t *start, cfe_xuint_t *length, in cfe_enummem()
203 cfe_xuint_t *type) in cfe_enummem()
416 int *retlen, cfe_xuint_t offset) in cfe_ioctl()