Searched refs:f_index (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c444 static void bcmgenet_hfb_enable_filter(struct bcmgenet_priv *priv, u32 f_index) argument
449 offset = HFB_FLT_ENABLE_V3PLUS + (f_index < 32) * sizeof(u32);
451 reg |= (1 << (f_index % 32));
458 static void bcmgenet_hfb_disable_filter(struct bcmgenet_priv *priv, u32 f_index) argument
465 if (f_index < 32) {
466 reg1 &= ~(1 << (f_index % 32));
469 reg &= ~(1 << (f_index % 32));
480 u32 f_index, u32 rx_queue)
485 offset = f_index / 8;
487 reg &= ~(0xF << (4 * (f_index
479 bcmgenet_hfb_set_filter_rx_queue_mapping(struct bcmgenet_priv *priv, u32 f_index, u32 rx_queue) argument
492 bcmgenet_hfb_set_filter_length(struct bcmgenet_priv *priv, u32 f_index, u32 f_length) argument
528 bcmgenet_hfb_insert_data(struct bcmgenet_priv *priv, u32 f_index, u32 offset, void *val, void *mask, size_t size) argument
689 bcmgenet_hfb_clear_filter(struct bcmgenet_priv *priv, u32 f_index) argument
[all...]
/linux-master/drivers/media/i2c/
H A Dog01a1b.c439 static u64 to_pixel_rate(u32 f_index) argument
441 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * OG01A1B_DATA_LANES;
448 static u64 to_pixels_per_line(u32 hts, u32 f_index) argument
450 u64 ppl = hts * to_pixel_rate(f_index);
H A Dov9734.c347 static u64 to_pixel_rate(u32 f_index) argument
349 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * OV9734_DATA_LANES;
356 static u64 to_pixels_per_line(u32 hts, u32 f_index) argument
358 u64 ppl = hts * to_pixel_rate(f_index);
H A Dov5675.c520 static u64 to_pixel_rate(u32 f_index) argument
522 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * OV5675_DATA_LANES;
529 static u64 to_pixels_per_line(u32 hts, u32 f_index) argument
531 u64 ppl = hts * to_pixel_rate(f_index);
H A Dov08d10.c636 u32 f_index, u8 nlanes)
638 u64 pixel_rate = link_freq_menu[f_index] * 2 * nlanes;
646 u32 f_index, u8 nlanes)
648 u64 ppl = hts * to_rate(link_freq_menu, f_index, nlanes);
635 to_rate(const s64 *link_freq_menu, u32 f_index, u8 nlanes) argument
645 to_pixels_per_line(const s64 *link_freq_menu, u32 hts, u32 f_index, u8 nlanes) argument
H A Dov02a10.c249 static u64 to_pixel_rate(u32 f_index) argument
251 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * OV02A10_DATA_LANES;
H A Dov8856.c1603 u32 f_index, u8 nlanes)
1605 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * nlanes;
1613 u32 f_index, u8 nlanes)
1615 u64 ppl = hts * to_rate(link_freq_menu_items, f_index, nlanes);
1602 to_rate(const s64 *link_freq_menu_items, u32 f_index, u8 nlanes) argument
1612 to_pixels_per_line(const s64 *link_freq_menu_items, u32 hts, u32 f_index, u8 nlanes) argument
H A Dhi556.c646 static u64 to_pixel_rate(u32 f_index) argument
648 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * HI556_DATA_LANES;
H A Dov2740.c549 static u64 to_pixel_rate(u32 f_index) argument
551 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * OV2740_DATA_LANES;
H A Dhi847.c2189 static u64 to_pixel_rate(u32 f_index) argument
2191 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * HI847_DATA_LANES;

Completed in 152 milliseconds