Searched refs:f_index (Results 1 – 13 of 13) sorted by relevance
| /drivers/net/ethernet/broadcom/genet/ |
| A D | bcmgenet.c | 455 reg |= (1 << (f_index % 32)); in bcmgenet_hfb_enable_filter() 477 if (f_index < 32) { in bcmgenet_hfb_disable_filter() 478 reg1 &= ~(1 << (f_index % 32)); in bcmgenet_hfb_disable_filter() 481 reg &= ~(1 << (f_index % 32)); in bcmgenet_hfb_disable_filter() 493 u32 f_index, u32 rx_queue) in bcmgenet_hfb_set_filter_rx_queue_mapping() argument 501 offset = f_index / 8; in bcmgenet_hfb_set_filter_rx_queue_mapping() 503 reg &= ~(0xF << (4 * (f_index % 8))); in bcmgenet_hfb_set_filter_rx_queue_mapping() 504 reg |= ((rx_queue & 0xF) << (4 * (f_index % 8))); in bcmgenet_hfb_set_filter_rx_queue_mapping() 509 u32 f_index, u32 f_length) in bcmgenet_hfb_set_filter_length() argument 522 reg &= ~(0xFF << (8 * (f_index % 4))); in bcmgenet_hfb_set_filter_length() [all …]
|
| /drivers/media/i2c/ |
| A D | ov9734.c | 347 static u64 to_pixel_rate(u32 f_index) in to_pixel_rate() argument 349 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * OV9734_DATA_LANES; in to_pixel_rate() 356 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 358 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line()
|
| A D | ov02e10.c | 260 static u64 to_pixel_rate(u32 f_index) in to_pixel_rate() argument 262 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * OV02E10_DATA_LANES; in to_pixel_rate() 269 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 271 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line()
|
| A D | og01a1b.c | 448 static u64 to_pixel_rate(u32 f_index) in to_pixel_rate() argument 450 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * OG01A1B_DATA_LANES; in to_pixel_rate() 457 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 459 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line()
|
| A D | ov08d10.c | 636 u32 f_index, u8 nlanes) in to_rate() argument 638 u64 pixel_rate = link_freq_menu[f_index] * 2 * nlanes; in to_rate() 646 u32 f_index, u8 nlanes) in to_pixels_per_line() argument 648 u64 ppl = hts * to_rate(link_freq_menu, f_index, nlanes); in to_pixels_per_line()
|
| A D | ov5675.c | 520 static u64 to_pixel_rate(u32 f_index) in to_pixel_rate() argument 522 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * OV5675_DATA_LANES; in to_pixel_rate() 529 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 531 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line()
|
| A D | ov8856.c | 1603 u32 f_index, u8 nlanes) in to_rate() argument 1605 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * nlanes; in to_rate() 1613 u32 f_index, u8 nlanes) in to_pixels_per_line() argument 1615 u64 ppl = hts * to_rate(link_freq_menu_items, f_index, nlanes); in to_pixels_per_line()
|
| A D | ov02a10.c | 249 static u64 to_pixel_rate(u32 f_index) in to_pixel_rate() argument 251 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * OV02A10_DATA_LANES; in to_pixel_rate()
|
| A D | hi847.c | 2189 static u64 to_pixel_rate(u32 f_index) in to_pixel_rate() argument 2191 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * HI847_DATA_LANES; in to_pixel_rate()
|
| A D | hi556.c | 660 static u64 to_pixel_rate(u32 f_index) in to_pixel_rate() argument 662 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * HI556_DATA_LANES; in to_pixel_rate()
|
| A D | ov2740.c | 558 static u64 to_pixel_rate(u32 f_index) in to_pixel_rate() argument 560 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * OV2740_DATA_LANES; in to_pixel_rate()
|
| A D | gc05a2.c | 1116 static u64 gc05a2_to_pixel_rate(u32 f_index) in gc05a2_to_pixel_rate() argument 1119 gc05a2_link_freq_menu_items[f_index] * 2 * GC05A2_DATA_LANES; in gc05a2_to_pixel_rate()
|
| A D | gc08a3.c | 1060 static u64 gc08a3_to_pixel_rate(u32 f_index) in gc08a3_to_pixel_rate() argument 1063 gc08a3_link_freq_menu_items[f_index] * 2 * GC08A3_DATA_LANES; in gc08a3_to_pixel_rate()
|
Completed in 55 milliseconds