Home
last modified time | relevance | path

Searched refs:REG_WIDTH (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c2742 xfer_num = round_up(len, REG_WIDTH) / REG_WIDTH; in mem_ldx_data_init_pktcache()
2744 indir = len > 8 * REG_WIDTH; in mem_ldx_data_init_pktcache()
2765 u8 idx = insn_off / REG_WIDTH; in mem_ldx_data_from_pktcache_unaligned()
2766 u8 off = insn_off % REG_WIDTH; in mem_ldx_data_from_pktcache_unaligned()
2773 if (size > REG_WIDTH - off) { in mem_ldx_data_from_pktcache_unaligned()
2775 len_lo = REG_WIDTH - off; in mem_ldx_data_from_pktcache_unaligned()
2780 len_mid = REG_WIDTH; in mem_ldx_data_from_pktcache_unaligned()
2792 if (size <= REG_WIDTH) { in mem_ldx_data_from_pktcache_unaligned()
2801 REG_WIDTH - len_lo); in mem_ldx_data_from_pktcache_unaligned()
2823 if (size < REG_WIDTH) { in mem_ldx_data_from_pktcache_aligned()
[all …]
H A Dverifier.c788 nfp_prog->subprog[i].stack_depth += REG_WIDTH; in nfp_bpf_finalize()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_asm.h12 #define REG_WIDTH 4 macro
/openbmc/linux/drivers/mmc/host/
H A Dsunxi-mmc.c874 mmc_writel(host, REG_WIDTH, SDXC_WIDTH1); in sunxi_mmc_set_bus_width()
877 mmc_writel(host, REG_WIDTH, SDXC_WIDTH4); in sunxi_mmc_set_bus_width()
880 mmc_writel(host, REG_WIDTH, SDXC_WIDTH8); in sunxi_mmc_set_bus_width()
/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Dmt9m114.h94 #define REG_WIDTH 0xC868 /* 16bits */ macro