Home
last modified time | relevance | path

Searched defs:w (Results 201 – 225 of 569) sorted by last modified time

12345678910>>...23

/dragonfly/sys/dev/raid/asr/
H A Di2odep.h214 # define _F_get1bit(w,x,y,z) ((U8)((w)->z)) argument
220 # define _F_get8bit(w,x,y,z) ((U8)((w)->z)) argument
257 # define _F_setTID(w,x,y,z) ((w)->y = (z)) argument
259 # define _F_setTID1(w,x,y,z) ((w)->y = (z)) argument
260 # define _F_getFunc(w,x,y) ((U8)((w)->y)) argument
261 # define _F_setFunc(w,x,y,z) ((w)->y = (z)) argument
263 # define _F_setCount(w,x,y,z) ((w)->y = (z)) argument
264 # define _F_getFlags(w,x,y) ((U8)((w)->y)) argument
265 # define _F_setFlags(w,x,y,z) ((w)->y = (z)) argument
266 # define _F_get1bit(w,x,y,z) ((U8)((w)->z)) argument
[all …]
/dragonfly/sys/dev/netif/xe/
H A Dif_xevar.h77 #define XE_OUTW(r, w) bus_space_write_2(scp->bst, scp->bsh, (r), (w)) argument
/dragonfly/sys/dev/netif/ti/
H A Dif_tireg.h955 #define TI_DO_CMD_EXT(x, y, z, v, w) do { \ argument
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_v14.c339 u_int w, off, len; in ath_hal_v14EepromAttach() local
H A Dah_eeprom_v4k.c288 u_int w, off, len; in ath_hal_v4kEepromAttach() local
H A Dah_eeprom_9287.c298 u_int w, off, len; in ath_hal_9287EepromAttach() local
/dragonfly/sys/dev/misc/ecc/
H A De5_imc_var.h52 #define UBOX_READ(dev, c, ofs, w) \ argument
58 #define IMC_CPGC_READ(dev, c, ofs, w) \ argument
64 #define IMC_CTAD_READ(dev, c, ofs, w) \ argument
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_connectors.c520 int w; in radeon_add_common_modes() member
H A Dradeon_cursor.c147 int w = radeon_crtc->cursor_width; in radeon_cursor_move_locked() local
H A Dr100.c2104 static int r100_track_compress_size(int compress_format, int w, int h) in r100_track_compress_size()
2137 unsigned face, w, h; in r100_cs_track_cube() local
2170 unsigned u, i, w, h, d; in r100_cs_track_texture_check() local
H A Dr600_cs.c211 int r600_fmt_get_nblocksx(u32 format, u32 w) in r600_fmt_get_nblocksx()
H A Devergreen_cs.c872 unsigned w, h, d; in evergreen_cs_track_validate_texture() local
/dragonfly/sys/dev/drm/include/uapi/drm/
H A Di915_drm.h109 unsigned int w; member
/dragonfly/sys/dev/drm/i915/
H A Dintel_tv.c1311 int w, h; member
H A Dintel_engine_cs.c1477 struct i915_workarounds *w = &req->i915->workarounds; in intel_ring_workarounds_emit() local
1782 struct intel_wait *w = rb_entry(rb, typeof(*w), node); in intel_engine_dump() local
H A Dintel_display.c2960 int w = drm_rect_width(&plane_state->base.src) >> 16; in skl_check_main_surface() local
3040 int w = drm_rect_width(&plane_state->base.src) >> 17; in skl_check_nv12_aux_surface() local
H A Di915_irq.c2718 struct wedge_me *w = container_of(work, typeof(*w), work.work); in wedge_me() local
2726 static void __init_wedge(struct wedge_me *w, in __init_wedge()
2738 static void __fini_wedge(struct wedge_me *w) in __fini_wedge()
2763 struct wedge_me w; in i915_reset_device() local
H A Di915_reg.h8822 #define CGM_PIPE_DEGAMMA(pipe, i, w) _MMIO(_PIPE(pipe, _CGM_PIPE_A_DEGAMMA, _CGM_PIPE_B_DEGAMMA) + … argument
8823 #define CGM_PIPE_GAMMA(pipe, i, w) _MMIO(_PIPE(pipe, _CGM_PIPE_A_GAMMA, _CGM_PIPE_B_GAMMA) + (i) * … argument
/dragonfly/sys/dev/drm/
H A Ddrm_edid.c599 short w; member
2160 int w, h; in drm_mode_do_interlace_quirk() member
4990 u16 w, h; in drm_parse_tiled_block() local
H A Ddrm_framebuffer.c351 static void drm_mode_rmfb_work_fn(struct work_struct *w) in drm_mode_rmfb_work_fn()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c3562 int w; in amdgpu_dm_connector_add_common_modes() member
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Ddce_virtual.c294 int w; in dce_virtual_get_modes() member
H A Damdgpu.h1780 #define amdgpu_gds_switch(adev, r, v, d, w, a) (adev)->gds.funcs->patch_gds_switch((r), (v), (d), (… argument
H A Damdgpu_connectors.c420 int w; in amdgpu_connector_add_common_modes() member
/dragonfly/sys/crypto/sha2/
H A Dsha2.c147 #define REVERSE32(w,x) { \ argument
152 #define REVERSE64(w,x) { \ argument
167 #define ADDINC128(w,n) { \ argument

12345678910>>...23