Home
last modified time | relevance | path

Searched refs:xor_reg (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/power/pmic/
H A Dpmic_tps65218.c47 uchar xor_reg; in tps65218_reg_write() local
64 xor_reg = dest_reg ^ TPS65218_PASSWORD_UNLOCK; in tps65218_reg_write()
66 &xor_reg, 1); in tps65218_reg_write()
77 &xor_reg, 1); in tps65218_reg_write()
112 uchar xor_reg; in tps65218_reg_write() local
133 xor_reg = dest_reg ^ TPS65218_PASSWORD_UNLOCK; in tps65218_reg_write()
134 ret = dm_i2c_write(tps65218_dev, TPS65218_PASSWORD, &xor_reg, in tps65218_reg_write()
145 ret = dm_i2c_write(tps65218_dev, TPS65218_PASSWORD, &xor_reg, in tps65218_reg_write()
H A Dpmic_tps65217.c47 uchar xor_reg; in tps65217_reg_write() local
69 xor_reg = dest_reg ^ TPS65217_PASSWORD_UNLOCK; in tps65217_reg_write()
72 &xor_reg, 1); in tps65217_reg_write()
75 &xor_reg, 1); in tps65217_reg_write()
91 &xor_reg, 1); in tps65217_reg_write()
94 &xor_reg, 1); in tps65217_reg_write()
/openbmc/linux/drivers/dma/ppc4xx/
H A Dadma.c982 xor_reg = chan->device->xor_reg; in ppc440spe_adma_device_clear_eot_status()
997 &xor_reg->crsr); in ppc440spe_adma_device_clear_eot_status()
1036 xor_reg = chan->device->xor_reg; in ppc440spe_chan_is_busy()
1051 struct xor_regs *xor_reg = chan->device->xor_reg; in ppc440spe_chan_set_first_xor_descriptor() local
1065 &xor_reg->cbcr); in ppc440spe_chan_set_first_xor_descriptor()
1136 xor_reg = chan->device->xor_reg; in ppc440spe_chan_append()
1157 &xor_reg->crsr); in ppc440spe_chan_append()
1188 xor_reg = chan->device->xor_reg; in ppc440spe_chan_get_current_descriptor()
1208 xor_reg = chan->device->xor_reg; in ppc440spe_chan_run()
1212 &xor_reg->crsr); in ppc440spe_chan_run()
[all …]
H A Dadma.h62 struct xor_regs __iomem *xor_reg; member
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c2346 static int xor_reg(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta) in xor_reg() function
3447 [BPF_ALU | BPF_XOR | BPF_X] = xor_reg,