Searched refs:arbit (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 371 unsigned char phase, arbit; nsphw_start_selection() local 382 //nsp_dbg(NSP_DEBUG_RESELECTION, "start arbit"); nsphw_start_selection() 389 arbit = nsp_index_read(base, ARBITSTATUS); nsphw_start_selection() 390 //nsp_dbg(NSP_DEBUG_RESELECTION, "arbit=%d, wait_count=%d", arbit, wait_count); nsphw_start_selection() 392 } while((arbit & (ARBIT_WIN | ARBIT_FAIL)) == 0 && nsphw_start_selection() 395 if (!(arbit & ARBIT_WIN)) { nsphw_start_selection() 396 //nsp_dbg(NSP_DEBUG_RESELECTION, "arbit fail"); nsphw_start_selection()
|
/linux-4.4.14/drivers/scsi/ |
H A D | nsp32_debug.c | 245 printk("arbit=0x%x, ", nsp32_read1(base, ARBIT_STATUS)); nsp32_print_register()
|
H A D | nsp32.c | 762 unsigned char arbit; nsp32_arbitration() local 767 arbit = nsp32_read1(base, ARBIT_STATUS); nsp32_arbitration() 769 } while ((arbit & (ARBIT_WIN | ARBIT_FAIL)) == 0 && nsp32_arbitration() 773 "arbit: 0x%x, delay time: %d", arbit, time); nsp32_arbitration() 775 if (arbit & ARBIT_WIN) { nsp32_arbitration() 779 } else if (arbit & ARBIT_FAIL) { nsp32_arbitration() 788 nsp32_dbg(NSP32_DEBUG_AUTOSCSI, "arbit timeout"); nsp32_arbitration()
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | setup.c | 307 * DCCM can be arbit placed in hardware. arc_chk_core_config()
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-ismt.c | 86 #define ISMT_DESC_FAIR 0x08 /* Set fairness flag upon successful arbit. */
|
Completed in 187 milliseconds