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

  /src/sys/dev/pci/
cy82c693var.h 41 bus_space_tag_t cyhc_iot; member in struct:cy82c693_handle
cy82c693.c 81 KASSERT(bus_space_is_equal(iot, cyhc_handle.cyhc_iot));
90 cyhc_handle.cyhc_iot = iot;
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 11 milliseconds