Home
last modified time | relevance | path

Searched refs:streq (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/drivers/clk/socfpga/
Dclk-gate.c44 if (streq(hwclk->init->name, SOCFPGA_L4_MP_CLK)) { in socfpga_clk_get_parent()
48 if (streq(hwclk->init->name, SOCFPGA_L4_SP_CLK)) { in socfpga_clk_get_parent()
54 if (streq(hwclk->init->name, SOCFPGA_MMC_CLK)) in socfpga_clk_get_parent()
56 if (streq(hwclk->init->name, SOCFPGA_NAND_CLK) || in socfpga_clk_get_parent()
57 streq(hwclk->init->name, SOCFPGA_NAND_X_CLK)) in socfpga_clk_get_parent()
69 if (streq(hwclk->init->name, SOCFPGA_L4_MP_CLK)) { in socfpga_clk_set_parent()
74 } else if (streq(hwclk->init->name, SOCFPGA_L4_SP_CLK)) { in socfpga_clk_set_parent()
81 if (streq(hwclk->init->name, SOCFPGA_MMC_CLK)) { in socfpga_clk_set_parent()
84 } else if (streq(hwclk->init->name, SOCFPGA_NAND_CLK) || in socfpga_clk_set_parent()
85 streq(hwclk->init->name, SOCFPGA_NAND_X_CLK)) { in socfpga_clk_set_parent()
Dclk-periph-a10.c56 if (streq(hwclk->init->name, SOCFPGA_MPU_FREE_CLK) || in clk_periclk_get_parent()
57 streq(hwclk->init->name, SOCFPGA_NOC_FREE_CLK) || in clk_periclk_get_parent()
58 streq(hwclk->init->name, SOCFPGA_SDMMC_FREE_CLK)) in clk_periclk_get_parent()
Dclk.h31 #define streq(a, b) (strcmp((a), (b)) == 0) macro
Dclk-pll-s10.c126 if (streq(name, SOCFPGA_BOOT_CLK)) in s10_register_pll()
Dclk-gate-s10.c106 if (streq(name, "cs_pdbg_clk")) in s10_register_gate()
Dclk-gate-a10.c25 #define streq(a, b) (strcmp((a), (b)) == 0) macro
/linux-4.19.296/include/linux/netfilter/
Dnf_conntrack_pptp.h287 struct PptpStopSessionRequest streq; member
/linux-4.19.296/drivers/memory/
Dti-emif-sram-pm.S242 streq r1, [r0, #EMIF_SDRAM_CONFIG]