Searched refs:cf_control (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/hptmv/
H A Dcommand.h115 USHORT cf_control: 1; member in struct:_Command
H A Dioctl.c792 pCmd->cf_control = 1;
/freebsd-10.2-release/sys/arm/arm/
H A Dgenassym.c88 ASSYM(CF_CONTROL, offsetof(struct cpu_functions, cf_control));
/freebsd-10.2-release/sys/arm/include/
H A Dcpufunc.h68 u_int (*cf_control) (u_int bic, u_int eor); member in struct:cpu_functions
181 #define cpu_control(c, e) cpufuncs.cf_control(c, e)

Completed in 37 milliseconds