Searched refs:GTP_WREN_ON (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dgtp.c73 #define GTP_WREN_ON (1 << 2) macro
245 bus_space_write_1(iot, ioh, off, GTP_WREN_ON | GTP_CLCK_OFF | data);
246 bus_space_write_1(iot, ioh, off, GTP_WREN_ON | GTP_CLCK_ON | data);
247 bus_space_write_1(iot, ioh, off, GTP_WREN_ON | GTP_CLCK_OFF | data);
254 bus_space_write_1(iot, ioh, off, GTP_WREN_ON | GTP_DATA_ON | GTP_CLCK_OFF);

Completed in 184 milliseconds