Searched refs:pep (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dpxa168_eth.c269 static int pxa168_init_hw(struct pxa168_eth_private *pep);
276 static inline u32 rdl(struct pxa168_eth_private *pep, int offset) argument
278 return readl(pep->base + offset);
281 static inline void wrl(struct pxa168_eth_private *pep, int offset, u32 data) argument
283 writel(data, pep->base + offset);
286 static void abort_dma(struct pxa168_eth_private *pep) argument
292 wrl(pep, SDMA_CMD, SDMA_CMD_AR | SDMA_CMD_AT);
296 while ((rdl(pep, SDMA_CMD) & (SDMA_CMD_AR | SDMA_CMD_AT))
306 static int ethernet_phy_get(struct pxa168_eth_private *pep) argument
310 reg_data = rdl(pep, PHY_ADDRES
315 ethernet_phy_set_addr(struct pxa168_eth_private *pep, int phy_addr) argument
326 ethernet_phy_reset(struct pxa168_eth_private *pep) argument
345 struct pxa168_eth_private *pep = netdev_priv(dev); local
396 struct pxa168_eth_private *pep = (void *)data; local
476 add_del_hash_entry(struct pxa168_eth_private *pep, unsigned char *mac_addr, u32 rd, u32 skip, int del) argument
561 update_hash_table_mac_address(struct pxa168_eth_private *pep, unsigned char *oaddr, unsigned char *addr) argument
572 init_hash_table(struct pxa168_eth_private *pep) argument
601 struct pxa168_eth_private *pep = netdev_priv(dev); local
626 struct pxa168_eth_private *pep = netdev_priv(dev); local
642 struct pxa168_eth_private *pep = netdev_priv(dev); local
685 struct pxa168_eth_private *pep = netdev_priv(dev); local
715 struct pxa168_eth_private *pep = netdev_priv(dev); local
764 struct pxa168_eth_private *pep = netdev_priv(dev); local
774 struct pxa168_eth_private *pep = container_of(work, local
784 struct pxa168_eth_private *pep = netdev_priv(dev); local
860 pxa168_eth_collect_events(struct pxa168_eth_private *pep, struct net_device *dev) argument
884 handle_link_event(struct pxa168_eth_private *pep) argument
918 struct pxa168_eth_private *pep = netdev_priv(dev); local
928 pxa168_eth_recalc_skb_size(struct pxa168_eth_private *pep) argument
957 set_port_config_ext(struct pxa168_eth_private *pep) argument
981 pxa168_init_hw(struct pxa168_eth_private *pep) argument
1013 struct pxa168_eth_private *pep = netdev_priv(dev); local
1055 struct pxa168_eth_private *pep = netdev_priv(dev); local
1078 struct pxa168_eth_private *pep = netdev_priv(dev); local
1118 struct pxa168_eth_private *pep = netdev_priv(dev); local
1132 struct pxa168_eth_private *pep = netdev_priv(dev); local
1168 struct pxa168_eth_private *pep = netdev_priv(dev); local
1189 struct pxa168_eth_private *pep = netdev_priv(dev); local
1216 eth_alloc_tx_desc_index(struct pxa168_eth_private *pep) argument
1230 struct pxa168_eth_private *pep = local
1260 struct pxa168_eth_private *pep = netdev_priv(dev); local
1289 smi_wait_ready(struct pxa168_eth_private *pep) argument
1305 struct pxa168_eth_private *pep = bus->priv; local
1330 struct pxa168_eth_private *pep = bus->priv; local
1351 struct pxa168_eth_private *pep = netdev_priv(dev); local
1358 phy_scan(struct pxa168_eth_private *pep, int phy_addr) argument
1391 phy_init(struct pxa168_eth_private *pep, int speed, int duplex) argument
1415 struct pxa168_eth_private *pep = netdev_priv(dev); local
1429 struct pxa168_eth_private *pep = netdev_priv(dev); local
1441 struct pxa168_eth_private *pep = netdev_priv(dev); local
1481 struct pxa168_eth_private *pep = NULL; local
1592 struct pxa168_eth_private *pep = netdev_priv(dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dpxa168_eth.c269 static int pxa168_init_hw(struct pxa168_eth_private *pep);
276 static inline u32 rdl(struct pxa168_eth_private *pep, int offset) argument
278 return readl(pep->base + offset);
281 static inline void wrl(struct pxa168_eth_private *pep, int offset, u32 data) argument
283 writel(data, pep->base + offset);
286 static void abort_dma(struct pxa168_eth_private *pep) argument
292 wrl(pep, SDMA_CMD, SDMA_CMD_AR | SDMA_CMD_AT);
296 while ((rdl(pep, SDMA_CMD) & (SDMA_CMD_AR | SDMA_CMD_AT))
306 static int ethernet_phy_get(struct pxa168_eth_private *pep) argument
310 reg_data = rdl(pep, PHY_ADDRES
315 ethernet_phy_set_addr(struct pxa168_eth_private *pep, int phy_addr) argument
326 ethernet_phy_reset(struct pxa168_eth_private *pep) argument
345 struct pxa168_eth_private *pep = netdev_priv(dev); local
396 struct pxa168_eth_private *pep = (void *)data; local
476 add_del_hash_entry(struct pxa168_eth_private *pep, unsigned char *mac_addr, u32 rd, u32 skip, int del) argument
561 update_hash_table_mac_address(struct pxa168_eth_private *pep, unsigned char *oaddr, unsigned char *addr) argument
572 init_hash_table(struct pxa168_eth_private *pep) argument
601 struct pxa168_eth_private *pep = netdev_priv(dev); local
626 struct pxa168_eth_private *pep = netdev_priv(dev); local
642 struct pxa168_eth_private *pep = netdev_priv(dev); local
685 struct pxa168_eth_private *pep = netdev_priv(dev); local
715 struct pxa168_eth_private *pep = netdev_priv(dev); local
764 struct pxa168_eth_private *pep = netdev_priv(dev); local
774 struct pxa168_eth_private *pep = container_of(work, local
784 struct pxa168_eth_private *pep = netdev_priv(dev); local
860 pxa168_eth_collect_events(struct pxa168_eth_private *pep, struct net_device *dev) argument
884 handle_link_event(struct pxa168_eth_private *pep) argument
918 struct pxa168_eth_private *pep = netdev_priv(dev); local
928 pxa168_eth_recalc_skb_size(struct pxa168_eth_private *pep) argument
957 set_port_config_ext(struct pxa168_eth_private *pep) argument
981 pxa168_init_hw(struct pxa168_eth_private *pep) argument
1013 struct pxa168_eth_private *pep = netdev_priv(dev); local
1055 struct pxa168_eth_private *pep = netdev_priv(dev); local
1078 struct pxa168_eth_private *pep = netdev_priv(dev); local
1118 struct pxa168_eth_private *pep = netdev_priv(dev); local
1132 struct pxa168_eth_private *pep = netdev_priv(dev); local
1168 struct pxa168_eth_private *pep = netdev_priv(dev); local
1189 struct pxa168_eth_private *pep = netdev_priv(dev); local
1216 eth_alloc_tx_desc_index(struct pxa168_eth_private *pep) argument
1230 struct pxa168_eth_private *pep = local
1260 struct pxa168_eth_private *pep = netdev_priv(dev); local
1289 smi_wait_ready(struct pxa168_eth_private *pep) argument
1305 struct pxa168_eth_private *pep = bus->priv; local
1330 struct pxa168_eth_private *pep = bus->priv; local
1351 struct pxa168_eth_private *pep = netdev_priv(dev); local
1358 phy_scan(struct pxa168_eth_private *pep, int phy_addr) argument
1391 phy_init(struct pxa168_eth_private *pep, int speed, int duplex) argument
1415 struct pxa168_eth_private *pep = netdev_priv(dev); local
1429 struct pxa168_eth_private *pep = netdev_priv(dev); local
1441 struct pxa168_eth_private *pep = netdev_priv(dev); local
1481 struct pxa168_eth_private *pep = NULL; local
1592 struct pxa168_eth_private *pep = netdev_priv(dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/phonet/
H A DMakefile11 pn_pep-objs := pep.o pep-gprs.o
H A Dsocket.c35 #include <net/phonet/pep.h>
H A Dpep.c2 * File: pep.c
34 #include <net/phonet/pep.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/phonet/
H A DMakefile11 pn_pep-objs := pep.o pep-gprs.o
H A Dsocket.c35 #include <net/phonet/pep.h>
H A Dpep.c2 * File: pep.c
34 #include <net/phonet/pep.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Deventpoll.c725 static int ep_alloc(struct eventpoll **pep) argument
746 *pep = ep;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Deventpoll.c725 static int ep_alloc(struct eventpoll **pep) argument
746 *pep = ep;

Completed in 138 milliseconds