Home
last modified time | relevance | path

Searched refs:index (Results 15401 - 15425 of 24014) sorted by relevance

1...<<611612613614615616617618619620>>...961

/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Dinit.c296 iommu->index, iommu->pci_seg->id, in get_global_efr()
1109 iommu->index); in __copy_device_table()
1794 iommu->index = amd_iommus_present++; in init_iommu_one()
1796 if (unlikely(iommu->index >= MAX_IOMMUS)) { in init_iommu_one()
1802 amd_iommus[iommu->index] = iommu; in init_iommu_one()
1886 iommu->index); in init_iommu_one_late()
2181 amd_iommu_groups, "ivhd%d", iommu->index); in iommu_init_pci()
2242 iommu->index, ret); in amd_iommu_init_pci()
2483 "AMD-Vi%d-Evt", iommu->index); in iommu_setup_intcapxt()
2491 "AMD-Vi%d-PPR", iommu->index); in iommu_setup_intcapxt()
[all...]
/kernel/liteos_a/fs/fat/os_adapt/
H A Dfatfs.c2045 UINT index = 0; in get_oldest_time() local
2050 index = i; in get_oldest_time()
2054 return index; in get_oldest_time()
2061 UINT index = 0; in fscheck() local
2078 index = count; in fscheck()
2088 (void)memcpy_s(&df[index].f_dir, sizeof(DIR), dp, sizeof(DIR)); in fscheck()
2089 (void)memcpy_s(&df[index].fno, sizeof(FILINFO), &fno, sizeof(FILINFO)); in fscheck()
2090 index = get_oldest_time(df, &old_time, CHECK_FILE_NUM); in fscheck()
2093 index = 0; in fscheck()
2094 while (result == FR_OK && index < coun in fscheck()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dadpcm.c54 * http://wiki.multimedia.cx/index.php?title=Category:ADPCM_Audio_Codecs
64 * vagpack & depack http://homepages.compuserve.de/bITmASTER32/psx-index.html [dead]
639 int16_t index = c->step_index; in adpcm_zork_expand_nibble() local
640 uint32_t lookup_sample = ff_adpcm_step_table[index]; in adpcm_zork_expand_nibble()
663 index += zork_index_table[(nibble >> 4) & 7]; in adpcm_zork_expand_nibble()
664 index = av_clip(index, 0, 88); in adpcm_zork_expand_nibble()
667 c->step_index = index; in adpcm_zork_expand_nibble()
1973 int index = byte & 0xf; in adpcm_decode_frame()
1974 int factor1 = afc_coeffs[0][index]; in adpcm_decode_frame()
2048 int index = (byte >> 4) & 7; adpcm_decode_frame() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dhls.c109 int index; member
194 /* every variant contains at least the main Media Playlist in index 0 */
1292 seg->url, seg->url_offset, pls->index); in open_input()
1378 pls->index); in update_init_section()
1450 first_st = pls->main_streams[0]->index; in playlist_needed()
1490 v->index, v->url); in read_data()
1507 v->index); in read_data()
1565 v->index); in read_data()
1590 v->index); in read_data()
1812 av_program_add_stream_index(s, i, stream->index); in add_stream_to_programs()
[all...]
/third_party/backends/backend/
H A Dcoolscan2.c1497 unsigned long index; in sane_read() local
1613 for (index = 0; index < s->logical_width; index++) in sane_read()
1625 (uint8_t *) & (s->line_buf[s->n_colour_out * index + colour]); in sane_read()
1636 (colour + 1) * s->odd_padding + index]; in sane_read()
1644 (colour + 1) * s->odd_padding + index]; in sane_read()
1656 (s->n_colour_out * index + colour)]); in sane_read()
1665 (s->recv_buf[2 * (s->logical_width * (sample_pass * n_colours + colour) + index)] * 256 + in sane_read()
1666 s->recv_buf[2 * (s->logical_width * (sample_pass * n_colours + colour) + index) in sane_read()
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1954 /* Prepare command streams setting pass index to the PERF_CNTRS_REG in tu_CreateDevice()
2135 unsigned index = size_log2 - MIN_SCRATCH_BO_SIZE_LOG2; in tu_get_scratch_bo() local
2136 assert(index < ARRAY_SIZE(dev->scratch_bos)); in tu_get_scratch_bo()
2138 for (unsigned i = index; i < ARRAY_SIZE(dev->scratch_bos); i++) { in tu_get_scratch_bo()
2150 mtx_lock(&dev->scratch_bos[index].construct_mtx); in tu_get_scratch_bo()
2155 if (dev->scratch_bos[index].initialized) { in tu_get_scratch_bo()
2156 mtx_unlock(&dev->scratch_bos[index].construct_mtx); in tu_get_scratch_bo()
2157 *bo = dev->scratch_bos[index].bo; in tu_get_scratch_bo()
2162 VkResult result = tu_bo_init_new(dev, &dev->scratch_bos[index].bo, bo_size, in tu_get_scratch_bo()
2165 mtx_unlock(&dev->scratch_bos[index] in tu_get_scratch_bo()
[all...]
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c515 C) extend corresponding index-chain
887 uint32_t index; in SafeReadBlockLength() local
889 if (!SafeReadSymbol(table, br, &index)) { in SafeReadBlockLength()
893 index = s->block_length_index; in SafeReadBlockLength()
897 uint32_t nbits = _kBrotliPrefixCodeRanges[index].nbits; in SafeReadBlockLength()
898 uint32_t offset = _kBrotliPrefixCodeRanges[index].offset; in SafeReadBlockLength()
900 s->block_length_index = index; in SafeReadBlockLength()
947 int index = v[i]; in InverseMoveToFrontTransform() local
948 uint8_t value = mtf_u8[index]; in InverseMoveToFrontTransform()
953 index in InverseMoveToFrontTransform()
[all...]
/third_party/node/deps/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc458 void get_sib(byte data, int* scale, int* index, int* base) { in get_sib() argument
460 *index = ((data >> 3) & 7) | (rex_x() ? 8 : 0); in get_sib()
527 int scale, index, base; in PrintRightOperandHelper() local
528 get_sib(sib, &scale, &index, &base); in PrintRightOperandHelper()
529 if (index == 4 && (base & 7) == 4 && scale == 0 /*times_1*/) { in PrintRightOperandHelper()
530 // index == rsp means no index. Only use sib byte with no index for in PrintRightOperandHelper()
537 AppendToBuffer("[%s*%d%s0x%x]", NameOfCPURegister(index), 1 << scale, in PrintRightOperandHelper()
540 } else if (index ! in PrintRightOperandHelper()
557 int scale, index, base; PrintRightOperandHelper() local
[all...]
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c515 C) extend corresponding index-chain
887 uint32_t index; in SafeReadBlockLength() local
889 if (!SafeReadSymbol(table, br, &index)) { in SafeReadBlockLength()
893 index = s->block_length_index; in SafeReadBlockLength()
897 uint32_t nbits = _kBrotliPrefixCodeRanges[index].nbits; in SafeReadBlockLength()
898 uint32_t offset = _kBrotliPrefixCodeRanges[index].offset; in SafeReadBlockLength()
900 s->block_length_index = index; in SafeReadBlockLength()
947 int index = v[i]; in InverseMoveToFrontTransform() local
948 uint8_t value = mtf_u8[index]; in InverseMoveToFrontTransform()
953 index in InverseMoveToFrontTransform()
[all...]
/third_party/python/Objects/
H A Dabstract.c172 return type_error("sequence index must " in PyObject_GetItem()
226 type_error("sequence index must be " in PyObject_SetItem()
260 type_error("sequence index must be " in PyObject_DelItem()
495 _Py_add_one_to_index_F(int nd, Py_ssize_t *index, const Py_ssize_t *shape) in _Py_add_one_to_index_F() argument
500 if (index[k] < shape[k]-1) { in _Py_add_one_to_index_F()
501 index[k]++; in _Py_add_one_to_index_F()
505 index[k] = 0; in _Py_add_one_to_index_F()
511 _Py_add_one_to_index_C(int nd, Py_ssize_t *index, const Py_ssize_t *shape) in _Py_add_one_to_index_C() argument
516 if (index[k] < shape[k]-1) { in _Py_add_one_to_index_C()
517 index[ in _Py_add_one_to_index_C()
1702 PyObject *index = _PyNumber_Index(n); PyNumber_ToBase() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp1134 for (GLuint index = 0; index < 8; ++index) in Run()
1136 if (!CheckBinding(index, 0, 0, GL_FALSE, 0, GL_READ_ONLY, GL_R8)) in Run()
1138 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Binding point " << index in Run()
1172 for (GLuint index = 0; index < 8; ++index) in Run()
1175 glGetIntegeri_v(GL_IMAGE_BINDING_NAME, index, &name); in Run()
1179 << tcu::TestLog::Message << "Binding point " << index in Run()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Dpcnet32.c336 static u16 pcnet32_wio_read_csr(unsigned long addr, int index) in pcnet32_wio_read_csr() argument
338 outw(index, addr + PCNET32_WIO_RAP); in pcnet32_wio_read_csr()
342 static void pcnet32_wio_write_csr(unsigned long addr, int index, u16 val) in pcnet32_wio_write_csr() argument
344 outw(index, addr + PCNET32_WIO_RAP); in pcnet32_wio_write_csr()
348 static u16 pcnet32_wio_read_bcr(unsigned long addr, int index) in pcnet32_wio_read_bcr() argument
350 outw(index, addr + PCNET32_WIO_RAP); in pcnet32_wio_read_bcr()
354 static void pcnet32_wio_write_bcr(unsigned long addr, int index, u16 val) in pcnet32_wio_write_bcr() argument
356 outw(index, addr + PCNET32_WIO_RAP); in pcnet32_wio_write_bcr()
391 static u16 pcnet32_dwio_read_csr(unsigned long addr, int index) in pcnet32_dwio_read_csr() argument
393 outl(index, add in pcnet32_dwio_read_csr()
397 pcnet32_dwio_write_csr(unsigned long addr, int index, u16 val) pcnet32_dwio_write_csr() argument
403 pcnet32_dwio_read_bcr(unsigned long addr, int index) pcnet32_dwio_read_bcr() argument
409 pcnet32_dwio_write_bcr(unsigned long addr, int index, u16 val) pcnet32_dwio_write_bcr() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dmain.c419 return attr->index; in mlx4_ib_gid_index_to_real_index()
835 int __mlx4_ib_query_gid(struct ib_device *ibdev, u8 port, int index, in __mlx4_ib_query_gid() argument
864 if (index) { in __mlx4_ib_query_gid()
865 /* For any index > 0, return the null guid */ in __mlx4_ib_query_gid()
874 in_mad->attr_mod = cpu_to_be32(index / 8); in __mlx4_ib_query_gid()
881 memcpy(gid->raw + 8, out_mad->data + (index % 8) * 8, 8); in __mlx4_ib_query_gid()
891 static int mlx4_ib_query_gid(struct ib_device *ibdev, u8 port, int index, in mlx4_ib_query_gid() argument
895 return __mlx4_ib_query_gid(ibdev, port, index, gid, 0); in mlx4_ib_query_gid()
959 int __mlx4_ib_query_pkey(struct ib_device *ibdev, u8 port, u16 index, in __mlx4_ib_query_pkey() argument
974 in_mad->attr_mod = cpu_to_be32(index / 3 in __mlx4_ib_query_pkey()
992 mlx4_ib_query_pkey(struct ib_device *ibdev, u8 port, u16 index, u16 *pkey) mlx4_ib_query_pkey() argument
2115 mlx4_ib_get_hw_stats(struct ib_device *ibdev, struct rdma_hw_stats *stats, u8 port, int index) mlx4_ib_get_hw_stats() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c778 u8 index = 0; in _rtl92ee_get_rate_section_index() local
783 index = 0; in _rtl92ee_get_rate_section_index()
787 index = 1; in _rtl92ee_get_rate_section_index()
791 index = 2; in _rtl92ee_get_rate_section_index()
794 index = 3; in _rtl92ee_get_rate_section_index()
798 index = 4; in _rtl92ee_get_rate_section_index()
802 index = 5; in _rtl92ee_get_rate_section_index()
806 index = 6; in _rtl92ee_get_rate_section_index()
810 index = 7; in _rtl92ee_get_rate_section_index()
815 index in _rtl92ee_get_rate_section_index()
1221 u8 index = (channel - 1); _rtl92ee_get_txpower_index() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsd.c3325 * @index: index of the disk to format name for
3336 * index shifted -1 after each digit is computed.
3344 static int sd_format_disk_name(char *prefix, int index, char *buf, int buflen) in sd_format_disk_name() argument
3358 *--p = 'a' + (index % unit); in sd_format_disk_name()
3359 index = (index / unit) - 1; in sd_format_disk_name()
3360 } while (index >= 0); in sd_format_disk_name()
3391 int index; in sd_probe() local
3418 index in sd_probe()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c633 /* wep default key has not been set, so use this key index as default key. */ in rtw_cfg80211_ap_set_encryption()
899 /* wep default key has not been set, so use this key index as default key. */ in rtw_cfg80211_set_encryption()
990 /* DBG_871X("BIP key_len =%d , index =%d @@@@@@@@@@@@@@@@@@\n", param->u.crypt.key_len, param->u.crypt.idx); */ in rtw_cfg80211_set_encryption()
2285 u8 index, blInserted = false; in cfg80211_rtw_set_pmksa() local
2300 for (index = 0 ; index < NUM_PMKID_CACHE; index++) in cfg80211_rtw_set_pmksa()
2302 if (!memcmp(psecuritypriv->PMKIDList[index].Bssid, (u8 *)pmksa->bssid, ETH_ALEN)) in cfg80211_rtw_set_pmksa()
2306 memcpy(psecuritypriv->PMKIDList[index].PMKID, (u8 *)pmksa->pmkid, WLAN_PMKID_LEN); in cfg80211_rtw_set_pmksa()
2307 psecuritypriv->PMKIDList[index] in cfg80211_rtw_set_pmksa()
2338 u8 index, bMatched = false; cfg80211_rtw_del_pmksa() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Doxu210hp-hcd.c847 static int check_reset_complete(struct oxu_hcd *oxu, int index, in check_reset_complete() argument
851 oxu->reset_done[index] = 0; in check_reset_complete()
858 index+1); in check_reset_complete()
861 oxu_dbg(oxu, "port %d high speed\n", index + 1); in check_reset_complete()
961 int index; in oxu_buf_free() local
965 index = (qtd->buffer - (void *) &oxu->mem->db_pool[0]) in oxu_buf_free()
967 oxu->db_used[index] = 0; in oxu_buf_free()
987 int index; in oxu_qtd_free() local
994 index = qtd - &oxu->mem->qtd_pool[0]; in oxu_qtd_free()
995 oxu->qtd_used[index] in oxu_qtd_free()
1032 int index; oxu_qh_free() local
1108 int index; oxu_murb_free() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Dsor.c411 unsigned int index; member
540 static int tegra_clk_sor_pad_set_parent(struct clk_hw *hw, u8 index) in tegra_clk_sor_pad_set_parent() argument
549 switch (index) { in tegra_clk_sor_pad_set_parent()
608 init.parent_names = tegra_clk_sor_pad_parents[sor->index]; in tegra_clk_sor_pad_register()
609 init.num_parents = ARRAY_SIZE(tegra_clk_sor_pad_parents[sor->index]); in tegra_clk_sor_pad_register()
2230 value &= ~SOR_ENABLE(sor->index); in tegra_sor_hdmi_disable()
2627 value |= SOR_ENABLE(sor->index); in tegra_sor_hdmi_enable()
2632 value = tegra_dc_readl(dc, DC_DISP_CORE_SOR_SET_CONTROL(sor->index)); in tegra_sor_hdmi_enable()
2635 tegra_dc_writel(dc, value, DC_DISP_CORE_SOR_SET_CONTROL(sor->index)); in tegra_sor_hdmi_enable()
2684 value &= ~SOR_ENABLE(sor->index); in tegra_sor_dp_disable()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H A Dpcnet32.c336 static u16 pcnet32_wio_read_csr(unsigned long addr, int index) in pcnet32_wio_read_csr() argument
338 outw(index, addr + PCNET32_WIO_RAP); in pcnet32_wio_read_csr()
342 static void pcnet32_wio_write_csr(unsigned long addr, int index, u16 val) in pcnet32_wio_write_csr() argument
344 outw(index, addr + PCNET32_WIO_RAP); in pcnet32_wio_write_csr()
348 static u16 pcnet32_wio_read_bcr(unsigned long addr, int index) in pcnet32_wio_read_bcr() argument
350 outw(index, addr + PCNET32_WIO_RAP); in pcnet32_wio_read_bcr()
354 static void pcnet32_wio_write_bcr(unsigned long addr, int index, u16 val) in pcnet32_wio_write_bcr() argument
356 outw(index, addr + PCNET32_WIO_RAP); in pcnet32_wio_write_bcr()
391 static u16 pcnet32_dwio_read_csr(unsigned long addr, int index) in pcnet32_dwio_read_csr() argument
393 outl(index, add in pcnet32_dwio_read_csr()
397 pcnet32_dwio_write_csr(unsigned long addr, int index, u16 val) pcnet32_dwio_write_csr() argument
403 pcnet32_dwio_read_bcr(unsigned long addr, int index) pcnet32_dwio_read_bcr() argument
409 pcnet32_dwio_write_bcr(unsigned long addr, int index, u16 val) pcnet32_dwio_write_bcr() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsd.c1161 * descriptor index to use. Return 0 (no limit) otherwise.
3586 * @index: index of the disk to format name for
3597 * index shifted -1 after each digit is computed.
3605 static int sd_format_disk_name(char *prefix, int index, char *buf, int buflen) in sd_format_disk_name() argument
3619 *--p = 'a' + (index % unit); in sd_format_disk_name()
3620 index = (index / unit) - 1; in sd_format_disk_name()
3621 } while (index >= 0); in sd_format_disk_name()
3652 int index; in sd_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Doxu210hp-hcd.c847 static int check_reset_complete(struct oxu_hcd *oxu, int index, in check_reset_complete() argument
851 oxu->reset_done[index] = 0; in check_reset_complete()
858 index+1); in check_reset_complete()
861 oxu_dbg(oxu, "port %d high speed\n", index + 1); in check_reset_complete()
961 int index; in oxu_buf_free() local
965 index = (qtd->buffer - (void *) &oxu->mem->db_pool[0]) in oxu_buf_free()
967 oxu->db_used[index] = 0; in oxu_buf_free()
987 int index; in oxu_qtd_free() local
994 index = qtd - &oxu->mem->qtd_pool[0]; in oxu_qtd_free()
995 oxu->qtd_used[index] in oxu_qtd_free()
1032 int index; oxu_qh_free() local
1108 int index; oxu_murb_free() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c778 u8 index = 0; in _rtl92ee_get_rate_section_index() local
783 index = 0; in _rtl92ee_get_rate_section_index()
787 index = 1; in _rtl92ee_get_rate_section_index()
791 index = 2; in _rtl92ee_get_rate_section_index()
794 index = 3; in _rtl92ee_get_rate_section_index()
798 index = 4; in _rtl92ee_get_rate_section_index()
802 index = 5; in _rtl92ee_get_rate_section_index()
806 index = 6; in _rtl92ee_get_rate_section_index()
810 index = 7; in _rtl92ee_get_rate_section_index()
815 index in _rtl92ee_get_rate_section_index()
1221 u8 index = (channel - 1); _rtl92ee_get_txpower_index() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c2198 u32 index; in rtw89_debug_mac_dbg_port_sel() local
2486 index = sel - RTW89_DBG_PORT_SEL_DSPT_HDT_TX0; in rtw89_debug_mac_dbg_port_sel()
2490 B_AX_DISPATCHER_CH_SEL_MASK, index); in rtw89_debug_mac_dbg_port_sel()
2491 seq_printf(m, "Enable Dispatcher hdt tx%x dump.\n", index); in rtw89_debug_mac_dbg_port_sel()
2522 index = sel + 9 - RTW89_DBG_PORT_SEL_DSPT_HDT_TX9; in rtw89_debug_mac_dbg_port_sel()
2526 B_AX_DISPATCHER_CH_SEL_MASK, index); in rtw89_debug_mac_dbg_port_sel()
2527 seq_printf(m, "Enable Dispatcher hdt tx%x dump.\n", index); in rtw89_debug_mac_dbg_port_sel()
2574 index = sel + 5 - RTW89_DBG_PORT_SEL_DSPT_CDT_TX5; in rtw89_debug_mac_dbg_port_sel()
2578 B_AX_DISPATCHER_CH_SEL_MASK, index); in rtw89_debug_mac_dbg_port_sel()
2579 seq_printf(m, "Enable Dispatcher cdt tx%x dump.\n", index); in rtw89_debug_mac_dbg_port_sel()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Dmain.c417 return attr->index; in mlx4_ib_gid_index_to_real_index()
833 int __mlx4_ib_query_gid(struct ib_device *ibdev, u32 port, int index, in __mlx4_ib_query_gid() argument
862 if (index) { in __mlx4_ib_query_gid()
863 /* For any index > 0, return the null guid */ in __mlx4_ib_query_gid()
872 in_mad->attr_mod = cpu_to_be32(index / 8); in __mlx4_ib_query_gid()
879 memcpy(gid->raw + 8, out_mad->data + (index % 8) * 8, 8); in __mlx4_ib_query_gid()
889 static int mlx4_ib_query_gid(struct ib_device *ibdev, u32 port, int index, in mlx4_ib_query_gid() argument
893 return __mlx4_ib_query_gid(ibdev, port, index, gid, 0); in mlx4_ib_query_gid()
958 int __mlx4_ib_query_pkey(struct ib_device *ibdev, u32 port, u16 index, in __mlx4_ib_query_pkey() argument
973 in_mad->attr_mod = cpu_to_be32(index / 3 in __mlx4_ib_query_pkey()
991 mlx4_ib_query_pkey(struct ib_device *ibdev, u32 port, u16 index, u16 *pkey) mlx4_ib_query_pkey() argument
2122 mlx4_ib_get_hw_stats(struct ib_device *ibdev, struct rdma_hw_stats *stats, u32 port, int index) mlx4_ib_get_hw_stats() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Dsor.c411 unsigned int index; member
540 static int tegra_clk_sor_pad_set_parent(struct clk_hw *hw, u8 index) in tegra_clk_sor_pad_set_parent() argument
549 switch (index) { in tegra_clk_sor_pad_set_parent()
609 init.parent_names = tegra_clk_sor_pad_parents[sor->index]; in tegra_clk_sor_pad_register()
610 init.num_parents = ARRAY_SIZE(tegra_clk_sor_pad_parents[sor->index]); in tegra_clk_sor_pad_register()
2226 value &= ~SOR_ENABLE(sor->index); in tegra_sor_hdmi_disable()
2623 value |= SOR_ENABLE(sor->index); in tegra_sor_hdmi_enable()
2628 value = tegra_dc_readl(dc, DC_DISP_CORE_SOR_SET_CONTROL(sor->index)); in tegra_sor_hdmi_enable()
2631 tegra_dc_writel(dc, value, DC_DISP_CORE_SOR_SET_CONTROL(sor->index)); in tegra_sor_hdmi_enable()
2680 value &= ~SOR_ENABLE(sor->index); in tegra_sor_dp_disable()
[all...]

Completed in 93 milliseconds

1...<<611612613614615616617618619620>>...961