Searched refs:EP_W3_INTERNAL_CONFIG (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | elink3.c | 537 config1 = (u_int)bus_space_read_2(iot, ioh, EP_W3_INTERNAL_CONFIG + 2); 798 EP_W3_INTERNAL_CONFIG); 800 EP_W3_INTERNAL_CONFIG + 2); 805 bus_space_write_2(iot, ioh, EP_W3_INTERNAL_CONFIG, config0); 806 bus_space_write_2(iot, ioh, EP_W3_INTERNAL_CONFIG + 2, config1); 860 EP_W3_INTERNAL_CONFIG); 862 EP_W3_INTERNAL_CONFIG + 2); 875 bus_space_write_2(iot, ioh, EP_W3_INTERNAL_CONFIG, config0); 876 bus_space_write_2(iot, ioh, EP_W3_INTERNAL_CONFIG + 2, config1); 928 config1 = bus_space_read_2(iot, ioh, EP_W3_INTERNAL_CONFIG + 2);
|
| D | elink3reg.h | 114 #define EP_W3_INTERNAL_CONFIG 0x00 /* 32 bits */ macro
|
| /mirbsd/src/sys/dev/isa/ |
| D | if_ef_isapnp.c | 191 cfg = bus_space_read_4(iot, ioh, EP_W3_INTERNAL_CONFIG); 194 bus_space_write_4(iot, ioh, EP_W3_INTERNAL_CONFIG, cfg);
|