Home
last modified time | relevance | path

Searched refs:shf (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/tuners/
H A Dmxl301rf.c110 struct shf { struct
117 static const struct shf shf_tab[] = { argument
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1028 int shf; in wrp_lmem_load() local
1054 shf = abs(src_byte - dst_byte) * 8; in wrp_lmem_load()
1058 shf = 32 - shf; in wrp_lmem_load()
1080 emit_ld_field_any(nfp_prog, reg_both(dst), mask, reg, sc, shf, new_gpr); in wrp_lmem_load()
1097 int shf; in wrp_lmem_store() local
1124 shf = abs(src_byte - dst_byte) * 8; in wrp_lmem_store()
1128 shf = 32 - shf; in wrp_lmem_store()
1148 emit_ld_field(nfp_prog, reg, mask, reg_b(src), sc, shf); in wrp_lmem_store()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c10750 if (e->shf + e->len > RTW89_RATE_CCK_NUM) in fw_txpwr_byrate_entry_valid()
10754 if (e->shf + e->len > RTW89_RATE_OFDM_NUM) in fw_txpwr_byrate_entry_valid()
10758 if (e->shf + e->len > __RTW89_RATE_MCS_NUM || in fw_txpwr_byrate_entry_valid()
10764 if (e->shf + e->len > RTW89_RATE_HEDCM_NUM || in fw_txpwr_byrate_entry_valid()
10770 if (e->shf + e->len > __RTW89_RATE_OFFSET_NUM) in fw_txpwr_byrate_entry_valid()
10804 desc.idx = entry.shf + i; in rtw89_fw_load_txpwr_byrate()
H A Dphy.c2422 desc.idx = cfg->shf + i; in rtw89_phy_load_txpwr_byrate()