elink3.c | 523 u_int config0; local in function:ep_internalconfig 535 config0 = (u_int)bus_space_read_2(iot, ioh, ELINK_W3_INTERNAL_CONFIG); 540 ram_size = (config0 & CONFIG_RAMSIZE) >> CONFIG_RAMSIZE_SHIFT; 541 ram_width = (config0 & CONFIG_RAMWIDTH) >> CONFIG_RAMWIDTH_SHIFT; 919 int config0, config1; local in function:epsetmedia 932 config0 = (u_int)bus_space_read_2(iot, ioh, 940 bus_space_write_2(iot, ioh, ELINK_W3_INTERNAL_CONFIG, config0); 1000 int mctl, config0, config1; local in function:epsetmedia 1003 config0 = (u_int)bus_space_read_2(iot, ioh, 1012 bus_space_write_2(iot, ioh, ELINK_W3_INTERNAL_CONFIG, config0); [all...] |