Lines Matching defs:ctl
242 unsigned int ctl, cfg;
310 ctl = SMC_GET_CTL(lp) | CTL_LE_ENABLE;
318 ctl |= CTL_AUTO_RELEASE;
320 ctl &= ~CTL_AUTO_RELEASE;
321 SMC_SET_CTL(lp, ctl);
583 * Send the packet length (+6 for status words, length, and ctl.
591 /* Send final ctl word with the last byte if there is one */
647 * words, length and ctl)
649 * If odd size then last byte is included in ctl word.
1185 unsigned int ctl;
1190 ctl = SMC_GET_CTL(lp);
1191 SMC_SET_CTL(lp, ctl & ~CTL_LE_ENABLE);
1192 SMC_SET_CTL(lp, ctl);
1625 u16 ctl;
1638 ctl = SMC_GET_CTL(lp);
1639 SMC_SET_CTL(lp, ctl | (CTL_EEPROM_SELECT | CTL_STORE));
1645 SMC_SET_CTL(lp, ctl);
1653 u16 ctl;
1664 ctl = SMC_GET_CTL(lp);
1665 SMC_SET_CTL(lp, ctl | (CTL_EEPROM_SELECT | CTL_RELOAD));
1673 SMC_SET_CTL(lp, ctl);