Home
last modified time | relevance | path

Searched full:strap (Results 1 – 25 of 125) sorted by relevance

12345

/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dsaa7134-devel.rst45 - 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
/OK3568_Linux_fs/kernel/drivers/phy/broadcom/
H A Dphy-bcm-sr-pcie.c59 * @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
247 /* read the PCIe PIPEMUX strap setting */ in sr_pcie_phy_probe()
250 dev_err(core->dev, "invalid PCIe PIPEMUX strap %u\n", in sr_pcie_phy_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dramcfg.c54 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()
H A DM0203.c93 info->strap = (nvbios_rd08(bios, data + 0x00) & 0xf0) >> 4; in nvbios_M0203Ep()
119 if (info->strap != ramcfg) in nvbios_M0203Em()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv05.c53 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_usb.c49 /** 32-bit strap setting */
50 t_u32 strap; member
580 ack_pkt.strap = woal_le32_to_cpu(ack_pkt.strap); in woal_check_chip_revision()
586 PRINTM(MINFO, "chip_rev=0x%x, strap=0x%x\n", in woal_check_chip_revision()
587 *usb_chip_rev, ack_pkt.strap); in woal_check_chip_revision()
588 *usb_strap = ack_pkt.strap & 0x7; in woal_check_chip_revision()
1972 t_u32 strap = 0; in woal_usb_get_fw_name() local
1991 ret = woal_check_chip_revision(handle, &revision_id, &strap); in woal_usb_get_fw_name()
1997 PRINTM(MCMND, "revision=0x%x, strap=0x%x\n", revision_id, strap); in woal_usb_get_fw_name()
2002 if (strap == CARD_TYPE_USB_UART) in woal_usb_get_fw_name()
[all …]
H A Dmoal_pcie.c2425 t_u32 strap = 0; in woal_pcie_get_fw_name() local
2455 woal_pcie_read_reg(handle, host_strap_reg, &strap); in woal_pcie_get_fw_name()
2458 strap &= 0x7; in woal_pcie_get_fw_name()
2460 PRINTM(MCMND, "magic=0x%x, strap=0x%x, revision_id=0x%x\n", in woal_pcie_get_fw_name()
2461 magic, strap, revision_id); in woal_pcie_get_fw_name()
2464 if (strap == CARD_TYPE_PCIE_UART) in woal_pcie_get_fw_name()
2477 woal_pcie_read_reg(handle, host_strap_reg, &strap); in woal_pcie_get_fw_name()
2480 strap &= 0x7; in woal_pcie_get_fw_name()
2483 "magic=0x%x, strap=0x%x, revision_id=0x%x\n", in woal_pcie_get_fw_name()
2484 magic, strap, revision_id); in woal_pcie_get_fw_name()
[all …]
H A Dmoal_sdio_mmc.c1372 t_u32 strap = 0; in woal_sdiommc_get_fw_name() local
1393 woal_sdiommc_read_reg(handle, host_strap_reg, &strap); in woal_sdiommc_get_fw_name()
1394 strap &= 0x1; in woal_sdiommc_get_fw_name()
1397 PRINTM(MCMND, "magic=0x%x strap=0x%x\n", magic, strap); in woal_sdiommc_get_fw_name()
1445 if (strap == CARD_TYPE_SD_UART) in woal_sdiommc_get_fw_name()
1458 if (strap == CARD_TYPE_SD_UART) in woal_sdiommc_get_fw_name()
1471 if (strap == CARD_TYPE_SD_UART) in woal_sdiommc_get_fw_name()
1487 if (strap == CARD_TYPE_SD_UART) in woal_sdiommc_get_fw_name()
1501 if (strap == CARD_TYPE_SD_UART) in woal_sdiommc_get_fw_name()
1522 if (strap == CARD_TYPE_SD_UART) in woal_sdiommc_get_fw_name()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dbrcm,ns2-drd-phy.txt11 usb2-strap - for port over current polarity reversal
27 "crmu-ctrl", "usb2-strap";
/OK3568_Linux_fs/u-boot/tools/
H A Difdtool.h60 /* pch strap */
72 /* processor strap */
/OK3568_Linux_fs/u-boot/arch/x86/cpu/queensbay/
H A DKconfig50 The location of the CMC binary is determined by a strap. It must be
51 put in flash at a location matching the strap-determined base address.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgf100.c136 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()
H A Dramnv50.c228 u8 ver, hdr, cnt, len, strap, size; in nv50_ram_calc() local
254 strap = nvbios_ramcfg_index(subdev); in nv50_ram_calc()
255 if (strap >= cnt) { in nv50_ram_calc()
256 nvkm_error(subdev, "invalid ramcfg strap\n"); in nv50_ram_calc()
260 data = nvbios_rammapSp_from_perf(bios, data + hdr, size, strap, in nv50_ram_calc()
274 strap, data, ver, hdr); in nv50_ram_calc()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/quark/
H A DKconfig49 The location of the RMU binary is determined by a strap. It must be
50 put in flash at a location matching the strap-determined base address.
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/gpio/
H A Dintel,x86-broadwell-pinctrl.txt127 <15 &gpio_unused 0>, /* unused (strap) */
178 <66 &gpio_input 0>, /* ram_id3_old (strap) */
198 <86 &gpio_native 0>, /* gspi0_mosi (strap) */
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Ddra72-evm-revc.dts108 ti,dp83867-rxctrl-strap-quirk;
119 ti,dp83867-rxctrl-strap-quirk;
H A Ddra71-evm.dts248 ti,dp83867-rxctrl-strap-quirk;
257 ti,dp83867-rxctrl-strap-quirk;
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_init.h85 /** Strap */
86 t_u32 strap;
/OK3568_Linux_fs/u-boot/board/egnite/ethernut5/
H A Dethernut5.c166 * strap pin, which forces the PHY into power down. Here we in board_eth_init()
174 /* Soft reset overrides strap pins. */ in board_eth_init()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dadi,ssm2602.txt4 the selection is made by the MODE strap-in pin.
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-ts5500.c36 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c323 * The fp strap is normally dictated by the "User Strap" in in get_fp_strap()
325 * Internal_Flags struct at 0x48 is set, the user strap gets overriden in get_fp_strap()
327 * strap has been committed to CR58 for CR57=0xf on head A, which may be in get_fp_strap()
424 /* nv4x cards need both a strap value and fpindex of 0xf to use DDC */ in parse_fp_mode_table()
429 * If either the strap or xlated fpindex value are 0xf there is no in parse_fp_mode_table()
430 * panel using a strap-derived bios mode present. this condition in parse_fp_mode_table()
503 * indexed by a separate xlat table, indexed in turn by the fp strap in in nouveau_bios_parse_lvds_table()
511 * indexed by the FP strap nibble in EXTDEV_BOOT, and each record has in nouveau_bios_parse_lvds_table()
560 * an fp strap of the match index (or 0xf if none) in nouveau_bios_parse_lvds_table()
850 * offset + 0 (16 bits): LVDS strap xlate table pointer in parse_bit_lvds_tbl_entry()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A DM0203.h24 u8 strap; member
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/xilinx/
H A Dzynqmp-zcu102-revB.dts24 ti,dp83867-rxctrl-strap-quirk;
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.h39 * MIPS endianness is configured by boot strap, which also reverses all in brcmnand_readl()

12345