Searched refs:lesc (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/dev/le/
H A Dif_le_ledma.c136 struct le_dma_softc *lesc = (struct le_dma_softc *)sc; local
138 bus_write_2(lesc->sc_rres, LEREG1_RAP, port);
139 bus_barrier(lesc->sc_rres, LEREG1_RAP, 2, BUS_SPACE_BARRIER_WRITE);
140 bus_write_2(lesc->sc_rres, LEREG1_RDP, val);
146 struct le_dma_softc *lesc = (struct le_dma_softc *)sc; local
148 bus_write_2(lesc->sc_rres, LEREG1_RAP, port);
149 bus_barrier(lesc->sc_rres, LEREG1_RAP, 2, BUS_SPACE_BARRIER_WRITE);
150 return (bus_read_2(lesc->sc_rres, LEREG1_RDP));
220 struct le_dma_softc *lesc = (struct le_dma_softc *)sc; local
221 struct lsi64854_softc *dma = lesc
250 struct le_dma_softc *lesc = (struct le_dma_softc *)sc; local
259 struct le_dma_softc *lesc = (struct le_dma_softc *)sc; local
288 struct le_dma_softc *lesc = (struct le_dma_softc *)xsc; local
310 struct le_dma_softc *lesc; local
450 struct le_dma_softc *lesc; local
477 struct le_dma_softc *lesc; local
489 struct le_dma_softc *lesc; local
[all...]
H A Dif_le_pci.c166 struct le_pci_softc *lesc = (struct le_pci_softc *)sc; local
168 bus_write_2(lesc->sc_rres, PCNET_PCI_RAP, port);
169 bus_barrier(lesc->sc_rres, PCNET_PCI_RAP, 2, BUS_SPACE_BARRIER_WRITE);
170 bus_write_2(lesc->sc_rres, PCNET_PCI_BDP, val);
176 struct le_pci_softc *lesc = (struct le_pci_softc *)sc; local
178 bus_write_2(lesc->sc_rres, PCNET_PCI_RAP, port);
179 bus_barrier(lesc->sc_rres, PCNET_PCI_RAP, 2, BUS_SPACE_BARRIER_WRITE);
180 return (bus_read_2(lesc->sc_rres, PCNET_PCI_BDP));
186 struct le_pci_softc *lesc = (struct le_pci_softc *)sc; local
193 bus_write_2(lesc
205 struct le_pci_softc *lesc = (struct le_pci_softc *)sc; local
322 struct le_pci_softc *lesc; local
482 struct le_pci_softc *lesc; local
506 struct le_pci_softc *lesc; local
518 struct le_pci_softc *lesc; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/
H A Dglue.c116 struct le_pci_softc *lesc = (struct le_pci_softc *)device_get_softc(dev); local
123 bus_write_2(lesc->sc_rres, PCNET_PCI_RAP, LE_CSR0);
124 bus_barrier(lesc->sc_rres, PCNET_PCI_RAP, 2, BUS_SPACE_BARRIER_WRITE);
125 isr = (bus_read_2(lesc->sc_rres, PCNET_PCI_RDP));
134 bus_write_2(lesc->sc_rres, PCNET_PCI_RAP, LE_CSR0);
135 bus_barrier(lesc->sc_rres, PCNET_PCI_RAP, 2, BUS_SPACE_BARRIER_WRITE);
136 bus_write_2(lesc->sc_rres, PCNET_PCI_RDP, isr & ~(LE_C0_INEA));
138 lesc->sc_am79900.lsc.sc_lastisr |= isr;

Completed in 21 milliseconds