/Linux-v6.1/Documentation/driver-api/media/drivers/ |
D | saa7134-devel.rst | 45 - nc MDT2005 PA0 pin 17 strap low 46 - GP17 Strap "GP7"=High 47 - GP16 Strap "GP6"=High 56 - GP12 Strap "GP5" = High 57 - GP11 Strap "GP4" = High 58 - GP10 Strap "GP3" = High 59 - GP09 Strap "GP2" = Low 60 - GP08 Strap "GP1" = Low
|
/Linux-v6.1/drivers/phy/broadcom/ |
D | phy-bcm-sr-pcie.c | 59 * @pipemux: pipemuex strap 74 * Each array index represents a PIPEMUX strap setting 110 * Return true if the strap setting is valid 118 * Read the PCIe PIPEMUX from strap 127 * In the case when the value indicates using HW strap, fall back to in pipemux_strap_read() 128 * use HW strap in pipemux_strap_read() 142 * Given a PIPEMUX strap and PCIe core index, this function returns true if the 244 /* read the PCIe PIPEMUX strap setting */ in sr_pcie_phy_probe() 247 dev_err(core->dev, "invalid PCIe PIPEMUX strap %u\n", in sr_pcie_phy_probe()
|
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | ramcfg.c | 54 u8 strap = nvbios_ramcfg_strap(subdev); in nvbios_ramcfg_index() local 69 nvbios_M0203Em(bios, strap, &ver, &hdr, &M0203E)) in nvbios_ramcfg_index() 76 strap = nvbios_rd08(bios, xlat + strap); in nvbios_ramcfg_index() 77 return strap; in nvbios_ramcfg_index()
|
D | M0203.c | 93 info->strap = (nvbios_rd08(bios, data + 0x00) & 0xf0) >> 4; in nvbios_M0203Ep() 119 if (info->strap != ramcfg) in nvbios_M0203Em()
|
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | nv05.c | 53 u8 strap, ramcfg[2]; in nv05_devinit_meminit() local 63 strap = (nvkm_rd32(device, 0x101000) & 0x0000003c) >> 2; in nv05_devinit_meminit() 65 ramcfg[0] = nvbios_rd08(bios, data + 2 * strap + 0); in nv05_devinit_meminit() 66 ramcfg[1] = nvbios_rd08(bios, data + 2 * strap + 1); in nv05_devinit_meminit() 68 ramcfg[0] = default_config_tab[strap][0]; in nv05_devinit_meminit() 69 ramcfg[1] = default_config_tab[strap][1]; in nv05_devinit_meminit()
|
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | brcm,ns2-drd-phy.txt | 11 usb2-strap - for port over current polarity reversal 27 "crmu-ctrl", "usb2-strap";
|
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramgf100.c | 136 u8 ver, cnt, len, strap; in gf100_ram_calc() local 155 strap = nvbios_ramcfg_index(subdev); in gf100_ram_calc() 156 if (strap >= cnt) { in gf100_ram_calc() 157 nvkm_error(subdev, "invalid ramcfg strap\n"); in gf100_ram_calc() 161 ramcfg.data = rammap.data + rammap.size + (strap * ramcfg.size); in gf100_ram_calc() 168 strap = nvbios_rd08(bios, ramcfg.data + 0x01); in gf100_ram_calc() 169 if (strap != 0xff) { in gf100_ram_calc() 170 timing.data = nvbios_timingEe(bios, strap, &ver, &timing.size, in gf100_ram_calc()
|
D | ramnv50.c | 227 u8 ver, hdr, cnt, len, strap, size; in nv50_ram_calc() local 253 strap = nvbios_ramcfg_index(subdev); in nv50_ram_calc() 254 if (strap >= cnt) { in nv50_ram_calc() 255 nvkm_error(subdev, "invalid ramcfg strap\n"); in nv50_ram_calc() 259 data = nvbios_rammapSp_from_perf(bios, data + hdr, size, strap, in nv50_ram_calc() 273 strap, data, ver, hdr); in nv50_ram_calc()
|
D | ramgt215.c | 503 u8 ver, hdr, cnt, len, strap; in gt215_ram_calc() local 527 strap = nvbios_ramcfg_index(subdev); in gt215_ram_calc() 528 if (strap >= cnt) { in gt215_ram_calc() 529 nvkm_error(subdev, "invalid ramcfg strap\n"); in gt215_ram_calc() 533 data = nvbios_rammapSp(bios, data, ver, hdr, cnt, len, strap, in gt215_ram_calc()
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | dra72-evm-revc.dts | 108 ti,dp83867-rxctrl-strap-quirk; 119 ti,dp83867-rxctrl-strap-quirk;
|
D | dra71-evm.dts | 250 ti,dp83867-rxctrl-strap-quirk; 259 ti,dp83867-rxctrl-strap-quirk;
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | adi,ssm2602.txt | 4 the selection is made by the MODE strap-in pin.
|
/Linux-v6.1/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | M0203.h | 24 u8 strap; member
|
/Linux-v6.1/arch/arm64/boot/dts/xilinx/ |
D | zynqmp-zcu102-revB.dts | 24 ti,dp83867-rxctrl-strap-quirk;
|
/Linux-v6.1/drivers/gpio/ |
D | gpio-ts5500.c | 36 bool strap; member 271 /* As this pin is input-only, we may strap it to another in/out pin */ in ts5500_gpio_to_irq() 272 if (priv->strap) in ts5500_gpio_to_irq()
|
/Linux-v6.1/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 326 * The fp strap is normally dictated by the "User Strap" in in get_fp_strap() 328 * Internal_Flags struct at 0x48 is set, the user strap gets overriden in get_fp_strap() 330 * strap has been committed to CR58 for CR57=0xf on head A, which may be in get_fp_strap() 427 /* nv4x cards need both a strap value and fpindex of 0xf to use DDC */ in parse_fp_mode_table() 432 * If either the strap or xlated fpindex value are 0xf there is no in parse_fp_mode_table() 433 * panel using a strap-derived bios mode present. this condition in parse_fp_mode_table() 506 * indexed by a separate xlat table, indexed in turn by the fp strap in in nouveau_bios_parse_lvds_table() 514 * indexed by the FP strap nibble in EXTDEV_BOOT, and each record has in nouveau_bios_parse_lvds_table() 563 * an fp strap of the match index (or 0xf if none) in nouveau_bios_parse_lvds_table() 853 * offset + 0 (16 bits): LVDS strap xlate table pointer in parse_bit_lvds_tbl_entry() [all …]
|
/Linux-v6.1/drivers/net/phy/ |
D | uPD60620.c | 28 /* Enable support for passive HUBs (could be a strap option) */ in upd60620_config_init()
|
/Linux-v6.1/drivers/mtd/nand/raw/brcmnand/ |
D | brcmnand.h | 52 * MIPS endianness is configured by boot strap, which also reverses all in brcmnand_readl()
|
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/ |
D | tpo,tpg110.yaml | 27 If some electrical strap or alternate resolution is desired,
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | ti,dp83822.yaml | 44 Fiber mode support can also be strapped. If the strap pin is not set
|
/Linux-v6.1/drivers/net/ethernet/micrel/ |
D | ks8851_par.c | 98 * If the endian strap on the KS8851-16MLL in incorrect and the chip in ks_check_endian() 122 netdev_err(ks->netdev, "incorrect EESK endian strap setting\n"); in ks_check_endian()
|
/Linux-v6.1/sound/soc/codecs/ |
D | wm8782.c | 4 * simple, strap-pin configured 24bit 2ch ADC
|
D | rt1019.h | 39 /* 0x0019 Power On Strap Control-2 */
|
/Linux-v6.1/arch/parisc/kernel/ |
D | smp.c | 309 * Do what start_kernel() and main() do for boot strap processor (aka monarch) 364 ** boot strap code needs to know the task address since in smp_boot_one_cpu()
|
/Linux-v6.1/drivers/pinctrl/aspeed/ |
D | pinmux-aspeed.h | 51 * E19 GPIOB4 LPCRST# SCU80[12]=1 | Strap[14]=1 GPIOB4 56 * bit in the STRAP register. The ACPI bit configures signals on pins in 62 … SCU80[25]=1 SIOPBI# SCUA4[12]=1 | Strap[19]=0 … 135 …* A12 RGMII1TXCK GPIOT0 SCUA0[0]=1 RMII1TXEN Strap[6]=0 RGMII1TX… 136 …* B12 RGMII1TXCTL GPIOT1 SCUA0[1]=1 – Strap[6]=0 RGMII1TX…
|