HomeSort by: relevance | last modified time | path
    Searched defs:initial_ocw1 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/alpha/pci/
sio_pic.c 124 static uint8_t initial_ocw1[2]; variable
361 initial_ocw1[0] = bus_space_read_1(sio_iot, sio_ioh_icu1, 1);
362 initial_ocw1[1] = bus_space_read_1(sio_iot, sio_ioh_icu2, 1);
427 bus_space_write_1(sio_iot, sio_ioh_icu1, 1, initial_ocw1[0]);
428 bus_space_write_1(sio_iot, sio_ioh_icu2, 1, initial_ocw1[1]);

Completed in 23 milliseconds