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

  /src/sys/arch/sandpoint/stand/altboot/
globals.h 236 #define _LBAL 3 /* RW */
dsk.c 439 CSR_WRITE_1(chan->cmd + _LBAL, (bno >> 24) & 0xff);
443 CSR_WRITE_1(chan->cmd + _LBAL, (bno >> 0) & 0xff);
455 CSR_WRITE_1(chan->cmd + _LBAL, (bno >> 0) & 0xff);

Completed in 13 milliseconds