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

  /src/sys/dev/ic/
atppc.c 394 atppc_w_ecr(atppc, 0x34);
405 atppc_w_ecr(atppc, ATPPC_ECR_EPP);
422 atppc_w_ecr(atppc, ATPPC_ECR_PS2);
447 atppc_w_ecr(atppc, ecr_sav);
482 atppc_w_ecr(atppc, (ATPPC_ECR_CFG | ATPPC_SERVICE_INTR) &
498 atppc_w_ecr(atppc, ATPPC_ECR_PS2 | ATPPC_SERVICE_INTR);
501 atppc_w_ecr(atppc, ATPPC_ECR_TST | ATPPC_SERVICE_INTR);
520 atppc_w_ecr(atppc, ATPPC_ECR_TST);
549 atppc_w_ecr(atppc, ATPPC_ECR_TST);
589 atppc_w_ecr(atppc, ecr_sav)
    [all...]
atppcreg.h 174 #define atppc_w_ecr(atppc, byte) bus_space_write_1((atppc)->sc_iot, \ macro

Completed in 12 milliseconds