Searched refs:REG_WIDTH (Results 1 – 5 of 5) sorted by relevance
2742 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()2779 if (size > 2 * 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()2799 REG_WIDTH - len_lo, len_lo); in mem_ldx_data_from_pktcache_unaligned()[all …]
788 nfp_prog->subprog[i].stack_depth += REG_WIDTH; in nfp_bpf_finalize()
12 #define REG_WIDTH 4 macro
874 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()
94 #define REG_WIDTH 0xC868 /* 16bits */ macro