Lines Matching refs:bindex
309 int bindex, int cmdsrc)
320 bit = BIT((bindex & 3) << 3);
1016 int rc = 0, bindex, offset = gpio_chip_hwgpio(desc);
1026 bindex = offset >> 3;
1031 if (gpio->cf_copro_bankmap[bindex] == 0xff) {
1035 gpio->cf_copro_bankmap[bindex]++;
1038 if (gpio->cf_copro_bankmap[bindex] == 1)
1039 aspeed_gpio_change_cmd_source(gpio, bank, bindex,
1062 int rc = 0, bindex, offset = gpio_chip_hwgpio(desc);
1071 bindex = offset >> 3;
1076 if (gpio->cf_copro_bankmap[bindex] == 0) {
1080 gpio->cf_copro_bankmap[bindex]--;
1083 if (gpio->cf_copro_bankmap[bindex] == 0)
1084 aspeed_gpio_change_cmd_source(gpio, bank, bindex,