Searched refs:divide (Results 1 – 5 of 5) sorted by relevance
/drivers/media/dvb/frontends/ |
D | sp887x.c | 287 static void divide (int n, int d, int *quotient_i, int *quotient_f) in divide() function 322 divide(freq / 333, sysclock, NULL, &frequency_shift); in sp887x_correct_offsets()
|
/drivers/net/wireless/b43/ |
D | dma.c | 908 #define divide(a, b) ({ \ macro 935 permille_failed = divide(failed_packets * 1000, nr_packets); in b43_destroy_dmaring() 937 average_tries = divide(ring->nr_total_packet_tries * 100, nr_packets); in b43_destroy_dmaring() 947 (unsigned long long)divide(permille_failed, 10), in b43_destroy_dmaring() 949 (unsigned long long)divide(average_tries, 100), in b43_destroy_dmaring()
|
/drivers/media/dvb/pluto2/ |
D | pluto2.c | 434 static inline u32 divide(u32 numerator, u32 denominator) in divide() function 457 div = divide(p->frequency * 3, 500000) + 217; in lg_tdtpe001p_tuner_set_params()
|
/drivers/mtd/ |
D | Kconfig | 39 If you have a device which needs to divide its flash chip(s) up 147 The ARM Firmware Suite allows the user to divide flash devices into
|
/drivers/mtd/nand/ |
D | nandsim.c | 539 static uint64_t divide(uint64_t n, uint32_t d) in divide() function 573 ns->geom.pgnum = divide(ns->geom.totsz, ns->geom.pgsz); in init_nandsim() 914 wear_eb_count = divide(mtd->size, mtd->erasesize); in setup_wear_reporting()
|