Lines Matching refs:u_int
156 u_int memory_size;
157 u_int virt_memory_size;
181 u_int *page_vaddr_algn; /* Aligned virtual address of allocated page */
266 register u_int * pdlptr);
269 register u_int * pdlptr);
289 static inline u_int pdl_map_data(struct hp100_private *lp, void *data) in pdl_map_data()
456 u_int chip; in hp100_probe1()
458 u_int memory_size = 0, virt_memory_size = 0; in hp100_probe1()
734 … %s: Reserved DMA memory from 0x%x to 0x%x\n", dev->name, (u_int) lp->page_vaddr_algn, (u_int) lp-… in hp100_probe1()
1165 u_int *pageptr; /* Warning : increment by 4 - Jean II */ in hp100_init_pdls()
1233 *(pdlptr + 2) = (u_int) virt_to_whatever(dev, pdlptr); /* Address Frag 1 */ in hp100_init_rxpdl()
1268 u_int *p; in hp100_build_rx_pdl()
1301 dev->name, (u_int) ringptr->pdl, in hp100_build_rx_pdl()
1315 printk("hp100: %s: Adr 0x%.8x = 0x%.8x\n", dev->name, (u_int) p, (u_int) * p); in hp100_build_rx_pdl()
1325 printk("hp100: %s: build_rx_pdl: PDH@0x%x, No space for skb.\n", dev->name, (u_int) ringptr->pdl); in hp100_build_rx_pdl()
1370 dev->name, lp->rxrcommit, (u_int) ringptr->pdl, in hp100_rxfill()
1371 (u_int) ringptr->pdl_paddr, (u_int) ringptr->pdl[3]); in hp100_rxfill()
1628 dev->name, (u_int) lp->txrhead->skb->data, in hp100_clean_txring()
1780 u_int header; in hp100_rx()
1881 u_int header; in hp100_rx_bm()
1923 dev->name, (u_int) (ptr->pdl - 1), (u_int) header, in hp100_rx_bm()
1927 hp100_inb(RX_PKT_CNT), (u_int) * (ptr->pdl), in hp100_rx_bm()
1928 (u_int) * (ptr->pdl + 3), (u_int) * (ptr->pdl + 4)); in hp100_rx_bm()
2204 u_int val; in hp100_interrupt()
2222 dev->name, lp->mode, (u_int) val, hp100_inb(RX_PKT_CNT), in hp100_interrupt()
2393 u_int val; in hp100_stop_interface()