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

  /src/sys/dev/pci/
cy82c693var.h 42 bus_space_handle_t cyhc_ioh; member in struct:cy82c693_handle
cy82c693.c 91 cyhc_handle.cyhc_ioh = ioh;
110 bus_space_write_1(cyhc->cyhc_iot, cyhc->cyhc_ioh, 0, reg);
111 rv = bus_space_read_1(cyhc->cyhc_iot, cyhc->cyhc_ioh, 1);
127 bus_space_write_1(cyhc->cyhc_iot, cyhc->cyhc_ioh, 0, reg);
128 bus_space_write_1(cyhc->cyhc_iot, cyhc->cyhc_ioh, 1, val);

Completed in 59 milliseconds