Searched refs:OMAP_MPUI_REG_MASK (Results 1 – 4 of 4) sorted by relevance
76 int offset = addr & OMAP_MPUI_REG_MASK; in omap_gpio_read()114 int offset = addr & OMAP_MPUI_REG_MASK; in omap_gpio_write()
162 int offset = addr & OMAP_MPUI_REG_MASK; in omap_i2c_read()266 int offset = addr & OMAP_MPUI_REG_MASK; in omap_i2c_write()413 int offset = addr & OMAP_MPUI_REG_MASK; in omap_i2c_writeb()
436 int offset = addr & OMAP_MPUI_REG_MASK; in omap_os_timer_read()463 int offset = addr & OMAP_MPUI_REG_MASK; in omap_os_timer_write()1952 int offset = addr & OMAP_MPUI_REG_MASK; in omap_mpuio_read()2012 int offset = addr & OMAP_MPUI_REG_MASK; in omap_mpuio_write()2203 int offset = addr & OMAP_MPUI_REG_MASK; in omap_uwire_read()2237 int offset = addr & OMAP_MPUI_REG_MASK; in omap_uwire_write()2344 int offset = addr & OMAP_MPUI_REG_MASK; in omap_pwl_read()2364 int offset = addr & OMAP_MPUI_REG_MASK; in omap_pwl_write()2437 int offset = addr & OMAP_MPUI_REG_MASK; in omap_pwt_read()2459 int offset = addr & OMAP_MPUI_REG_MASK; in omap_pwt_write()[all …]
693 # define OMAP_MPUI_REG_MASK 0x000007ff macro