Home
last modified time | relevance | path

Searched full:fch (Results 1 – 25 of 26) sorted by relevance

12

/linux/net/802/
H A Dfc.c36 struct fch_hdr *fch; in fc_header() local
48 fch = skb_push(skb, hdr_len); in fc_header()
49 fcllc = (struct fcllc *)(fch+1); in fc_header()
58 fch = skb_push(skb, hdr_len); in fc_header()
62 memcpy(fch->saddr,saddr,dev->addr_len); in fc_header()
64 memcpy(fch->saddr,dev->dev_addr,dev->addr_len); in fc_header()
68 memcpy(fch->daddr,daddr,dev->addr_len); in fc_header()
/linux/drivers/clk/x86/
H A Dclk-fch.c3 * clock framework for AMD FCH controller block
12 #include <linux/platform_data/clk-fch.h>
56 dev_err(&pdev->dev, "FCH device not found\n"); in fch_clk_probe()
114 .name = "clk-fch",
H A DMakefile2 obj-$(CONFIG_X86_AMD_PLATFORM_DEVICE) += clk-fch.o
/linux/drivers/gpio/
H A Dgpio-amd-fch.c4 * GPIO driver for the AMD G series FCH (eg. GX-412TC)
17 #include <linux/platform_data/gpio/gpio-amd-fch.h>
32 "amd-fch-gpio-iomem");
191 MODULE_DESCRIPTION("AMD G-series FCH GPIO driver");
/linux/sound/hda/core/
H A Dhdmi_chmap.c14 * FLH FCH FRH
40 FCH = (1 << 14), /* Front Center High */ enumerator
56 /* 10 */ "FCH",
74 [10] = FCH,
162 { .ca_index = 0x20, .speakers = { 0, FCH, RR, RL, FC, 0, FR, FL } },
163 { .ca_index = 0x21, .speakers = { 0, FCH, RR, RL, FC, LFE, FR, FL } },
172 { .ca_index = 0x2a, .speakers = { FCH, RC, RR, RL, FC, 0, FR, FL } },
173 { .ca_index = 0x2b, .speakers = { FCH, RC, RR, RL, FC, LFE, FR, FL } },
174 { .ca_index = 0x2c, .speakers = { TC, FCH, RR, RL, FC, 0, FR, FL } },
175 { .ca_index = 0x2d, .speakers = { TC, FCH, RR, RL, FC, LFE, FR, FL } },
[all …]
/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmmcr2_fcs_fch_test.c28 * fields : fcs, fch.
68 * Verify that fcs and fch field of MMCR2 match in mmcr2_fcs_fch()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsmuio_v13_0_3.c32 * smuio_v13_0_3_get_die_id - query die id from FCH.
49 * smuio_v13_0_3_get_socket_id - query socket id from FCH
H A Dsmuio_v13_0.c75 * smuio_v13_0_get_die_id - query die id from FCH.
92 * smuio_v13_0_get_socket_id - query socket id from FCH
H A Damdgpu_discovery.c174 [FCH_HWID] = "FCH",
/linux/include/linux/platform_data/gpio/
H A Dgpio-amd-fch.h4 * AMD FCH gpio driver platform-data
/linux/drivers/acpi/
H A Dacpi_apd.c15 #include <linux/platform_data/clk-fch.h>
105 clkdev = platform_device_register_data(&adev->dev, "clk-fch", in fch_misc_setup()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddm_pp_smu.h117 * fixed clock at requested freq, either from FCH bypass or DFS
177 * fixed clock at requested freq, either from FCH bypass or DFS
/linux/drivers/watchdog/
H A Dsp5100_tco.h67 /* For recent chips with embedded FCH (rev 40+) */
H A Dsp5100_tco.c18 * AMD Publication 51192 "AMD Bolton FCH Register Reference Guide"
/linux/drivers/message/fusion/
H A Dmptlan.c1494 struct mpt_lan_ohdr *fch = (struct mpt_lan_ohdr *)skb->data; in mpt_lan_type_trans() local
1500 if (fch->dtype == htons(0xffff)) { in mpt_lan_type_trans()
1501 u32 *p = (u32 *) fch; in mpt_lan_type_trans()
1511 fch->saddr); in mpt_lan_type_trans()
1514 if (*fch->daddr & 1) { in mpt_lan_type_trans()
1515 if (!memcmp(fch->daddr, dev->broadcast, FC_ALEN)) { in mpt_lan_type_trans()
1521 if (memcmp(fch->daddr, dev->dev_addr, FC_ALEN)) { in mpt_lan_type_trans()
/linux/drivers/platform/x86/amd/pmc/
H A Dpmc-quirks.c14 #include <linux/platform_data/x86/amd-fch.h>
H A Dpmc.c313 /* Use FCH registers to get the S0ix stats */ in s0ix_stats_show()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr.c309 char *bypass_clks[5] = {"0x0 DFS", "0x1 REFCLK", "0x2 ERROR", "0x3 400 FCH", "0x4 600 FCH"}; in rn_dump_clk_registers()
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_rf_al7230b.c250 { ZD_CR122, 0xfc }, /* E0->FCh at 4901 */ in zd1211b_al7230b_init_hw()
/linux/arch/x86/kernel/cpu/
H A Damd.c12 #include <linux/platform_data/x86/amd-fch.h>
1350 [29] = "FCH and MP1 failed warm reset handshake",
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu11_driver_if_sienna_cichlid.h852 …uint8_t FchUsbPdSlaveAddr; //For requesting USB PD controller S-states via FCH I2C when enter…
1213 …uint8_t FchUsbPdSlaveAddr; //For requesting USB PD controller S-states via FCH I2C when enter…
/linux/drivers/i2c/busses/
H A Di2c-piix4.c37 #include <linux/platform_data/x86/amd-fch.h>
/linux/drivers/usb/host/
H A Dpci-quirks.c148 * AMD FCH/SB generation and revision is identified by SMBus controller
/linux/drivers/scsi/aacraid/
H A Daacraid.h1153 __le32 reserved1[1006]; /* 1348h - 22fch */
/linux/drivers/pci/
H A Dquirks.c4662 * 1022:780f [AMD] FCH PCI Bridge
4663 * 1022:7809 [AMD] FCH USB OHCI Controller

12