Searched refs:BL_STATUS_HARDY (Results 1 – 2 of 2) sorted by relevance
27 #define BL_STATUS_HARDY 0x10 /* Host Adapter Ready */ macro
165 if(!(inb(BL_STATUS_REG) & BL_STATUS_HARDY)) { in bl_execute()228 while(!(inb(BL_STATUS_REG) & BL_STATUS_HARDY)) { in bl_execute()272 if(status & BL_STATUS_HARDY) { in init_buslogic()