Home
last modified time | relevance | path

Searched refs:tl2 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dseam_finders.hpp179 const Mat &image1, const Mat &image2, Point tl1, Point tl2, Mat &mask1, Mat &mask2);
186 const Mat &image1, const Mat &image2, Point tl1, Point tl2, Mat &mask1, Mat &mask2);
197 const Mat &image1, const Mat &image2, Point tl1, Point tl2,
201 const Mat &image1, const Mat &image2, Point tl1, Point tl2, int comp,
H A Dutil.hpp103 CV_EXPORTS bool overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c616 u32 tl2, tl3, tl4; in nic_tx_channel_cfg() local
678 tl2 = tl3 >> 2; in nic_tx_channel_cfg()
679 nic_reg_write(nic, NIC_PF_TL3A_0_63_CFG | (tl2 << 3), tl2); in nic_tx_channel_cfg()
680 nic_reg_write(nic, NIC_PF_TL2_0_63_CFG | (tl2 << 3), rr_quantum); in nic_tx_channel_cfg()
682 nic_reg_write(nic, NIC_PF_TL2_0_63_PRI | (tl2 << 3), 0x00); in nic_tx_channel_cfg()
691 nic_reg_write(nic, NIC_PF_TL2_LMAC | (tl2 << 3), in nic_tx_channel_cfg()