Lines Matching refs:bindex
307 int bindex, int cmdsrc)
318 bit = BIT((bindex & 3) << 3);
1009 int rc = 0, bindex, offset = gpio_chip_hwgpio(desc);
1019 bindex = offset >> 3;
1024 if (gpio->cf_copro_bankmap[bindex] == 0xff) {
1028 gpio->cf_copro_bankmap[bindex]++;
1031 if (gpio->cf_copro_bankmap[bindex] == 1)
1032 aspeed_gpio_change_cmd_source(gpio, bank, bindex,
1055 int rc = 0, bindex, offset = gpio_chip_hwgpio(desc);
1064 bindex = offset >> 3;
1069 if (gpio->cf_copro_bankmap[bindex] == 0) {
1073 gpio->cf_copro_bankmap[bindex]--;
1076 if (gpio->cf_copro_bankmap[bindex] == 0)
1077 aspeed_gpio_change_cmd_source(gpio, bank, bindex,