Searched refs:reg_shift (Results 1 – 18 of 18) sorted by relevance
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | mxc_i2c.c | 176 int reg_shift = quirk ? VF610_I2C_REGSHIFT : IMX_I2C_REGSHIFT; in bus_i2c_set_bus_speed() local 182 writeb(idx, base + (IFDR << reg_shift)); in bus_i2c_set_bus_speed() 185 writeb(I2CR_IDIS, base + (I2CR << reg_shift)); in bus_i2c_set_bus_speed() 186 writeb(0, base + (I2SR << reg_shift)); in bus_i2c_set_bus_speed() 199 int reg_shift = quirk ? VF610_I2C_REGSHIFT : IMX_I2C_REGSHIFT; in wait_for_sr_state() local 203 sr = readb(base + (I2SR << reg_shift)); in wait_for_sr_state() 207 (I2SR << reg_shift)); in wait_for_sr_state() 210 (I2SR << reg_shift)); in wait_for_sr_state() 212 __func__, sr, readb(base + (I2CR << reg_shift)), in wait_for_sr_state() 224 sr, readb(base + (I2CR << reg_shift)), state); in wait_for_sr_state() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/lpc32xx/ |
| H A D | devices.c | 48 { .base = UART3_BASE, .reg_shift = 2, 50 { .base = UART4_BASE, .reg_shift = 2, 52 { .base = UART5_BASE, .reg_shift = 2, 54 { .base = UART6_BASE, .reg_shift = 2,
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/am33xx/ |
| H A D | board.c | 66 { .base = CONFIG_SYS_NS16550_COM1, .reg_shift = 2, 69 { .base = CONFIG_SYS_NS16550_COM2, .reg_shift = 2, 72 { .base = CONFIG_SYS_NS16550_COM3, .reg_shift = 2, 74 { .base = CONFIG_SYS_NS16550_COM4, .reg_shift = 2, 76 { .base = CONFIG_SYS_NS16550_COM5, .reg_shift = 2, 78 { .base = CONFIG_SYS_NS16550_COM6, .reg_shift = 2,
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | serial_rockchip.c | 35 plat->plat.reg_shift = plat->dtplat.reg_shift; in rockchip_serial_probe()
|
| H A D | serial_intel_mid.c | 29 offset *= 1 << plat->reg_shift; in mid_writel()
|
| H A D | ns16550.c | 99 offset *= 1 << plat->reg_shift; in ns16550_writeb() 106 serial_out_shift(addr + plat->reg_offset, plat->reg_shift, value); in ns16550_writeb() 114 offset *= 1 << plat->reg_shift; in ns16550_readb() 117 return serial_in_shift(addr + plat->reg_offset, plat->reg_shift); in ns16550_readb() 572 plat->reg_shift = dev_read_u32_default(dev, "reg-shift", 0); in ns16550_serial_ofdata_to_platdata()
|
| /rk3399_rockchip-uboot/board/quipos/cairo/ |
| H A D | cairo.c | 83 .reg_shift = 2,
|
| /rk3399_rockchip-uboot/board/logicpd/zoom1/ |
| H A D | zoom1.c | 49 .reg_shift = 2,
|
| /rk3399_rockchip-uboot/board/timll/devkit8000/ |
| H A D | devkit8000.c | 50 .reg_shift = 2,
|
| /rk3399_rockchip-uboot/board/lg/sniper/ |
| H A D | sniper.c | 33 .reg_shift = 2,
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | board.c | 220 .reg_shift = 2,
|
| /rk3399_rockchip-uboot/include/ |
| H A D | ns16550.h | 57 int reg_shift; member
|
| /rk3399_rockchip-uboot/board/isee/igep00x0/ |
| H A D | igep00x0.c | 30 .reg_shift = 2,
|
| /rk3399_rockchip-uboot/board/ti/evm/ |
| H A D | evm.c | 46 .reg_shift = 2,
|
| /rk3399_rockchip-uboot/board/overo/ |
| H A D | overo.c | 72 .reg_shift = 2,
|
| /rk3399_rockchip-uboot/board/ti/beagle/ |
| H A D | beagle.c | 77 .reg_shift = 2,
|
| /rk3399_rockchip-uboot/drivers/video/exynos/ |
| H A D | exynos_dp_lowlevel.c | 925 unsigned int reg_shift[DP_LANE_CNT_4] = { in exynos_dp_set_lane_pre_emphasis() local 933 reg = level << reg_shift[i]; in exynos_dp_set_lane_pre_emphasis()
|
| /rk3399_rockchip-uboot/board/logicpd/omap3som/ |
| H A D | omap3logic.c | 43 .reg_shift = 2,
|