cyhc 112 dev/pci/cy82c693.c cy82c693_read(const struct cy82c693_handle *cyhc, int reg) cyhc 124 dev/pci/cy82c693.c bus_space_write_1(cyhc->cyhc_iot, cyhc->cyhc_ioh, 0, reg); cyhc 125 dev/pci/cy82c693.c rv = bus_space_read_1(cyhc->cyhc_iot, cyhc->cyhc_ioh, 1); cyhc 133 dev/pci/cy82c693.c cy82c693_write(const struct cy82c693_handle *cyhc, int reg, u_int8_t val) cyhc 144 dev/pci/cy82c693.c bus_space_write_1(cyhc->cyhc_iot, cyhc->cyhc_ioh, 0, reg); cyhc 145 dev/pci/cy82c693.c bus_space_write_1(cyhc->cyhc_iot, cyhc->cyhc_ioh, 1, val);