Searched refs:hw (Results 1 - 15 of 15) sorted by relevance

/openwrt/target/linux/cns3xxx/files/drivers/spi/
H A Dspi-cns3xxx.c53 #define SPI_MEM_MAP_VALUE(reg_offset) (*((u32 volatile *)(hw->base + reg_offset)))
92 static inline u8 cns3xxx_spi_bus_idle(struct cns3xxx_spi *hw) argument
97 static inline u8 cns3xxx_spi_tx_buffer_empty(struct cns3xxx_spi *hw) argument
102 static inline u8 cns3xxx_spi_rx_buffer_full(struct cns3xxx_spi *hw) argument
107 u8 cns3xxx_spi_tx_rx(struct cns3xxx_spi *hw, u8 tx_channel, u8 tx_eof, argument
113 while (!cns3xxx_spi_bus_idle(hw)) ; // do nothing
115 while (!cns3xxx_spi_tx_buffer_empty(hw)) ; // do nothing
122 while (!cns3xxx_spi_rx_buffer_full(hw)) ; // do nothing
136 u8 cns3xxx_spi_tx(struct cns3xxx_spi *hw, u8 tx_channel, u8 tx_eof, u32 tx_data) argument
139 while (!cns3xxx_spi_bus_idle(hw)) ; // d
164 struct cns3xxx_spi *hw = to_hw(spi); local
204 struct cns3xxx_spi *hw = to_hw(spi); local
274 cns3xxx_spi_initial(struct cns3xxx_spi *hw) argument
317 struct cns3xxx_spi *hw; local
388 struct cns3xxx_spi *hw = platform_get_drvdata(dev); local
402 struct cns3xxx_spi *hw = platform_get_drvdata(pdev); local
409 struct cns3xxx_spi *hw = platform_get_drvdata(pdev); local
[all...]
/openwrt/target/linux/oxnas/files/drivers/clk/
H A Dclk-oxnas.c32 struct clk_hw hw; member in struct:clk_oxnas_pllb
37 #define to_clk_oxnas_pllb(_hw) container_of(_hw, struct clk_oxnas_pllb, hw)
39 static unsigned long plla_clk_recalc_rate(struct clk_hw *hw, argument
78 static int pllb_clk_is_prepared(struct clk_hw *hw) argument
80 struct clk_oxnas_pllb *pllb = to_clk_oxnas_pllb(hw);
85 static int pllb_clk_prepare(struct clk_hw *hw) argument
87 struct clk_oxnas_pllb *pllb = to_clk_oxnas_pllb(hw);
94 static void pllb_clk_unprepare(struct clk_hw *hw) argument
96 struct clk_oxnas_pllb *pllb = to_clk_oxnas_pllb(hw);
104 static int pllb_clk_enable(struct clk_hw *hw) argument
126 pllb_clk_disable(struct clk_hw *hw) argument
158 struct clk_hw hw; member in struct:clk_std
165 std_clk_is_enabled(struct clk_hw *hw) argument
172 std_clk_enable(struct clk_hw *hw) argument
180 std_clk_disable(struct clk_hw *hw) argument
[all...]
/openwrt/target/linux/gemini/base-files/lib/preinit/
H A D05_set_ether_mac_gemini8 ifconfig eth0 hw ether $MAC1 2>/dev/null
9 ifconfig eth1 hw ether $MAC2 2>/dev/null
/openwrt/target/linux/ixp4xx/base-files/lib/preinit/
H A D05_set_ether_mac_ixp4xx10 ifconfig $npe hw ether $(fconfig -s -r -d /dev/$RB_CONFIG -n npe_"$npe"_esa)
18 ifconfig eth0 hw ether $(fconfig -s -r -d /dev/$RB_CONFIG -n zcom_npe_esa)
24 ifconfig eth0 hw ether 00:11:22:33:44:55
27 ifconfig eth1 hw ether 00:11:22:33:44:56
/openwrt/target/linux/x86/geode/
H A Dtarget.mk4 kmod-crypto-hw-geode kmod-crypto-cbc \
/openwrt/target/linux/mxs/profiles/
H A D03-olinuxino-micro.mk13 kmod-iio-mxs-lradc kmod-crypto-hw-dcp \
H A D02-olinuxino-maxi.mk13 kmod-sound-core kmod-sound-soc-mxs kmod-iio-mxs-lradc kmod-crypto-hw-dcp \
/openwrt/target/linux/ixp4xx/
H A Dmodules.mk44 define KernelPackage/crypto-hw-ixp4xx
54 define KernelPackage/crypto-hw-ixp4xx/description
58 $(eval $(call KernelPackage,crypto-hw-ixp4xx))
/openwrt/package/kernel/om-watchdog/
H A DMakefile24 This package contains the hw watchdog script for the OM1P and OM2P device.
/openwrt/package/kernel/linux/modules/
H A Dcrypto.mk161 define KernelPackage/crypto-hw-caam
184 $(eval $(call KernelPackage,crypto-hw-caam))
187 define KernelPackage/crypto-hw-talitos
201 $(eval $(call KernelPackage,crypto-hw-talitos))
204 define KernelPackage/crypto-hw-padlock
205 TITLE:=VIA PadLock ACE with AES/SHA hw crypto module
219 $(eval $(call KernelPackage,crypto-hw-padlock))
222 define KernelPackage/crypto-hw-ccp
237 $(eval $(call KernelPackage,crypto-hw-ccp))
240 define KernelPackage/crypto-hw
[all...]
/openwrt/target/linux/oxnas/files/drivers/pci/host/
H A Dpcie-oxnas.c354 struct hw_pci hw; local
357 memset(&hw, 0, sizeof(hw));
361 hw.nr_controllers = NUM_CONTROLLERS;
363 hw.private_data = pcie->private_data;
364 hw.setup = oxnas_pcie_setup;
365 hw.map_irq = of_irq_parse_and_map_pci;
366 hw.ops = &oxnas_pcie_ops;
369 pci_common_init_dev(dev, &hw);
628 /* if hw no
[all...]
/openwrt/target/linux/mxs/
H A Dmodules.mk72 define KernelPackage/crypto-hw-dcp
81 define KernelPackage/crypto-hw-dcp/description
85 $(eval $(call KernelPackage,crypto-hw-dcp))
/openwrt/target/linux/oxnas/files/drivers/irqchip/
H A Dirq-rps.c82 irq_hw_number_t hw)
81 rps_irq_domain_map(struct irq_domain *d, unsigned int irq, irq_hw_number_t hw) argument
/openwrt/package/libs/openssl/
H A DMakefile119 OPENSSL_OPTIONS += no-hw
/openwrt/target/linux/oxnas/files/drivers/pinctrl/
H A Dpinctrl-oxnas.c99 /* put hw debounce and soft config at same bit position*/
1241 irq_hw_number_t hw)
1240 oxnas_gpio_irq_map(struct irq_domain *h, unsigned int virq, irq_hw_number_t hw) argument

Completed in 98 milliseconds