Searched refs:LE_ACK (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/hp300/dev/
H A Dif_lereg.h48 #define LE_ACK 0x04 /* ack of lock */ macro
H A Dif_le.c132 } while ((bus_space_read_1(bst, bsh0, LER0_STATUS) & LE_ACK) == 0);
135 } while ((bus_space_read_1(bst, bsh0, LER0_STATUS) & LE_ACK) == 0);
149 } while ((bus_space_read_1(bst, bsh0, LER0_STATUS) & LE_ACK) == 0);
152 } while ((bus_space_read_1(bst, bsh0, LER0_STATUS) & LE_ACK) == 0);
/netbsd-current/sys/arch/hp300/stand/common/
H A Dif_lereg.h61 #define LE_ACK 0x04 /* ack of lock */ macro
H A Dif_le.c133 } while ((ler0->ler0_status & LE_ACK) == 0);
136 } while ((ler0->ler0_status & LE_ACK) == 0);
148 } while ((ler0->ler0_status & LE_ACK) == 0);
151 } while ((ler0->ler0_status & LE_ACK) == 0);

Completed in 146 milliseconds