Home
last modified time | relevance | path

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

/linux/arch/alpha/kernel/
H A 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 …]
H A 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 = {
H A Dmachvec_impl.h87 #define DO_CIA_IO IO(CIA,cia)
/linux/crypto/
H A 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()
45 struct cipher_alg *cia = crypto_cipher_alg(tfm); in crypto_cipher_setkey() local
48 if (keylen < cia->cia_min_keysize || keylen > cia->cia_max_keysize) in crypto_cipher_setkey()
54 return cia->cia_setkey(crypto_cipher_tfm(tfm), key, keylen); in crypto_cipher_setkey()
62 struct cipher_alg *cia = crypto_cipher_alg(tfm); in cipher_crypt_one() local
64 enc ? cia->cia_encrypt : cia->cia_decrypt; in cipher_crypt_one()
/linux/arch/m68k/amiga/
H A 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()
H A DMakefile6 obj-y := config.o amiints.o cia.o chipram.o amisound.o platform.o
/linux/drivers/bcma/
H A 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/arch/alpha/include/asm/
H A 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
H A Dmachvec.h99 } cia; member
/linux/fs/ceph/
H A 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(&nop_mnt_idmap, inode, &attr, &cia); in ceph_crypt_set_context()
119 kfree(cia.fscrypt_auth); in ceph_crypt_set_context()
H A Dinode.c2467 struct iattr *attr, struct ceph_iattr *cia) in __ceph_setattr() argument
2543 if (cia && cia->fscrypt_auth) { in __ceph_setattr()
2544 u32 len = ceph_fscrypt_auth_len(cia->fscrypt_auth); in __ceph_setattr()
2546 if (len > sizeof(*cia->fscrypt_auth)) { in __ceph_setattr()
2561 ci->fscrypt_auth = (u8 *)cia->fscrypt_auth; in __ceph_setattr()
2565 memcmp(ci->fscrypt_auth, cia->fscrypt_auth, len)) { in __ceph_setattr()
2566 req->r_fscrypt_auth = cia->fscrypt_auth; in __ceph_setattr()
2570 cia->fscrypt_auth = NULL; in __ceph_setattr()
2573 if (cia && cia->fscrypt_auth) { in __ceph_setattr()
H A Dsuper.h1106 struct iattr *attr, struct ceph_iattr *cia);
/linux/Documentation/networking/device_drivers/can/ctu/
H A Dctucanfd-driver.rst598 * Reiner Zitzmann and Holger Zeltwanger (`CAN in Automation <https://www.can-cia.org/>`_)