Searched refs:_sh (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/clk/berlin/ |
H A D | berlin2-div.h | 16 #define BERLIN2_PLL_SELECT(_off, _sh) \ argument 18 .pll_select_shift = _sh 20 #define BERLIN2_PLL_SWITCH(_off, _sh) \ argument 22 .pll_switch_shift = _sh 24 #define BERLIN2_DIV_SELECT(_off, _sh) \ argument 26 .div_select_shift = _sh 28 #define BERLIN2_DIV_SWITCH(_off, _sh) \ argument 30 .div_switch_shift = _sh 34 .div3_switch_shift = _sh 36 #define BERLIN2_DIV_GATE(_off, _sh) \ argument [all …]
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_getport.c | 42 struct sctphdr _sh; in get_port() local 45 sh = skb_header_pointer(skb, protooff, sizeof(_sh), &_sh); in get_port()
|
/openbmc/linux/net/netfilter/ |
H A D | xt_sctp.c | 122 struct sctphdr _sh; in sctp_mt() local 129 sh = skb_header_pointer(skb, par->thoff, sizeof(_sh), &_sh); in sctp_mt() 143 SCCHECK(match_packet(skb, par->thoff + sizeof(_sh), in sctp_mt()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | uasm.h | 161 Ip_u2s3u1(_sh);
|
/openbmc/linux/drivers/iio/imu/bno055/ |
H A D | bno055.c | 432 #define BNO055_CHANNEL(_type, _axis, _index, _address, _sep, _sh, _avail) { \ argument 438 .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE) | (_sh), \
|
/openbmc/linux/arch/mips/mm/ |
H A D | uasm.c | 358 I_u2s3u1(_sh)
|