Lines Matching refs:j
107 int j; in mca_configure_adapter_status() local
109 for (j = 2; j < 8; j++) { in mca_configure_adapter_status()
110 if (mca_dev->pos[j] != 0xff) { in mca_configure_adapter_status()
149 int j; in mca_read_and_store_pos() local
152 for (j = 0; j < 8; j++) { in mca_read_and_store_pos()
153 pos[j] = inb_p(MCA_POS_REG(j)); in mca_read_and_store_pos()
154 if (pos[j] != 0xff) { in mca_read_and_store_pos()
253 unsigned int i, j; in mca_init() local
359 for (j = 0; j < 8; j++) in mca_init()
360 mca_dev->pos[j] = pos[j]; in mca_init()
388 for (j = 0; j < 8; j++) in mca_init()
389 mca_dev->pos[j] = pos[j]; in mca_init()