Home
last modified time | relevance | path

Searched refs:SIAGEN_CWE (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/arch/cobalt/stand/boot/
H A Dtlp.c125 #define SIAGEN_CWE (1U<<28) macro
213 CSR_WRITE(l, TLP_CSR15, SIAGEN_CWE | SIAGEN_MD0); in tlp_init()
215 CSR_WRITE(l, TLP_CSR15, SIAGEN_CWE); in tlp_init()
/netbsd/sys/dev/cardbus/
H A Dif_tlp_cardbus.c587 TULIP_WRITE(sc, CSR_SIAGEN, (reg & ~SIAGEN_MD) | SIAGEN_CWE | in tlp_cardbus_x3201_reset()
589 TULIP_WRITE(sc, CSR_SIAGEN, (reg & ~SIAGEN_CWE) | SIAGEN_MD); in tlp_cardbus_x3201_reset()
/netbsd/sys/dev/pci/
H A Dif_tlp_pci.c1229 SIAGEN_CWE | SIAGEN_LGS1 | SIAGEN_ABM | (0xf << 16)); in tlp_pci_znyx_21142_qs6611_reset()
1505 TULIP_WRITE(sc, CSR_SIAGEN, SIAGEN_CWE | (1 << 16)); in tlp_pci_cobalt_21142_reset()
1507 TULIP_WRITE(sc, CSR_SIAGEN, SIAGEN_CWE); in tlp_pci_cobalt_21142_reset()
/netbsd/sys/dev/ic/
H A Dtulipreg.h868 #define SIAGEN_CWE 0x08000000 /* control write enable */ macro