Home | History | Annotate | Download | only in ic

Lines Matching defs:wscnt

785 	int reg, hwwin, wscnt;
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;
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;