Home
last modified time | relevance | path

Searched refs:por (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dserpent-sse2-i586-asm_32.S56 por x4, x0; \
61 por x4, x2; \
66 por x4, x1; \
74 por x4, x3; \
88 por x4, x0; \
92 por x4, x2; \
103 por x4, x0; \
107 por x4, x2; \
117 por x4, x1; \
121 por x
[all...]
H A Dserpent-sse2-x86_64-asm_64.S43 por x0, x3; \
53 por x0, x4; \
67 por x1, x0; \
73 por x4, x1; \
77 por x0, x1; \
88 por x4, x3; \
95 por x1, x3; \
100 por x2, x1;
105 por x0, x3; \
111 por x
[all...]
H A Dchacha-ssse3-x86_64.S53 por %xmm6,%xmm1
66 por %xmm7,%xmm1
86 por %xmm6,%xmm1
99 por %xmm7,%xmm1
315 por %xmm0,%xmm4
322 por %xmm0,%xmm5
329 por %xmm0,%xmm6
336 por %xmm0,%xmm7
369 por %xmm0,%xmm4
376 por
[all...]
H A Dblake2s-core.S90 por %xmm8,%xmm1
111 por %xmm8,%xmm1
135 por %xmm8,%xmm1
156 por %xmm8,%xmm1
H A Dsha1_ssse3_asm.S388 por W, W_TMP1
420 por W, W_TMP1
H A Dsha256-ssse3-asm.S186 por XTMP2, XTMP1 # XTMP1 = W[-15] ror 7
H A Daesni-intel_asm.S213 por \TMP2, \TMP3
583 por \XMM1, \XMMDst
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dserpent-sse2-i586-asm_32.S56 por x4, x0; \
61 por x4, x2; \
66 por x4, x1; \
74 por x4, x3; \
88 por x4, x0; \
92 por x4, x2; \
103 por x4, x0; \
107 por x4, x2; \
117 por x4, x1; \
121 por x
[all...]
H A Dserpent-sse2-x86_64-asm_64.S43 por x0, x3; \
53 por x0, x4; \
67 por x1, x0; \
73 por x4, x1; \
77 por x0, x1; \
88 por x4, x3; \
95 por x1, x3; \
100 por x2, x1;
105 por x0, x3; \
111 por x
[all...]
H A Dchacha-ssse3-x86_64.S53 por %xmm6,%xmm1
66 por %xmm7,%xmm1
86 por %xmm6,%xmm1
99 por %xmm7,%xmm1
315 por %xmm0,%xmm4
322 por %xmm0,%xmm5
329 por %xmm0,%xmm6
336 por %xmm0,%xmm7
369 por %xmm0,%xmm4
376 por
[all...]
H A Dblake2s-core.S90 por %xmm8,%xmm1
111 por %xmm8,%xmm1
135 por %xmm8,%xmm1
156 por %xmm8,%xmm1
H A Dsha1_ssse3_asm.S389 por W, W_TMP1
421 por W, W_TMP1
H A Dsha256-ssse3-asm.S187 por XTMP2, XTMP1 # XTMP1 = W[-15] ror 7
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dcx20442.c26 struct regulator *por; member
332 if (IS_ERR(cx20442->por)) in cx20442_set_bias_level()
333 err = PTR_ERR(cx20442->por); in cx20442_set_bias_level()
335 err = regulator_enable(cx20442->por); in cx20442_set_bias_level()
340 if (IS_ERR(cx20442->por)) in cx20442_set_bias_level()
341 err = PTR_ERR(cx20442->por); in cx20442_set_bias_level()
343 err = regulator_disable(cx20442->por); in cx20442_set_bias_level()
360 cx20442->por = regulator_get(component->dev, "POR"); in cx20442_component_probe()
361 if (IS_ERR(cx20442->por)) { in cx20442_component_probe()
362 int err = PTR_ERR(cx20442->por); in cx20442_component_probe()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dcx20442.c26 struct regulator *por; member
324 if (IS_ERR(cx20442->por)) in cx20442_set_bias_level()
325 err = PTR_ERR(cx20442->por); in cx20442_set_bias_level()
327 err = regulator_enable(cx20442->por); in cx20442_set_bias_level()
332 if (IS_ERR(cx20442->por)) in cx20442_set_bias_level()
333 err = PTR_ERR(cx20442->por); in cx20442_set_bias_level()
335 err = regulator_disable(cx20442->por); in cx20442_set_bias_level()
352 cx20442->por = regulator_get(component->dev, "POR"); in cx20442_component_probe()
353 if (IS_ERR(cx20442->por)) { in cx20442_component_probe()
354 int err = PTR_ERR(cx20442->por); in cx20442_component_probe()
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Dtps65010.c66 unsigned por:1; member
118 static void dbg_chgconf(int por, char *buf, size_t len, u8 chgconfig) in dbg_chgconf() argument
122 if (por) in dbg_chgconf()
164 static void show_chgconfig(int por, const char *label, u8 chgconfig) in show_chgconfig() argument
168 dbg_chgconf(por, buf, sizeof buf, chgconfig); in show_chgconfig()
176 static inline void show_chgconfig(int por, const char *label, u8 chgconfig) { } in show_chgconfig() argument
213 dbg_chgconf(tps->por, buf, sizeof buf, value); in dbg_show()
356 show_chgconfig(tps->por, "conf", tps->chgconf); in tps65010_interrupt()
423 show_chgconfig(tps->por, "update vbus", tmp); in tps65010_work()
571 tps->por in tps65010_probe()
[all...]
/kernel/linux/linux-6.6/drivers/mfd/
H A Dtps65010.c66 unsigned por:1; member
118 static void dbg_chgconf(int por, char *buf, size_t len, u8 chgconfig) in dbg_chgconf() argument
122 if (por) in dbg_chgconf()
164 static void show_chgconfig(int por, const char *label, u8 chgconfig) in show_chgconfig() argument
168 dbg_chgconf(por, buf, sizeof buf, chgconfig); in show_chgconfig()
176 static inline void show_chgconfig(int por, const char *label, u8 chgconfig) { } in show_chgconfig() argument
213 dbg_chgconf(tps->por, buf, sizeof buf, value); in dbg_show()
356 show_chgconfig(tps->por, "conf", tps->chgconf); in tps65010_interrupt()
423 show_chgconfig(tps->por, "update vbus", tmp); in tps65010_work()
566 tps->por in tps65010_probe()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-qcom-ethqos.c79 const struct ethqos_emac_por *por; member
91 const struct ethqos_emac_por *por; member
180 .por = emac_v2_3_0_por,
385 rgmii_writel(ethqos, ethqos->por[i].value, in ethqos_configure()
386 ethqos->por[i].offset); in ethqos_configure()
486 ethqos->por = data->por; in qcom_ethqos_probe()
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H A Dzoran_device.c109 u32 por; in post_office_wait() local
111 // while (((por = btread(ZR36057_POR)) & (ZR36057_POR_PO_PEN | ZR36057_POR_PO_TIME)) == ZR36057_POR_PO_PEN) { in post_office_wait()
112 while ((por = btread(ZR36057_POR)) & ZR36057_POR_PO_PEN) { in post_office_wait()
116 if ((por & ZR36057_POR_PO_TIME) && !zr->card.gws_not_connected) { in post_office_wait()
118 pci_info(zr->pci_dev, "pop timeout %08x\n", por); in post_office_wait()
128 u32 por; in post_office_write() local
130 por = in post_office_write()
133 btwrite(por, ZR36057_POR); in post_office_write()
140 u32 por; in post_office_read() local
142 por in post_office_read()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/zoran/
H A Dzoran_device.c108 u32 por; in post_office_wait() local
110 while ((por = btread(ZR36057_POR)) & ZR36057_POR_PO_PEN) { in post_office_wait()
114 if ((por & ZR36057_POR_PO_TIME) && !zr->card.gws_not_connected) { in post_office_wait()
116 pci_info(zr->pci_dev, "pop timeout %08x\n", por); in post_office_wait()
126 u32 por; in post_office_write() local
128 por = in post_office_write()
131 btwrite(por, ZR36057_POR); in post_office_write()
138 u32 por; in post_office_read() local
140 por = ZR36057_POR_PO_TIME | ((guest & 7) << 20) | ((reg & 7) << 16); in post_office_read()
141 btwrite(por, ZR36057_PO in post_office_read()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-qcom-ethqos.c90 const struct ethqos_emac_por *por; member
111 const struct ethqos_emac_por *por; member
205 .por = emac_v2_3_0_por,
221 .por = emac_v2_1_0_por,
237 .por = emac_v3_0_0_por,
269 .por = emac_v4_0_0_por,
536 rgmii_writel(ethqos, ethqos->por[i].value, in ethqos_configure_rgmii()
537 ethqos->por[i].offset); in ethqos_configure_rgmii()
778 ethqos->por = data->por; in qcom_ethqos_probe()
[all...]
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/
H A Docteon-hcd.h1636 * @por: Power On Reset for the PHY.
1675 __BITFIELD_FIELD(u64 por : 1,
H A Docteon-hcd.c671 usbn_clk_ctl.s.por = 1; in cvmx_usb_shutdown()
713 usbn_clk_ctl.s.por = 1; in cvmx_usb_initialize()
786 usbn_clk_ctl.s.por = 0; in cvmx_usb_initialize()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Docteon-hcd.h1636 * @por: Power On Reset for the PHY.
1675 __BITFIELD_FIELD(u64 por : 1,
H A Docteon-hcd.c673 usbn_clk_ctl.s.por = 1; in cvmx_usb_shutdown()
715 usbn_clk_ctl.s.por = 1; in cvmx_usb_initialize()
788 usbn_clk_ctl.s.por = 0; in cvmx_usb_initialize()

Completed in 26 milliseconds

12