Searched refs:sadev (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dsa1100_neponset.c126 int __init pcmcia_neponset_init(struct sa1111_dev *sadev) argument
135 sa1111_set_io_dir(sadev, GPIO_A0|GPIO_A1|GPIO_A2|GPIO_A3, 0, 0);
136 sa1111_set_io(sadev, GPIO_A0|GPIO_A1|GPIO_A2|GPIO_A3, 0);
137 sa1111_set_sleep_io(sadev, GPIO_A0|GPIO_A1|GPIO_A2|GPIO_A3, 0);
138 ret = sa11xx_drv_pcmcia_probe(&sadev->dev, &neponset_pcmcia_ops, 0, 2);
H A Dpxa2xx_lubbock.c237 int __init pcmcia_lubbock_init(struct sa1111_dev *sadev) argument
246 sa1111_set_io_dir(sadev, GPIO_A0|GPIO_A1|GPIO_A2|GPIO_A3, 0, 0);
247 sa1111_set_io(sadev, GPIO_A0|GPIO_A1|GPIO_A2|GPIO_A3, 0);
248 sa1111_set_sleep_io(sadev, GPIO_A0|GPIO_A1|GPIO_A2|GPIO_A3, 0);
253 sadev->dev.platform_data = &lubbock_pcmcia_ops;
254 ret = __pxa2xx_drv_pcmcia_probe(&sadev->dev);
H A Dsa1111_generic.c46 struct sa1111_dev *sadev = SA1111_DEV(skt->dev); local
47 unsigned long status = sa1111_readl(sadev->mapbase + SA1111_PCSR);
74 struct sa1111_dev *sadev = SA1111_DEV(skt->dev); local
103 val = sa1111_readl(sadev->mapbase + SA1111_PCCR);
106 sa1111_writel(val, sadev->mapbase + SA1111_PCCR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/common/
H A Dsa1111.c983 static inline struct sa1111 *sa1111_chip_driver(struct sa1111_dev *sadev) argument
985 return (struct sa1111 *)dev_get_drvdata(sadev->dev.parent);
1008 * @sadev: SA1111 function block
1015 unsigned int sa1111_pll_clock(struct sa1111_dev *sadev) argument
1017 struct sa1111 *sachip = sa1111_chip_driver(sadev);
1024 * @sadev: SA1111 function block
1030 void sa1111_select_audio_mode(struct sa1111_dev *sadev, int mode) argument
1032 struct sa1111 *sachip = sa1111_chip_driver(sadev);
1051 * @sadev: SA1111 SAC function block
1054 int sa1111_set_audio_rate(struct sa1111_dev *sadev, in argument
1077 sa1111_get_audio_rate(struct sa1111_dev *sadev) argument
1090 sa1111_set_io_dir(struct sa1111_dev *sadev, unsigned int bits, unsigned int dir, unsigned int sleep_dir) argument
1118 sa1111_set_io(struct sa1111_dev *sadev, unsigned int bits, unsigned int v) argument
1132 sa1111_set_sleep_io(struct sa1111_dev *sadev, unsigned int bits, unsigned int v) argument
1154 sa1111_enable_device(struct sa1111_dev *sadev) argument
1170 sa1111_disable_device(struct sa1111_dev *sadev) argument
1198 struct sa1111_dev *sadev = SA1111_DEV(dev); local
1209 struct sa1111_dev *sadev = SA1111_DEV(dev); local
1220 struct sa1111_dev *sadev = SA1111_DEV(dev); local
1231 struct sa1111_dev *sadev = SA1111_DEV(dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/hardware/
H A Dsa1111.h568 void sa1111_select_audio_mode(struct sa1111_dev *sadev, int mode);
569 int sa1111_set_audio_rate(struct sa1111_dev *sadev, int rate);
570 int sa1111_get_audio_rate(struct sa1111_dev *sadev);
577 void sa1111_set_io_dir(struct sa1111_dev *sadev, unsigned int bits, unsigned int dir, unsigned int sleep_dir);
578 void sa1111_set_io(struct sa1111_dev *sadev, unsigned int bits, unsigned int v);
579 void sa1111_set_sleep_io(struct sa1111_dev *sadev, unsigned int bits, unsigned int v);

Completed in 69 milliseconds