Searched refs:TUL_GCTRL0 (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | iha.h | 245 #define TUL_GCTRL0 0x54 /* R/W Global Control 0 */ macro
|
H A D | iha.c | 2534 gctrl = bus_space_read_1(iot, ioh, TUL_GCTRL0) | EEPRG; in iha_read_eeprom() 2535 bus_space_write_1(iot, ioh, TUL_GCTRL0, gctrl); in iha_read_eeprom() 2548 gctrl = bus_space_read_1(iot, ioh, TUL_GCTRL0) & ~EEPRG; in iha_read_eeprom() 2549 bus_space_write_1(iot, ioh, TUL_GCTRL0, gctrl); in iha_read_eeprom()
|