Searched refs:cs_high (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/523x/
H A Dconfig.c171 u8 chip_select, bool cs_high)
175 gpio_set_value(MCFQSPI_CS0, cs_high);
178 gpio_set_value(MCFQSPI_CS1, cs_high);
181 gpio_set_value(MCFQSPI_CS2, cs_high);
184 gpio_set_value(MCFQSPI_CS3, cs_high);
190 u8 chip_select, bool cs_high)
194 gpio_set_value(MCFQSPI_CS0, !cs_high);
197 gpio_set_value(MCFQSPI_CS1, !cs_high);
200 gpio_set_value(MCFQSPI_CS2, !cs_high);
203 gpio_set_value(MCFQSPI_CS3, !cs_high);
170 m523x_cs_select(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) argument
189 m523x_cs_deselect(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/5249/
H A Dconfig.c157 u8 chip_select, bool cs_high)
161 gpio_set_value(MCFQSPI_CS0, cs_high);
164 gpio_set_value(MCFQSPI_CS1, cs_high);
167 gpio_set_value(MCFQSPI_CS2, cs_high);
170 gpio_set_value(MCFQSPI_CS3, cs_high);
176 u8 chip_select, bool cs_high)
180 gpio_set_value(MCFQSPI_CS0, !cs_high);
183 gpio_set_value(MCFQSPI_CS1, !cs_high);
186 gpio_set_value(MCFQSPI_CS2, !cs_high);
189 gpio_set_value(MCFQSPI_CS3, !cs_high);
156 m5249_cs_select(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) argument
175 m5249_cs_deselect(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/527x/
H A Dconfig.c209 u8 chip_select, bool cs_high)
213 gpio_set_value(MCFQSPI_CS0, cs_high);
216 gpio_set_value(MCFQSPI_CS1, cs_high);
219 gpio_set_value(MCFQSPI_CS2, cs_high);
222 gpio_set_value(MCFQSPI_CS3, cs_high);
228 u8 chip_select, bool cs_high)
232 gpio_set_value(MCFQSPI_CS0, !cs_high);
235 gpio_set_value(MCFQSPI_CS1, !cs_high);
238 gpio_set_value(MCFQSPI_CS2, !cs_high);
241 gpio_set_value(MCFQSPI_CS3, !cs_high);
208 m527x_cs_select(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) argument
227 m527x_cs_deselect(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/520x/
H A Dconfig.c155 u8 chip_select, bool cs_high)
159 gpio_set_value(MCFQSPI_CS0, cs_high);
162 gpio_set_value(MCFQSPI_CS1, cs_high);
165 gpio_set_value(MCFQSPI_CS2, cs_high);
171 u8 chip_select, bool cs_high)
175 gpio_set_value(MCFQSPI_CS0, !cs_high);
178 gpio_set_value(MCFQSPI_CS1, !cs_high);
181 gpio_set_value(MCFQSPI_CS2, !cs_high);
154 m520x_cs_select(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) argument
170 m520x_cs_deselect(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/528x/
H A Dconfig.c172 u8 chip_select, bool cs_high)
174 gpio_set_value(MCFQSPI_CS0 + chip_select, cs_high);
178 u8 chip_select, bool cs_high)
180 gpio_set_value(MCFQSPI_CS0 + chip_select, !cs_high);
171 m528x_cs_select(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) argument
177 m528x_cs_deselect(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dcoldfire_qspi.c127 bool cs_high)
129 mcfqspi->cs_control->select(mcfqspi->cs_control, chip_select, cs_high);
133 bool cs_high)
135 mcfqspi->cs_control->deselect(mcfqspi->cs_control, chip_select, cs_high);
326 bool cs_high = spi->mode & SPI_CS_HIGH; local
343 mcfqspi_cs_select(mcfqspi, spi->chip_select, cs_high);
364 cs_high);
370 cs_high);
126 mcfqspi_cs_select(struct mcfqspi *mcfqspi, u8 chip_select, bool cs_high) argument
132 mcfqspi_cs_deselect(struct mcfqspi *mcfqspi, u8 chip_select, bool cs_high) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/532x/
H A Dconfig.c163 u8 chip_select, bool cs_high)
165 gpio_set_value(MCFQSPI_CS0 + chip_select, cs_high);
169 u8 chip_select, bool cs_high)
171 gpio_set_value(MCFQSPI_CS0 + chip_select, !cs_high);
162 m532x_cs_select(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) argument
168 m532x_cs_deselect(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) argument

Completed in 133 milliseconds