/linux-6.12.1/arch/mips/kernel/ |
D | mips-mt.c | 116 * Configure ITC mapping. This code is very in mips_mt_set_cpuoptions() 118 * a special mode bit ("ITC") in the ErrCtl in mips_mt_set_cpuoptions() 119 * register to enable access to ITC control in mips_mt_set_cpuoptions() 136 /* Set for 128 byte pitch of ITC cells */ in mips_mt_set_cpuoptions() 143 /* Now set base address, and turn ITC on with 0x1 bit */ in mips_mt_set_cpuoptions() 150 printk("Mapped %ld ITC cells starting at 0x%08x\n", in mips_mt_set_cpuoptions()
|
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | sharedbuffer.sh | 64 local itc=$1; shift 70 | jq -e ".[][][\"itc\"][\"$itc\"][\"max\"]")
|
/linux-6.12.1/drivers/watchdog/ |
D | mixcomwd.c | 6 * Author: Gergely Madarasz <gorgo@itc.hu> 8 * Copyright (c) 1999 ITConsult-Pro Co. <info@itc.hu> 309 MODULE_AUTHOR("Gergely Madarasz <gorgo@itc.hu>");
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | chipidea,usb2-common.yaml | 45 itc-setting: 48 aligned with ITC bits at register USBCMD.
|
D | ci-hdrc-usb2.yaml | 105 itc-setting = <0x4>; /* 4 micro-frames */
|
/linux-6.12.1/drivers/gpu/drm/amd/display/include/ |
D | set_mode_types.h | 74 uint8_t ITC:1; member
|
/linux-6.12.1/drivers/misc/ |
D | pch_phub.c | 47 /* CM-iTC */ 727 /* quirk for CM-iTC board */ in pch_phub_probe() 729 if (board_name && strstr(board_name, "CM-iTC")) in pch_phub_probe()
|
/linux-6.12.1/drivers/media/i2c/ |
D | adv7511-v4l2.c | 391 u8 itc, cn; in adv7511_s_ctrl() local 394 itc = state->content_type != V4L2_DV_IT_CONTENT_TYPE_NO_ITC; in adv7511_s_ctrl() 395 cn = itc ? state->content_type : V4L2_DV_IT_CONTENT_TYPE_GRAPHICS; in adv7511_s_ctrl() 396 adv7511_wr_and_or(sd, 0x57, 0x7f, itc << 7); in adv7511_s_ctrl() 1277 u8 itc = state->content_type != V4L2_DV_IT_CONTENT_TYPE_NO_ITC; in adv7511_set_fmt() local 1278 u8 cn = itc ? state->content_type : V4L2_DV_IT_CONTENT_TYPE_GRAPHICS; in adv7511_set_fmt() 1392 adv7511_wr_and_or(sd, 0x57, 0x83, (ec << 4) | (q << 2) | (itc << 7)); in adv7511_set_fmt()
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | bttv.rst | 1392 - ITC PCITV (Card Ver 1.0) "Teppro TV1/TVFM1 Card" 1393 - ITC PCITV (Card Ver 2.0) 1394 - ITC PCITV (Card Ver 3.0) = "PV-BT878P+ (REV.9D)" 1395 - ITC PCITV (Card Ver 4.0) 1397 - ITC DSTTV (bt878, satellite) 1398 - ITC VideoMaker (saa7146, StreamMachine sm2110, tvtuner) "PV-SM2210P+ (REV:1C)"
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-dv.rst | 120 - No IT Content information is available and the ITC bit in the AVI
|
/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi5_core.c | 372 unsigned int itc, ec, q, sc; in hdmi_core_write_avi_infoframe() local 392 itc = (ptr[2] >> 7) & 0x1; in hdmi_core_write_avi_infoframe() 410 (itc << 7) | (ec << 4) | (q << 2) | (sc << 0)); in hdmi_core_write_avi_infoframe()
|
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi5_core.c | 414 unsigned itc, ec, q, sc; in hdmi_core_write_avi_infoframe() local 434 itc = (ptr[2] >> 7) & 0x1; in hdmi_core_write_avi_infoframe() 452 (itc << 7) | (ec << 4) | (q << 2) | (sc << 0)); in hdmi_core_write_avi_infoframe()
|
/linux-6.12.1/drivers/gpu/drm/display/ |
D | drm_hdmi_helper.c | 195 frame->itc = conn_state->content_type != DRM_MODE_CONTENT_TYPE_NO_DATA; in drm_hdmi_avi_infoframe_content_type()
|
/linux-6.12.1/include/linux/ |
D | hdmi.h | 182 bool itc; member
|
/linux-6.12.1/drivers/video/ |
D | hdmi.c | 160 if (frame->itc) in hdmi_avi_infoframe_pack_only() 1255 hdmi_log(" itc: %s\n", frame->itc ? "IT Content" : "No Data"); in hdmi_avi_infoframe_log() 1627 frame->itc = ptr[2] & 0x80 ? true : false; in hdmi_avi_infoframe_unpack()
|
/linux-6.12.1/drivers/net/wireless/ath/wil6210/ |
D | txrx.h | 254 * bit 15 : ITC - Directs the HW to Insert TCP/UDP Checksum
|
/linux-6.12.1/drivers/tty/serial/ |
D | pch_uart.c | 352 .ident = "CM-iTC", 354 DMI_MATCH(DMI_BOARD_NAME, "CM-iTC"),
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_resource.c | 4251 hdmi_info.bits.ITC = 1; in set_avi_info_frame() 4255 hdmi_info.bits.ITC = 1; in set_avi_info_frame() 4259 hdmi_info.bits.ITC = 1; in set_avi_info_frame() 4263 hdmi_info.bits.ITC = 1; in set_avi_info_frame() 4267 hdmi_info.bits.ITC = 1; in set_avi_info_frame()
|
/linux-6.12.1/arch/sparc/kernel/ |
D | smp_64.c | 209 long lat; /* estimate of itc adjustment latency */ in smp_synchronize_tick_client()
|
/linux-6.12.1/drivers/usb/chipidea/ |
D | core.c | 733 of_property_read_u32(dev->of_node, "itc-setting", in ci_get_platdata()
|
/linux-6.12.1/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi.c | 1852 if (frame.itc) in hdmi_config_AVI()
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/snowridgex/ |
D | uncore-io.json | 2923 "BriefDescription": "Number requests sent to PCIe from main die : From ITC", 2926 "EventName": "UNC_IIO_NUM_REQ_FROM_CPU.ITC", 2931 "PublicDescription": "Number requests sent to PCIe from main die : From ITC : Confined P2P", 3069 "BriefDescription": "ITC address map 1",
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/icelakex/ |
D | uncore-io.json | 2892 "BriefDescription": "Number requests sent to PCIe from main die : From ITC", 2895 "EventName": "UNC_IIO_NUM_REQ_FROM_CPU.ITC", 2900 "PublicDescription": "Number requests sent to PCIe from main die : From ITC : Confined P2P", 3038 "BriefDescription": "ITC address map 1",
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/emeraldrapids/ |
D | uncore-io.json | 1907 "BriefDescription": "ITC address map 1",
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
D | uncore-io.json | 1907 "BriefDescription": "ITC address map 1",
|