Home
last modified time | relevance | path

Searched defs:xor (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c41 static inline void pdacf_transfer_mono16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_po… in pdacf_transfer_mono16()
49 static inline void pdacf_transfer_mono32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_po… in pdacf_transfer_mono32()
61 static inline void pdacf_transfer_stereo16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_stereo16()
69 static inline void pdacf_transfer_stereo32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_stereo32()
82 static inline void pdacf_transfer_mono16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_mono16sw()
90 static inline void pdacf_transfer_mono32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_mono32sw()
102 static inline void pdacf_transfer_stereo16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rd… in pdacf_transfer_stereo16sw()
110 static inline void pdacf_transfer_stereo32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rd… in pdacf_transfer_stereo32sw()
123 static inline void pdacf_transfer_mono24le(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_p… in pdacf_transfer_mono24le()
139 static inline void pdacf_transfer_mono24be(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_p… in pdacf_transfer_mono24be()
[all …]
/openbmc/linux/drivers/media/common/
H A Dttpci-eeprom.c54 u8 xor[20] = { 0x72, 0x23, 0x68, 0x19, 0x5c, 0xa8, 0x71, 0x2c, in getmac_tt() local
79 u8 xor[20] = { 0x72, 0x23, 0x68, 0x19, 0x5c, 0xa8, 0x71, 0x2c, in ttpci_eeprom_decode_mac() local
/openbmc/linux/net/can/
H A Dgw.c89 struct canfd_frame xor; member
95 u8 xor; member
103 struct cgw_csum_xor xor; member
107 void (*xor)(struct canfd_frame *cf, member
320 static void cgw_csum_xor_rel(struct canfd_frame *cf, struct cgw_csum_xor *xor) in cgw_csum_xor_rel()
342 static void cgw_csum_xor_pos(struct canfd_frame *cf, struct cgw_csum_xor *xor) in cgw_csum_xor_pos()
353 static void cgw_csum_xor_neg(struct canfd_frame *cf, struct cgw_csum_xor *xor) in cgw_csum_xor_neg()
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dpfunc_base.c66 static int macio_do_gpio_read(PMF_STD_ARGS, u8 mask, int rshift, u8 xor) in macio_do_gpio_read()
193 u32 shift, u32 xor) in macio_do_read_reg32_msrx()
206 u32 shift, u32 xor) in macio_do_read_reg8_msrx()
H A Dpfunc_core.c151 u8 xor = (u8)pmf_next32(cmd); in pmf_parser_read_gpio() local
410 u32 xor = pmf_next32(cmd); in pmf_parser_read_reg32_msrx() local
424 u32 xor = pmf_next32(cmd); in pmf_parser_read_reg16_msrx() local
437 u32 xor = pmf_next32(cmd); in pmf_parser_read_reg8_msrx() local
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dorion5x.dtsi156 xor: dma-controller@60900 { label
/openbmc/linux/net/netfilter/
H A Dnft_bitwise.c24 struct nft_data xor; member
101 struct nft_data_desc xor = { in nft_bitwise_init_bool() local
/openbmc/linux/drivers/input/keyboard/
H A Djornada680_kbd.c83 unsigned int xor = new ^ old; in jornada_parse_kbd() local
/openbmc/qemu/migration/
H A Dxbzrle.c246 unsigned long xor; in xbzrle_encode_buffer() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Datomics.c115 int xor(const void *ctx) in xor() function
/openbmc/linux/drivers/misc/cb710/
H A Dcore.c18 int reg, uint32_t mask, uint32_t xor) in cb710_pci_update_config_reg()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dclip_tbl.c31 u32 xor = key[0] ^ key[1] ^ key[2] ^ key[3]; in ipv6_clip_hash() local
H A Dl2t.c98 u32 xor = key[0] ^ key[1] ^ key[2] ^ key[3]; in ipv6_hash() local
/openbmc/linux/include/net/netfilter/
H A Dnf_tables_core.h34 u32 xor; member
/openbmc/u-boot/post/drivers/
H A Dmemory.c243 ulong xor; in memory_post_addrline() local
/openbmc/linux/fs/omfs/
H A Dinode.c85 int xor, i, ofs = 0, count; in omfs_update_checksums() local
/openbmc/linux/drivers/vfio/pci/pds/
H A Ddirty.c435 u64 xor = le64_to_cpu(seq[i]) ^ le64_to_cpu(ack[i]); in pds_vfio_dirty_process_bitmaps() local
/openbmc/linux/drivers/input/joystick/
H A Dsidewinder.c555 unsigned char xor = 0; in sw_guess_mode() local
/openbmc/linux/drivers/dma/
H A Dfsl_raid.c322 struct fsl_re_xor_cdb *xor; in fsl_re_prep_dma_genq() local
/openbmc/linux/drivers/dma/ioat/
H A Ddma.c504 struct ioat_xor_descriptor *xor = desc->xor; in desc_has_ext() local
H A Dprep.c161 struct ioat_xor_descriptor *xor; in __ioat_prep_xor_lock() local
H A Ddma.h180 struct ioat_xor_descriptor *xor; member
/openbmc/linux/net/sched/
H A Dcls_flow.c51 u32 xor; member
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_demux.c141 u8 xor = f->filter.filter_value[i] ^ feed->feed.sec.secbuf[i]; in dvb_dmx_swfilter_sectionfilter() local
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbmem.c279 u8 xor = (info->fix.visual == FB_VISUAL_MONO01) ? 0xff : 0; in fb_set_logo() local

12