tag | line | file | source code |
---|---|---|---|
a_count | 517 | drivers/block/cmd640.c | static int a_count[4] = {1, 1, 1, 1}; /* Active count (encoded) */ |
a_count | 565 | drivers/block/cmd640.c | ac = a_count[dr_num]; |
a_count | 570 | drivers/block/cmd640.c | ac = max(a_count[2], a_count[3]); |
a_count | 582 | drivers/block/cmd640.c | rc = max4(a_count); |
a_count | 627 | drivers/block/cmd640.c | a_count[drv_idx] = a; |