Searched refs:ALIGN8 (Results 1 – 1 of 1) sorted by relevance
15 #define ALIGN8(x) ALIGN(x, 8) macro252 ALIGN8(nfp_rtsym_size(sym)); in nfp_calc_rtsym_dump_sz()273 *size += ALIGN8(sizeof(struct nfp_dump_csr)) + in nfp_add_tlv_size()274 ALIGN8(be32_to_cpu(spec_csr->cpp.dump_length)); in nfp_add_tlv_size()281 *size += ALIGN8(sizeof(struct nfp_dump_csr)) + in nfp_add_tlv_size()282 ALIGN8(be32_to_cpu(spec_csr->cpp.dump_length) * in nfp_add_tlv_size()471 header_size = ALIGN8(sizeof(*dump_header)); in nfp_dump_csr_range()575 header_size = ALIGN8(sizeof(*dump_header)); in nfp_dump_indirect_csr_range()578 total_size = header_size + ALIGN8(reg_data_length); in nfp_dump_indirect_csr_range()633 total_size = header_size + ALIGN8(sym_size); in nfp_dump_single_rtsym()[all …]
Completed in 5 milliseconds