Home
last modified time | relevance | path

Searched defs:howmany (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c458 int howmany = 0; in hdlc_tx_done() local
527 u16 length, howmany = 0; in hdlc_rx_done() local
628 int howmany; in ucc_hdlc_poll() local
/linux/tools/power/cpupower/utils/helpers/
H A Dbitmask.c12 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/linux/drivers/char/xillybus/
H A Dxillybus_core.c703 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_read() local
1213 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_write() local
/linux/fs/xfs/
H A Dxfs_linux.h138 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c2994 u16 length, howmany = 0; in ucc_geth_rx() local
3073 int howmany = 0; in ucc_geth_tx() local
3122 int howmany, i; in ucc_geth_poll() local
H A Dgianfar.c2163 int howmany = 0; in gfar_clean_tx_ring() local
2509 int i, howmany = 0; in gfar_clean_rx_ring() local
/linux/drivers/pci/hotplug/
H A Dibmphp_pci.c1053 int howmany = 0; /*this is to see if there are any devices behind the bridge */ in scan_behind_bridge() local
/linux/drivers/pci/
H A Dprobe.c321 static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) in pci_read_bases()