Searched refs:_y (Results 1 – 8 of 8) sorted by relevance
| /drivers/net/arcnet/ |
| A D | arcdevice.h | 102 unsigned long _x, _y; \ 105 _y = get_cycles(); \ 108 name, bytes, _y - _x, \ 109 100000000 / 1024 * bytes / (_y - _x + 1)); \
|
| /drivers/crypto/intel/qat/qat_common/ |
| A D | adf_tl_debugfs.c | 87 __unqual_scalar_typeof(_array[0]) _y = 0; \ 96 if (_y >= _len - _b) { \ 98 _y -= _len - _b; \ 100 _y += _b; \ 103 do_div(_y, _len); \ 104 (_x + _y); \
|
| /drivers/input/touchscreen/ |
| A D | da9034-ts.c | 83 uint8_t _x, _y, _v; in read_tsi() local 90 ret = da903x_read(touch->da9034_dev, DA9034_TSI_Y_MSB, &_y); in read_tsi() 99 touch->last_y = ((_y << 2) & 0x3fc) | ((_v & 0xc) >> 2); in read_tsi()
|
| /drivers/rtc/ |
| A D | rtc-mt7622.c | 81 #define MTK_RTC_TM_YR_VALID(_y) ((_y) >= MTK_RTC_TM_YR_L && \ argument 82 (_y) <= MTK_RTC_TM_YR_H)
|
| /drivers/crypto/cavium/nitrox/ |
| A D | nitrox_mbx.c | 10 #define RING_TO_VFNO(_x, _y) ((_x) / (_y)) argument
|
| /drivers/net/ethernet/netronome/nfp/nfpcore/ |
| A D | nfp6000_pcie.c | 38 #define NFP_PCIE_BAR_EXPLICIT_BAR0(_x, _y) \ argument 39 (0x00000080 + (0x40 * ((_x) & 0x3)) + (0x10 * ((_y) & 0x3))) 46 #define NFP_PCIE_BAR_EXPLICIT_BAR1(_x, _y) \ argument 47 (0x00000084 + (0x40 * ((_x) & 0x3)) + (0x10 * ((_y) & 0x3))) 54 #define NFP_PCIE_BAR_EXPLICIT_BAR2(_x, _y) \ argument 55 (0x00000088 + (0x40 * ((_x) & 0x3)) + (0x10 * ((_y) & 0x3)))
|
| /drivers/video/fbdev/omap/ |
| A D | hwa742.c | 410 #define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\ argument 415 req->par.update.y = _y; \
|
| /drivers/gpu/drm/ |
| A D | drm_modes.c | 2268 #define NAMED_MODE(_name, _pclk, _x, _y, _flags, _mode) \ argument 2273 .yres = _y, \
|
Completed in 27 milliseconds