Lines Matching defs:page
29 /* JANZ ICAN3 "old-style" host interface queue page numbers */
52 /* Janz ICAN3 "new-style" host interface queue page numbers */
58 /* The first free page in the DPM is #9 */
251 * Any function which changes the current DPM page must hold this
254 * different DPM page than it expects.
269 /* first free DPM page */
292 static inline void ican3_set_page(struct ican3_dev *mod, unsigned int page)
294 BUG_ON(page >= DPM_NUM_PAGES);
295 iowrite8(page, &mod->dpmctrl->window_address);
404 /* tohost queue descriptors are in page 5 */
422 /* fromhost (tx) mid queue descriptors are in page 6 */
443 /* fromhost hi queue descriptors are in page 7 */
453 /* fromhost low queue descriptors are in page 8 */
480 /* save the start recv page */
497 /* switch to the correct page */
505 /* move to the next page if necessary */
512 /* make sure we page-align the next queue */
516 /* save the start xmit page */
533 /* switch to the correct page */
541 /* move to the next page if necessary */
572 /* switch to the data page, copy the data */
603 /* switch to the data page, copy the data */
1533 /* the first unallocated page in the DPM is #9 */
1929 /* the first unallocated page in the DPM is 9 */