Searched refs:xor (Results 1 - 20 of 20) sorted by relevance

/drivers/media/pci/ttpci/
H A Dttpci-eeprom.c65 u8 xor[20] = { 0x72, 0x23, 0x68, 0x19, 0x5c, 0xa8, 0x71, 0x2c, local
75 data[i] ^= xor[i];
90 u8 xor[20] = { 0x72, 0x23, 0x68, 0x19, 0x5c, 0xa8, 0x71, 0x2c, local
99 data[i] ^= xor[i];
H A Dav7110.c321 u8 xor, neq = 0; local
324 xor = filter->filter_value[i] ^ buffer1[i];
325 neq |= dvbdmxfilter->maskandnotmode[i] & xor;
/drivers/input/keyboard/
H A Djornada680_kbd.c87 unsigned int xor = new ^ old; local
89 if (xor == 0)
94 if (xor & bit) {
/drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/
H A Dhost.fuc110 xor $r1 #rfifo_qmaskb
H A Dkernel.fuc401 xor $r8 #proc_qmaskb
/drivers/dma/ioat/
H A Ddma_v3.c81 * extended descriptor of an xor or pq descriptor
287 struct ioat_xor_descriptor *xor = desc->xor; local
289 if (src_cnt_to_sw(xor->ctl_f.src_cnt) > 5)
655 struct ioat_xor_descriptor *xor; local
690 xor = desc->xor;
699 descs[0] = (struct ioat_raw_descriptor *) xor;
703 xor->size = xfer_size;
704 xor
[all...]
H A Ddma_v2.h111 * @xor: hardware xor descriptor
112 * @xor_ex: hardware xor extension descriptor
126 struct ioat_xor_descriptor *xor; member in union:ioat_ring_ent::__anon560
/drivers/md/
H A Draid5.h4 #include <linux/raid/xor.h>
176 check_state_run, /* xor parity check */
/drivers/misc/cb710/
H A Dcore.c22 int reg, uint32_t mask, uint32_t xor)
27 rval = (rval & mask) ^ xor;
21 cb710_pci_update_config_reg(struct pci_dev *pdev, int reg, uint32_t mask, uint32_t xor) argument
/drivers/gpu/drm/nouveau/core/engine/graph/fuc/
H A Dcom.fuc37 xor $r8 8
/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c101 u32 xor = key[0] ^ key[1] ^ key[2] ^ key[3]; local
103 return L2T_SZ_HALF + (jhash_2words(xor, ifindex, 0) & L2T_HASH_MASK);
/drivers/input/joystick/
H A Dsidewinder.c574 unsigned char xor = 0; local
577 xor |= (buf[i - 1] ^ buf[i]) & 6;
579 return !!xor * 2 + 1;
/drivers/scsi/aic7xxx/
H A Daic79xx.seq244 xor QOUTFIFO_ENTRY_VALID_TAG, QOUTFIFO_ENTRY_VALID_TOGGLE ret;
1137 xor SCBPTR[1], 1;
1504 xor MODE_PTR, MK_MODE(M_DFF1, M_DFF1);
1517 xor MODE_PTR, MK_MODE(M_DFF1, M_DFF1);
1888 xor MODE_PTR, MK_MODE(M_DFF1, M_DFF1);
H A Daic7xxx.seq83 xor SBLKCTL,SELBUSB; /* Toggle to the other bus */
89 xor SBLKCTL,SELBUSB; /* Toggle to the other bus */
605 xor LASTPHASE, IOI, SCB_TARGET_DATA_DIR;
/drivers/media/dvb-core/
H A Ddvb_demux.c143 u8 xor = f->filter.filter_value[i] ^ feed->feed.sec.secbuf[i]; local
145 if (f->maskandmode[i] & xor)
148 neq |= f->maskandnotmode[i] & xor;
/drivers/gpu/drm/nouveau/core/engine/crypt/fuc/
H A Dnv98.fuc353 xor $r3 1
408 xor $r4 $r5
/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd.c756 __u32 xor; local
813 xor = (ip ^ peerips[k]);
814 this_netmatch = ((xor & iface->ksni_netmask) == 0) ? 1 : 0;
/drivers/dma/
H A DKconfig435 memcpy, memset, xor, and raid6 p+q operations. If your platform has
/drivers/video/fbdev/core/
H A Dfbmem.c283 u8 xor = (info->fix.visual == FB_VISUAL_MONO01) ? 0xff : 0; local
317 d = *src ^ xor;
/drivers/video/fbdev/
H A Damifb.c2589 static inline unsigned long xor(unsigned long a, unsigned long b, function
3085 * Unaligned 32-bit pattern xor using 32/64-bit memory accesses
3107 *dst = xor(val, *dst, first);
3112 *dst = xor(val, *dst, first);
3131 *dst = xor(val, *dst, last);

Completed in 3671 milliseconds