Lines Matching +full:under +full:-
9 * Software distributed under the License is distributed on an "AS IS"
12 * limitations under the License.
18 * Alternatively, the contents of this file may be used under the
22 * only under the terms of the GPL and not to allow others to use
23 * your version of this file under the MPL, indicate your decision by
27 * under either the MPL or the GPL.
107 #define TOPIC_PCI_CFG_PPBCN 0x3e /* 16-bit */
136 socket->socket.zoom_video = topic97_zoom_video; in topic97_override()
151 socket->flags |= YENTA_16BIT_POWER_EXCA | YENTA_16BIT_POWER_DF; in topic95_override()
153 /* Disable write buffers to prevent lockups under load with numerous in topic95_override()
155 net. This is not a power-on default according to the datasheet in topic95_override()
157 if (pci_read_config_word(socket->dev, TOPIC_PCI_CFG_PPBCN, &ppbcn) == 0 in topic95_override()
158 && socket->dev->revision <= 7 in topic95_override()
161 pci_write_config_word(socket->dev, TOPIC_PCI_CFG_PPBCN, ppbcn); in topic95_override()
162 dev_info(&socket->dev->dev, "Disabled ToPIC95 Cardbus write buffers.\n"); in topic95_override()