Searched refs:cyhc_ioh (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | cy82c693.c | 91 cyhc_handle.cyhc_ioh = ioh; in cy82c693_init() 110 bus_space_write_1(cyhc->cyhc_iot, cyhc->cyhc_ioh, 0, reg); in cy82c693_read() 111 rv = bus_space_read_1(cyhc->cyhc_iot, cyhc->cyhc_ioh, 1); in cy82c693_read() 127 bus_space_write_1(cyhc->cyhc_iot, cyhc->cyhc_ioh, 0, reg); in cy82c693_write() 128 bus_space_write_1(cyhc->cyhc_iot, cyhc->cyhc_ioh, 1, val); in cy82c693_write()
|
H A D | cy82c693var.h | 42 bus_space_handle_t cyhc_ioh; member
|