Searched refs:hw_map (Results 1 – 2 of 2) sorted by relevance
/drivers/gpio/ |
D | gpio-xilinx.c | 64 DECLARE_BITMAP(hw_map, 64); 80 return bitmap_bitremap(bit, chip->hw_map, chip->sw_map, 64); in xgpio_from_bit() 85 return bitmap_bitremap(gpio, chip->sw_map, chip->hw_map, 64); in xgpio_to_bit() 212 bitmap_remap(hw_mask, mask, chip->sw_map, chip->hw_map, 64); in xgpio_set_multiple() 213 bitmap_remap(hw_bits, bits, chip->sw_map, chip->hw_map, 64); in xgpio_set_multiple() 623 bitmap_set(chip->hw_map, 0, width[0]); in xgpio_probe() 624 bitmap_set(chip->hw_map, 32, width[1]); in xgpio_probe() 629 chip->gc.ngpio = bitmap_weight(chip->hw_map, 64); in xgpio_probe()
|
/drivers/media/platform/amlogic/meson-ge2d/ |
D | ge2d.c | 54 unsigned int hw_map; member 106 .hw_map = GE2D_COLOR_MAP_ ## _map, \ 207 FIELD_PREP(GE2D_DST1_COLOR_MAP, ctx->out.fmt->hw_map) | in ge2d_hw_start() 209 FIELD_PREP(GE2D_SRC2_COLOR_MAP, ctx->out.fmt->hw_map) | in ge2d_hw_start() 211 FIELD_PREP(GE2D_SRC1_COLOR_MAP, ctx->in.fmt->hw_map) | in ge2d_hw_start()
|