Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/sibyte/cfe/
Dcfe_api_int.h71 typedef uint64_t cfe_xuint_t; typedef
76 cfe_xuint_t buf_offset; /* offset on device (bytes) */
78 cfe_xuint_t buf_length; /* length of this buffer */
79 cfe_xuint_t buf_retlen; /* returned length (for read ops) */
80 cfe_xuint_t buf_ioctlcmd; /* IOCTL command (used only for IOCTLs) */
86 cfe_xuint_t inp_status; /* 1 means input available */
98 cfe_xuint_t cpu_number; /* cpu number to control */
99 cfe_xuint_t cpu_command; /* command to issue to CPU */
100 cfe_xuint_t start_addr; /* CPU start address */
101 cfe_xuint_t gp_val; /* starting GP value */
[all …]
Dcfe_api.c56 static cfe_xuint_t cfe_handle = 0;
58 int cfe_init(cfe_xuint_t handle, cfe_xuint_t ept) in cfe_init()
157 cfe_enummem(int idx, int flags, cfe_xuint_t * start, cfe_xuint_t * length, in cfe_enummem()
158 cfe_xuint_t * type) in cfe_enummem()
363 int length, int *retlen, cfe_xuint_t offset) in cfe_ioctl()