Searched refs:_b (Results 76 - 84 of 84) sorted by last modified time

1234

/linux-master/drivers/net/wireless/intersil/p54/
H A Deeprom.c105 const void *_b)
108 const struct p54_channel_entry *b = _b;
114 const void *_b)
117 const struct p54_rssi_db_entry *b = _b;
104 p54_compare_channels(const void *_a, const void *_b) argument
113 p54_compare_rssichan(const void *_a, const void *_b) argument
/linux-master/include/math-emu/
H A Dop-2.h238 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
268 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
H A Dop-4.h241 _FP_FRAC_DECL_8(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
/linux-master/drivers/scsi/cxlflash/
H A Dsislite.h318 #define SISL_LISN_PASID(_a, _b) (((_a) << 32) | (_b))
/linux-master/drivers/clk/nxp/
H A Dclk-lpc32xx.c1166 #define LPC32XX_DEFINE_CLK(_idx, _reg, _e, _em, _d, _dm, _b, _bm, _ops) \
1179 .busy = (_b), \
1187 #define LPC32XX_DEFINE_USB(_idx, _ce, _cd, _cm, _e, _b, _ops) \
1199 .busy = (_b), \
/linux-master/arch/arm/crypto/
H A Dsha1-armv7-neon.S48 #define _b r5 define
328 _R( _a, _b, _c, _d, _e, F1, 0,
331 _R( _e, _a, _b, _c, _d, F1, 1,
334 _R( _d, _e, _a, _b, _c, F1, 2,
337 _R( _c, _d, _e, _a, _b, F1, 3,
343 _R( _b, _c, _d, _e, _a, F1, 4,
346 _R( _a, _b, _c, _d, _e, F1, 5,
349 _R( _e, _a, _b, _c, _d, F1, 6,
352 _R( _d, _e, _a, _b, _c, F1, 7,
356 _R( _c, _d, _e, _a, _b, F
[all...]
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.h559 #define csio_reg(_b, _r) ((_b) + (_r))
/linux-master/include/linux/
H A Dsh_clk.h126 #define SH_CLK_MSTP32(_p, _r, _b, _f) \
127 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_32BIT)
129 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \
130 SH_CLK_MSTP(_p, _r, _b, _s, _f | CLK_ENABLE_REG_32BIT)
132 #define SH_CLK_MSTP16(_p, _r, _b, _f) \
133 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_16BIT)
135 #define SH_CLK_MSTP8(_p, _r, _b, _f) \
136 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_8BIT)
/linux-master/arch/mips/include/asm/sn/sn0/
H A Dhubmd.h148 #define MMC_BANK_SHFT(_b) ((_b) * 3)
149 #define MMC_BANK_MASK(_b) (UINT64_CAST 7 << MMC_BANK_SHFT(_b))
266 #define MD_BANK_OFFSET(_b) (UINT64_CAST (_b) << MD_BANK_SHFT)

Completed in 234 milliseconds

1234