Searched refs:control_data (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/arm/sociox/ |
H A D | if_scx.c | 432 struct control_data { struct 436 #define SCX_CDOFF(x) offsetof(struct control_data, x) argument 479 struct control_data *sc_control_data; 933 sizeof(struct control_data), PAGE_SIZE, 0, &seg, 1, &nseg, 0); in scx_attach_i() 940 sizeof(struct control_data), (void **)&sc->sc_control_data, in scx_attach_i() 948 sizeof(struct control_data), 1, in scx_attach_i() 949 sizeof(struct control_data), 0, 0, &sc->sc_cddmamap); in scx_attach_i() 957 sc->sc_control_data, sizeof(struct control_data), NULL, 0); in scx_attach_i() 1070 sizeof(struct control_data)); in scx_attach_i()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
H A D | intel_guc_fwif.h | 400 u32 control_data; member
|