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

  /src/sys/dev/ic/
atppc.c 426 atppc_w_ctr(atppc, 0x20);
448 atppc_w_ctr(atppc, ctr_sav);
499 atppc_w_ctr(atppc, (ctr_sav & ~IRQENABLE) | PCD);
545 atppc_w_ctr(atppc, (ctr_sav & ~IRQENABLE) & ~PCD);
587 atppc_w_ctr(atppc, ctr_sav);
599 atppc_w_ctr(atppc, ctr_sav);
1028 atppc_w_ctr(atppc, ecr);
1435 atppc_w_ctr(atppc, byte);
1625 atppc_w_ctr(atppc, ctr);
1644 atppc_w_ctr(atppc, ctr)
    [all...]
atppcreg.h 162 #define atppc_w_ctr(atppc, byte) bus_space_write_1((atppc)->sc_iot, \ macro

Completed in 14 milliseconds