Home
last modified time | relevance | path

Searched refs:cia (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.6/arch/alpha/kernel/
Dcore_cia.c837 cia_decode_pci_error(struct el_CIA_sysdata_mcheck *cia, const char *msg) in cia_decode_pci_error() argument
848 if (cia->cia_err & (CIA_ERR_COR_ERR in cia_decode_pci_error()
862 cmd = pci_cmd_desc[cia->pci_err0 & 0x7]; in cia_decode_pci_error()
863 lock = (cia->pci_err0 >> 4) & 1; in cia_decode_pci_error()
864 dac = (cia->pci_err0 >> 5) & 1; in cia_decode_pci_error()
866 tmp = (cia->pci_err0 >> 8) & 0x1F; in cia_decode_pci_error()
870 addr = cia->pci_err1; in cia_decode_pci_error()
881 } else if (cia->cia_err & (CIA_ERR_PERR in cia_decode_pci_error()
909 master = master_st_desc[(cia->pci_err0 >> 16) & 0xF]; in cia_decode_pci_error()
910 target = target_st_desc[(cia->pci_err0 >> 20) & 0xF]; in cia_decode_pci_error()
[all …]
Dsys_alcor.c243 alpha_mv.sys.cia.gru_int_req_bits = XLT_GRU_INT_REQ_BITS; in alcor_init_pci()
276 .sys = { .cia = {
303 .sys = { .cia = {
Dmachvec_impl.h106 #define DO_CIA_IO IO(CIA,cia)
/Linux-v6.6/crypto/
Dcipher.c23 struct cipher_alg *cia = crypto_cipher_alg(tfm); in setkey_unaligned() local
36 ret = cia->cia_setkey(crypto_cipher_tfm(tfm), alignbuffer, keylen); in setkey_unaligned()
46 struct cipher_alg *cia = crypto_cipher_alg(tfm); in crypto_cipher_setkey() local
49 if (keylen < cia->cia_min_keysize || keylen > cia->cia_max_keysize) in crypto_cipher_setkey()
55 return cia->cia_setkey(crypto_cipher_tfm(tfm), key, keylen); in crypto_cipher_setkey()
63 struct cipher_alg *cia = crypto_cipher_alg(tfm); in cipher_crypt_one() local
65 enc ? cia->cia_encrypt : cia->cia_decrypt; in cipher_crypt_one()
/Linux-v6.6/arch/m68k/amiga/
Dcia.c28 volatile struct CIA *cia; member
34 .cia = &ciaa,
40 .cia = &ciab,
55 old = (base->icr_data |= base->cia->icr); in cia_set_irq()
74 base->icr_data |= base->cia->icr; in cia_able_irq()
75 base->cia->icr = mask; in cia_able_irq()
DMakefile6 obj-y := config.o amiints.o cia.o chipram.o amisound.o platform.o
/Linux-v6.6/drivers/bcma/
Dscan.c277 s32 cia, cib; in bcma_get_next_core() local
281 cia = bcma_erom_get_ci(bus, eromptr); in bcma_get_next_core()
282 if (cia < 0) { in bcma_get_next_core()
293 core->id.class = (cia & SCAN_CIA_CLASS) >> SCAN_CIA_CLASS_SHIFT; in bcma_get_next_core()
294 core->id.id = (cia & SCAN_CIA_ID) >> SCAN_CIA_ID_SHIFT; in bcma_get_next_core()
295 core->id.manuf = (cia & SCAN_CIA_MANUF) >> SCAN_CIA_MANUF_SHIFT; in bcma_get_next_core()
/Linux-v6.6/arch/alpha/include/asm/
Dcore_cia.h254 #define GRU_INT_REQ_BITS (alpha_mv.sys.cia.gru_int_req_bits+0)
486 #define __IO_PREFIX cia
507 #define __IO_PREFIX cia
Dmachvec.h108 } cia; member
/Linux-v6.6/fs/ceph/
Dcrypto.c98 struct ceph_iattr cia = { }; in ceph_crypt_set_context() local
114 cia.fscrypt_auth = cfa; in ceph_crypt_set_context()
116 ret = __ceph_setattr(inode, &attr, &cia); in ceph_crypt_set_context()
119 kfree(cia.fscrypt_auth); in ceph_crypt_set_context()
Dinode.c2425 struct ceph_iattr *cia) in __ceph_setattr() argument
2471 if (cia && cia->fscrypt_auth) { in __ceph_setattr()
2472 u32 len = ceph_fscrypt_auth_len(cia->fscrypt_auth); in __ceph_setattr()
2474 if (len > sizeof(*cia->fscrypt_auth)) { in __ceph_setattr()
2489 ci->fscrypt_auth = (u8 *)cia->fscrypt_auth; in __ceph_setattr()
2493 memcmp(ci->fscrypt_auth, cia->fscrypt_auth, len)) { in __ceph_setattr()
2494 req->r_fscrypt_auth = cia->fscrypt_auth; in __ceph_setattr()
2498 cia->fscrypt_auth = NULL; in __ceph_setattr()
2501 if (cia && cia->fscrypt_auth) { in __ceph_setattr()
Dsuper.h1098 struct ceph_iattr *cia);
/Linux-v6.6/Documentation/networking/device_drivers/can/ctu/
Dctucanfd-driver.rst598 * Reiner Zitzmann and Holger Zeltwanger (`CAN in Automation <https://www.can-cia.org/>`_)