| /netbsd/src/sys/arch/hpcsh/dev/hd64461/ |
| D | hd64461_machdep.c | 55 r = hd64461_reg_read_1(gcr); \ in hd64461pcmcia_power() 57 hd64461_reg_write_1(gcr, r); \ in hd64461pcmcia_power() 61 r = hd64461_reg_read_1(gcr); \ in hd64461pcmcia_power() 63 hd64461_reg_write_1(gcr, r); \ in hd64461pcmcia_power() 77 bus_addr_t gcr, scr; in hd64461pcmcia_power() local 81 gcr = HD64461_PCCGCR(ch); in hd64461pcmcia_power()
|
| D | hd64461pcmcia.c | 780 bus_addr_t isr, gcr; in hd64461pcmcia_chip_socket_enable() local 786 gcr = HD64461_PCCGCR(channel); in hd64461pcmcia_chip_socket_enable() 792 r = hd64461_reg_read_1(gcr); in hd64461pcmcia_chip_socket_enable() 795 hd64461_reg_write_1(gcr, r); in hd64461pcmcia_chip_socket_enable() 804 hd64461_reg_write_1(gcr, r); in hd64461pcmcia_chip_socket_enable() 838 bus_addr_t gcr; in hd64461pcmcia_chip_socket_settype() local 842 gcr = HD64461_PCCGCR(channel); in hd64461pcmcia_chip_socket_settype() 845 r = hd64461_reg_read_1(gcr); in hd64461pcmcia_chip_socket_settype() 855 hd64461_reg_write_1(gcr, r); in hd64461pcmcia_chip_socket_settype() 882 bus_addr_t scr, gcr; in hd64461pcmcia_power_off() local [all …]
|
| /netbsd/src/sys/dev/ic/ |
| D | am79c930.c | 369 u_int8_t gcr = bus_space_read_1 (sc->sc_iot, sc->sc_ioh, AM79C930_GCR); in am79c930_gcr_setbits() local 371 gcr |= bits; in am79c930_gcr_setbits() 373 bus_space_write_1(sc->sc_iot, sc->sc_ioh, AM79C930_GCR, gcr); in am79c930_gcr_setbits() 383 u_int8_t gcr = bus_space_read_1 (sc->sc_iot, sc->sc_ioh, AM79C930_GCR); in am79c930_gcr_clearbits() local 385 gcr &= ~bits; in am79c930_gcr_clearbits() 387 bus_space_write_1(sc->sc_iot, sc->sc_ioh, AM79C930_GCR, gcr); in am79c930_gcr_clearbits()
|
| D | we.c | 566 uint8_t hwr, gcr, irr; in we_set_media() local 572 gcr = bus_space_read_1(asict, asich, WE790_GCR); in we_set_media() 574 gcr |= WE790_GCR_GPOUT; in we_set_media() 576 gcr &= ~WE790_GCR_GPOUT; in we_set_media() 578 gcr | WE790_GCR_LIT); in we_set_media()
|
| /netbsd/src/sys/arch/hpcsh/dev/hd64465/ |
| D | hd64465pcmcia.c | 668 bus_addr_t gcr; in hd64465pcmcia_chip_socket_enable() local 672 gcr = HD64461_PCCGCR(channel); in hd64465pcmcia_chip_socket_enable() 674 r = hd64465_reg_read_1(gcr); in hd64465pcmcia_chip_socket_enable() 676 hd64465_reg_write_1(gcr, r); in hd64465pcmcia_chip_socket_enable() 689 bus_addr_t gcr; in hd64465pcmcia_chip_socket_settype() local 693 gcr = HD64461_PCCGCR(channel); in hd64465pcmcia_chip_socket_settype() 696 r = hd64465_reg_read_1(gcr); in hd64465pcmcia_chip_socket_settype() 701 hd64465_reg_write_1(gcr, r); in hd64465pcmcia_chip_socket_settype()
|
| /netbsd/src/sys/dev/pci/ixgbe/ |
| D | ixgbe_82598.c | 88 u32 gcr = IXGBE_READ_REG(hw, IXGBE_GCR); in ixgbe_set_pcie_completion_timeout() local 92 if (gcr & IXGBE_GCR_CMPL_TMOUT_MASK) in ixgbe_set_pcie_completion_timeout() 99 if (!(gcr & IXGBE_GCR_CAP_VER2)) { in ixgbe_set_pcie_completion_timeout() 100 gcr |= IXGBE_GCR_CMPL_TMOUT_10ms; in ixgbe_set_pcie_completion_timeout() 114 gcr &= ~IXGBE_GCR_CMPL_TMOUT_RESEND; in ixgbe_set_pcie_completion_timeout() 115 IXGBE_WRITE_REG(hw, IXGBE_GCR, gcr); in ixgbe_set_pcie_completion_timeout()
|
| /netbsd/src/sys/arch/x68k/x68k/ |
| D | iodevice.h | 76 char pada[5]; unsigned char gcr; member
|
| /netbsd/src/external/gpl3/gdb/dist/sim/mcore/ |
| D | interp.c | 116 #define gcr cr[11] macro
|
| D | ChangeLog-2021 | 270 (sr, vbr, esr, fsr, epc, fpc, ss0, ss1, ss2, ss3, ss4, gcr, gsr):
|
| /netbsd/src/sys/dev/pci/ |
| D | if_wm.c | 4625 uint32_t gcr; in wm_set_pcie_completion_timeout() local 4628 gcr = CSR_READ(sc, WMREG_GCR); in wm_set_pcie_completion_timeout() 4631 if ((gcr & GCR_CMPL_TMOUT_MASK) != 0) in wm_set_pcie_completion_timeout() 4634 if ((gcr & GCR_CAP_VER2) == 0) { in wm_set_pcie_completion_timeout() 4635 gcr |= GCR_CMPL_TMOUT_10MS; in wm_set_pcie_completion_timeout() 4647 gcr &= ~GCR_CMPL_TMOUT_RESEND; in wm_set_pcie_completion_timeout() 4649 CSR_WRITE(sc, WMREG_GCR, gcr); in wm_set_pcie_completion_timeout()
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | archive | 646 # 00064000 for 400k GCR disks dc42-400k-gcr.trid.xml 647 # 000c8000 for 800k GCR disks dc42-800k-gcr.trid.xml
|