HomeSort by: relevance | last modified time | path
    Searched refs:LER0_STATUS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hp300/dev/
if_lereg.h 38 #define LER0_STATUS 0x03 /* interrupt enable/status */
43 * Control and status bits -- LER0_STATUS
if_le.c 132 } 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);
240 bus_space_write_1(bst, bsh0, LER0_STATUS, LE_IE);

Completed in 12 milliseconds