Searched refs:howmany (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dspeedtch.c311 static void udsl_extract_cells (struct udsl_instance_data *instance, unsigned char *source, unsigned int howmany) argument
324 for (i = 0; i < howmany; i++, source += ATM_CELL_SIZE) {
460 static unsigned int udsl_write_cells (unsigned int howmany, struct sk_buff *skb, unsigned char **target_p) argument
466 vdbg ("udsl_write_cells: howmany=%u, skb->len=%d, num_cells=%u, num_entire=%u, pdu_padding=%u", howmany, skb->len, ctrl->num_cells, ctrl->num_entire, ctrl->pdu_padding);
469 ne = min (howmany, ctrl->num_entire);
481 if (!(ctrl->num_cells -= ne) || !(howmany -= ne))
493 if (!--howmany) {
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/hosttools/
H A Dinstallboot.c65 #define howmany(x,align) (((x)+(align)-1)/(align)) macro
H A Dmkbootimage.c65 #define howmany(x,align) (((x)+(align)-1)/(align)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Dsun4c.c772 static void __init sun4c_init_fill_kernel_ring(int howmany) argument
776 while (howmany) {
783 howmany--;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dibmphp_pci.c1090 int howmany = 0; /*this is to see if there are any devices behind the bridge */ local
1119 howmany++;
1199 if (!howmany)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pci/
H A Dpci.c1048 static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) argument
1054 for(pos=0; pos<howmany; pos = next) {

Completed in 66 milliseconds