Searched refs:csb (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/drivers/crypto/nx/ |
| D | nx-842-powernv.c | 167 #define CSB_ERR(csb, msg, ...) \ argument 169 ##__VA_ARGS__, (csb)->flags, \ 170 (csb)->cs, (csb)->cc, (csb)->ce, \ 171 be32_to_cpu((csb)->count)) 173 #define CSB_ERR_ADDR(csb, msg, ...) \ argument 174 CSB_ERR(csb, msg " at %lx", ##__VA_ARGS__, \ 175 (unsigned long)be64_to_cpu((csb)->address)) 181 struct coprocessor_status_block *csb) in wait_for_csb() argument 186 while (!(READ_ONCE(csb->flags) & CSB_V)) { in wait_for_csb() 197 if (!(csb->flags & CSB_V)) { in wait_for_csb() [all …]
|
| D | nx-842-pseries.c | 195 struct cop_status_block *csb) in nx842_validate_result() argument 198 if (!NX842_CSBCBP_VALID_CHK(csb->valid)) { in nx842_validate_result() 202 csb->valid, in nx842_validate_result() 203 csb->crb_seq_number, in nx842_validate_result() 204 csb->completion_code, in nx842_validate_result() 205 csb->completion_extension); in nx842_validate_result() 207 be32_to_cpu(csb->processed_byte_count), in nx842_validate_result() 208 (unsigned long)be64_to_cpu(csb->address)); in nx842_validate_result() 213 switch (csb->completion_code) { in nx842_validate_result() 231 __func__, csb->completion_code); in nx842_validate_result() [all …]
|
| D | nx-aes-cbc.c | 92 atomic64_add(csbcpb->csb.processed_byte_count, in cbc_aes_nx_crypt()
|
| D | nx-aes-ecb.c | 91 atomic64_add(csbcpb->csb.processed_byte_count, in ecb_aes_nx_crypt()
|
| D | nx-aes-ctr.c | 106 atomic64_add(csbcpb->csb.processed_byte_count, in ctr_aes_nx_crypt()
|
| D | nx_csbcpb.h | 150 struct cop_status_block csb; member
|
| D | nx-aes-ccm.c | 394 atomic64_add(csbcpb->csb.processed_byte_count, in ccm_nx_decrypt() 463 atomic64_add(csbcpb->csb.processed_byte_count, in ccm_nx_encrypt()
|
| D | nx.c | 309 nx_ctx->csbcpb->csb.valid |= NX_CSB_VALID_BIT; in nx_ctx_init() 317 nx_ctx->csbcpb_aead->csb.valid |= NX_CSB_VALID_BIT; in nx_ctx_init()
|
| D | nx-aes-gcm.c | 389 atomic64_add(csbcpb->csb.processed_byte_count, in gcm_aes_nx_crypt()
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | icswx.h | 140 struct coprocessor_status_block csb; member
|
| /Linux-v5.4/arch/powerpc/boot/dts/ |
| D | mpc5125twr.dts | 39 timebase-frequency = <49500000>;// 49.5 MHz (csb/4) 40 bus-frequency = <198000000>; // 198 MHz csb bus
|
| D | ac14xx.dts | 26 timebase-frequency = <40000000>; /* 40 MHz (csb/4) */ 27 bus-frequency = <160000000>; /* 160 MHz csb bus */
|
| D | mpc5121.dtsi | 35 timebase-frequency = <49500000>;/* 49.5 MHz (csb/4) */ 36 bus-frequency = <198000000>; /* 198 MHz csb bus */
|
| /Linux-v5.4/drivers/gpu/drm/i915/gt/ |
| D | intel_lrc.c | 1431 gen12_csb_parse(const struct intel_engine_execlists *execlists, const u32 *csb) in gen12_csb_parse() argument 1433 u32 lower_dw = csb[0]; in gen12_csb_parse() 1434 u32 upper_dw = csb[1]; in gen12_csb_parse() 1468 gen8_csb_parse(const struct intel_engine_execlists *execlists, const u32 *csb) in gen8_csb_parse() argument 1470 unsigned int status = *csb; in gen8_csb_parse()
|
| /Linux-v5.4/Documentation/devicetree/bindings/arm/tegra/ |
| D | nvidia,tegra20-pmc.txt | 217 csia csb cse dsi
|