Home
last modified time | relevance | path

Searched defs:ecr (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Datppc.c912 u_int8_t ecr; in atppc_setmode() local
1793 u_int8_t ecr; in atppc_ecp_read() local
1883 unsigned char ecr) in atppc_ecp_read_dma()
1919 unsigned char ecr) in atppc_ecp_read_pio()
1934 unsigned char ecr = atppc_r_ecr(atppc); in atppc_ecp_read_error() local
2055 unsigned char ecr; in atppc_fifo_write() local
2090 atppc_fifo_write_dma(struct atppc_softc * const atppc, unsigned char ecr, in atppc_fifo_write_dma()
2175 atppc_fifo_write_pio(struct atppc_softc * const atppc, unsigned char ecr, in atppc_fifo_write_pio()
2270 unsigned char ecr = atppc_r_ecr(atppc); in atppc_fifo_write_error() local
H A Drtw.c447 uint8_t ecr; in rtw_config0123_enable() local
706 uint8_t ecr; in rtw_recall_eeprom() local
937 uint8_t ecr; in rtw_srom_read() local
/netbsd-src/sys/arch/amiga/dev/
H A Dif_es.c396 u_short ecr; in esintr() local
H A Dif_esreg.h37 volatile u_short ecr; /* Counter Register */ member
/netbsd-src/sys/arch/sgimips/hpc/
H A Dpi1ppc.c580 uint8_t ecr; in pi1ppc_setmode() local
/netbsd-src/sys/arch/arm/imx/
H A Dif_enet.c1119 uint32_t ecr, ecr0; in enet_miibus_statchg() local
/netbsd-src/sys/dev/pci/
H A Dpcireg.h1548 #define PCI_EXTCAPLIST_CAP(ecr) ((ecr) & 0xffff) argument
1549 #define PCI_EXTCAPLIST_VERSION(ecr) (((ecr) >> 16) & 0xf) argument
1550 #define PCI_EXTCAPLIST_NEXT(ecr) (((ecr) >> 20) & 0xfff) argument
/netbsd-src/sys/dev/usb/
H A Dxhci.c1274 uint32_t ecr = xhci_read_4(sc, ecp); in xhci_ecp() local