Home
last modified time | relevance | path

Searched refs:SBUS_SEMAPHORE_LCK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dqlogicpti.c187 tmp |= SBUS_SEMAPHORE_LCK; in qlogicpti_mbox_command()
240 !(sbus_readw(qpti->qregs + SBUS_SEMAPHORE) & SBUS_SEMAPHORE_LCK)) { in qlogicpti_mbox_command()
281 tmp &= ~(SBUS_SEMAPHORE_LCK); in qlogicpti_mbox_command()
1142 if (sbus_readw(qpti->qregs + SBUS_SEMAPHORE) & SBUS_SEMAPHORE_LCK) { in qlogicpti_intr_handler()
H A Dqlogicpti.h414 #define SBUS_SEMAPHORE_LCK 0x0001 /* Semaphore lock bit */ macro