Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/dwc/
H A Ddwc-i2s.c498 u32 comp1 = i2s_read_reg(dev->i2s_base, dev->i2s_reg_comp1); in dw_configure_dai() local
500 u32 fifo_depth = 1 << (1 + COMP1_FIFO_DEPTH_GLOBAL(comp1)); in dw_configure_dai()
505 comp1 = comp1 & ~BIT(5); in dw_configure_dai()
509 comp1 = comp1 & ~BIT(6); in dw_configure_dai()
511 if (COMP1_TX_ENABLED(comp1)) { in dw_configure_dai()
513 idx = COMP1_TX_WORDSIZE_0(comp1); in dw_configure_dai()
520 1 << (COMP1_TX_CHANNELS(comp1) + 1); in dw_configure_dai()
525 if (COMP1_RX_ENABLED(comp1)) { in dw_configure_dai()
534 1 << (COMP1_RX_CHANNELS(comp1) + 1); in dw_configure_dai()
539 if (COMP1_MODE_EN(comp1)) { in dw_configure_dai()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dseam_finders.hpp194 bool getSeamTips(int comp1, int comp2, Point &p1, Point &p2);
205 int comp1, int comp2, const std::vector<Point> &seam, bool isHorizontalSeam);
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/
H A Ddrvfbi.c477 static int is_equal_num(char comp1[], char comp2[], int num) in is_equal_num() argument
482 if (comp1[i] != comp2[i]) in is_equal_num()