HomeSort by: relevance | last modified time | path
    Searched defs:config0 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/evbppc/pmppc/
machdep.c 389 uint config0, config1; local in function:pmppc_setup
391 config0 = in8(PMPPC_CONFIG0);
410 a_config.a_is_monarch = (config0 & 0x80) == 0;
411 a_config.a_has_eth = (config0 & 0x20) != 0;
412 a_config.a_has_rtc = (config0 & 0x10) == 0;
413 switch (config0 & 0x0c) {
419 switch (config0 & 0x03) {
  /src/sys/dev/eisa/
uha_eisa.c 174 u_int8_t config0, config1, config2; local in function:u24_find
178 config0 = bus_space_read_1(iot, ioh, U24_CONFIG + 0);
181 if ((config0 & U24_MAGIC1) == 0 ||
187 switch (config0 & U24_IRQ_MASK) {
202 config0 & U24_IRQ_MASK);
  /src/sys/dev/ic/
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...]
  /src/sys/dev/pci/
trm.c 127 uint8_t config0; /* Target configuration byte 0 */ member in struct:nvram_target
246 uint8_t config0; /* Target Config */ member in struct:trm_tinfo
613 ti->config0 = tconf->config0;
616 if ((ti->config0 & NTC_DO_DISCONNECT) != 0) {
618 if ((ti->config0 & NTC_DO_TAG_QUEUING) != 0)
624 DPRINTF(("target %d: config0 = 0x%02x, period = 0x%02x",
625 target, ti->config0, ti->period));
826 (ti->config0 & NTC_DO_WIDE_NEGO) != 0) {
832 (ti->config0 & NTC_DO_SYNC_NEGO) != 0)
    [all...]

Completed in 16 milliseconds