Searched refs:ofs (Results 1 – 5 of 5) sorted by relevance
| /arch/arm/cpu/arm926ejs/mxs/ |
| A D | iomux.c | 30 u32 reg, ofs, bp, bm; in mxs_iomux_setup_pad() local 35 ofs = 0x100; in mxs_iomux_setup_pad() 36 ofs += PAD_BANK(pad) * 0x20 + PAD_PIN(pad) / 16 * 0x10; in mxs_iomux_setup_pad() 39 reg = readl(iomux_base + ofs); in mxs_iomux_setup_pad() 42 writel(reg, iomux_base + ofs); in mxs_iomux_setup_pad() 45 ofs = DRIVE_OFFSET; in mxs_iomux_setup_pad() 46 ofs += PAD_BANK(pad) * 0x40 + PAD_PIN(pad) / 8 * 0x10; in mxs_iomux_setup_pad() 51 reg = readl(iomux_base + ofs); in mxs_iomux_setup_pad() 54 writel(reg, iomux_base + ofs); in mxs_iomux_setup_pad() 68 ofs = PULL_OFFSET; in mxs_iomux_setup_pad() [all …]
|
| /arch/xtensa/include/asm/arch-de212/ |
| A D | tie-asm.h | 54 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 55 xchal_sa_start \continue, \ofs 108 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 109 xchal_sa_start \continue, \ofs
|
| /arch/xtensa/include/asm/arch-dc232b/ |
| A D | tie-asm.h | 33 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL 34 xchal_sa_start \continue, \ofs 74 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL 75 xchal_sa_start \continue, \ofs
|
| /arch/xtensa/include/asm/arch-dc233c/ |
| A D | tie-asm.h | 54 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 55 xchal_sa_start \continue, \ofs 118 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 119 xchal_sa_start \continue, \ofs
|
| /arch/arm/mach-tegra/ |
| A D | psci.S | 31 .macro get_csr_reg cpu, ofs, tmp 34 moveq \ofs, #FLOW_CTRL_CPU_CSR 35 addne \ofs, \tmp, #FLOW_CTRL_CPU1_CSR - 8
|
Completed in 9 milliseconds