Searched refs:shf (Results 1 – 6 of 6) sorted by relevance
| /drivers/media/tuners/ |
| A D | mxl301rf.c | 110 struct shf { struct 117 static const struct shf shf_tab[] = { argument
|
| /drivers/net/ethernet/netronome/nfp/bpf/ |
| A D | jit.c | 1028 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()
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | phy.h | 315 u8 shf; member
|
| A D | fw.c | 9516 if (e->shf + e->len > RTW89_RATE_CCK_NUM) in fw_txpwr_byrate_entry_valid() 9520 if (e->shf + e->len > RTW89_RATE_OFDM_NUM) in fw_txpwr_byrate_entry_valid() 9524 if (e->shf + e->len > __RTW89_RATE_MCS_NUM || in fw_txpwr_byrate_entry_valid() 9530 if (e->shf + e->len > RTW89_RATE_HEDCM_NUM || in fw_txpwr_byrate_entry_valid() 9536 if (e->shf + e->len > __RTW89_RATE_OFFSET_NUM) in fw_txpwr_byrate_entry_valid() 9570 desc.idx = entry.shf + i; in rtw89_fw_load_txpwr_byrate()
|
| A D | fw.h | 5101 u8 shf; member
|
| A D | phy.c | 2166 desc.idx = cfg->shf + i; in rtw89_phy_load_txpwr_byrate()
|
Completed in 85 milliseconds