Home
last modified time | relevance | path

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

/drivers/power/pmic/
A Dpmic_tps65218.c15 uchar read_val; in tps65218_reg_read() local
22 *dest_val = read_val; in tps65218_reg_read()
45 uchar read_val; in tps65218_reg_write() local
57 read_val &= (~mask); in tps65218_reg_write()
58 read_val |= (dest_val & mask); in tps65218_reg_write()
59 dest_val = read_val; in tps65218_reg_write()
92 uchar read_val; in tps65218_reg_read() local
102 *dest_val = read_val; in tps65218_reg_read()
110 uchar read_val; in tps65218_reg_write() local
126 read_val &= (~mask); in tps65218_reg_write()
[all …]
A Dpmic_tps65217.c50 uchar read_val; in tps65217_reg_write() local
60 ret = i2c_read(TPS65217_CHIP_PM, dest_reg, 1, &read_val, 1); in tps65217_reg_write()
62 ret = dm_i2c_read(tps65217_dev, dest_reg, &read_val, 1); in tps65217_reg_write()
67 read_val &= (~mask); in tps65217_reg_write()
68 read_val |= (dest_val & mask); in tps65217_reg_write()
69 dest_val = read_val; in tps65217_reg_write()
/drivers/misc/
A Dsocfpga_dtreg.c17 fdt_val_t val, read_val, mask, set_mask; in socfpga_dtreg_probe() local
93 read_val = readl((uintptr_t)reg); in socfpga_dtreg_probe()
97 __func__, reg, set_mask, read_val); in socfpga_dtreg_probe()
/drivers/pci/
A Dpci-aardvark.c271 uint *read_val) in pcie_advk_check_pio_status() argument
290 if (read_val) in pcie_advk_check_pio_status()
291 *read_val = advk_readl(pcie, ADVK_PIO_RD_DATA); in pcie_advk_check_pio_status()
301 if (allow_crs && read_val) { in pcie_advk_check_pio_status()
303 *read_val = CFG_RD_CRS_VAL; in pcie_advk_check_pio_status()
/drivers/phy/cadence/
A Dphy-cadence-torrent.c747 u32 read_val; in cdns_torrent_phy_on() local
765 read_val, read_val, 1000, in cdns_torrent_phy_on()

Completed in 14 milliseconds