Searched refs:out_mask (Results 1 – 5 of 5) sorted by relevance
18 u16 out_mask; member24 .out_mask = GENMASK(5, 4),41 } else if (chip->desc->out_mask & BIT(offset)) { in moxtet_gpio_get_value()82 else if (chip->desc->out_mask & BIT(offset)) in moxtet_gpio_get_direction()95 else if (chip->desc->out_mask & BIT(offset)) in moxtet_gpio_direction_input()106 if (chip->desc->out_mask & BIT(offset)) in moxtet_gpio_direction_output()
69 u32 out_mask, out_shadow; in mpc8572_gpio_get() local71 out_mask = gc->read_reg(mpc8xxx_gc->regs + GPIO_DIR); in mpc8572_gpio_get()72 val = gc->read_reg(mpc8xxx_gc->regs + GPIO_DAT) & ~out_mask; in mpc8572_gpio_get()73 out_shadow = gc->bgpio_data & out_mask; in mpc8572_gpio_get()
493 enum tb_path_port out_mask, in_mask; in tb_path_activate() local542 out_mask = (i == path->path_length - 1) ? in tb_path_activate()552 hop.egress_fc = path->egress_fc_enable & out_mask; in tb_path_activate()556 & out_mask; in tb_path_activate()
34 unsigned long out_mask, unsigned long in_mask, in do_siga_sync() argument49 [out] "d" (out_mask), [in] "d" (in_mask) in do_siga_sync()
1704 static VMBUS_CHAN_ATTR_RO(out_mask);