tcic2.c | 785 int reg, hwwin, wscnt; local in function:tcic_chip_do_mem_map 820 /* must save WSCNT field in case this is a DB86082 rev 0 */ 827 wscnt = tcic_ns2wscnt(h->mem[win].speed); 829 wscnt = tcic_ns2wscnt(tcic_mem_speed); /* 300 is "save" default for CIS memory */ 839 reg2 |= wscnt & TCIC_MCTL_WSCNT_MASK; 842 reg |= wscnt & TCIC_MCTL_WSCNT_MASK; 1023 int reg, size2, iotiny, wbase, hwwin, wscnt; local in function:tcic_chip_do_io_map 1056 wscnt = tcic_ns2wscnt(h->io[win].speed); 1058 wscnt = tcic_ns2wscnt(tcic_io_speed); /* linux uses 0 as default */ 1060 reg |= wscnt & TCIC_ICTL_WSCNT_MASK [all...] |