Home
last modified time | relevance | path

Searched refs:read_val (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/controller/
H A Dpci-thunder-pem.c40 u64 read_val, tmp_val; in thunder_pem_bridge_read() local
57 read_val >>= 32; in thunder_pem_bridge_read()
94 read_val = 0x00000000; in thunder_pem_bridge_read()
98 read_val = 0x000f0000; in thunder_pem_bridge_read()
127 read_val &= 0xff; in thunder_pem_bridge_read()
130 read_val &= 0xffff; in thunder_pem_bridge_read()
135 *val = read_val; in thunder_pem_bridge_read()
238 read_val >>= 32; in thunder_pem_bridge_write()
240 read_val &= mask; in thunder_pem_bridge_write()
247 read_val >>= 32; in thunder_pem_bridge_write()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pci/controller/
H A Dpci-thunder-pem.c40 u64 read_val, tmp_val; in thunder_pem_bridge_read() local
57 read_val >>= 32; in thunder_pem_bridge_read()
94 read_val = 0x00000000; in thunder_pem_bridge_read()
98 read_val = 0x000f0000; in thunder_pem_bridge_read()
127 read_val &= 0xff; in thunder_pem_bridge_read()
130 read_val &= 0xffff; in thunder_pem_bridge_read()
135 *val = read_val; in thunder_pem_bridge_read()
238 read_val >>= 32; in thunder_pem_bridge_write()
240 read_val &= mask; in thunder_pem_bridge_write()
247 read_val >>= 32; in thunder_pem_bridge_write()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/controller/
H A Dpci-thunder-pem.c40 u64 read_val, tmp_val; in thunder_pem_bridge_read() local
57 read_val >>= 32; in thunder_pem_bridge_read()
94 read_val = 0x00000000; in thunder_pem_bridge_read()
98 read_val = 0x000f0000; in thunder_pem_bridge_read()
127 read_val &= 0xff; in thunder_pem_bridge_read()
130 read_val &= 0xffff; in thunder_pem_bridge_read()
135 *val = read_val; in thunder_pem_bridge_read()
238 read_val >>= 32; in thunder_pem_bridge_write()
240 read_val &= mask; in thunder_pem_bridge_write()
247 read_val >>= 32; in thunder_pem_bridge_write()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-tools/u-boot-2020.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/power/pmic/
H A Dpmic_tps65218.c16 uchar read_val; in tps65218_reg_read() local
23 *dest_val = read_val; in tps65218_reg_read()
46 uchar read_val; in tps65218_reg_write() local
58 read_val &= (~mask); in tps65218_reg_write()
59 read_val |= (dest_val & mask); in tps65218_reg_write()
60 dest_val = read_val; in tps65218_reg_write()
93 uchar read_val; in tps65218_reg_read() local
103 *dest_val = read_val; in tps65218_reg_read()
111 uchar read_val; in tps65218_reg_write() local
127 read_val &= (~mask); in tps65218_reg_write()
[all …]

12345678910>>...19