Searched refs:enable (Results 1 - 18 of 18) sorted by relevance

/broadcom-cfe-1.4.2/build/broadcom/tiny/
H A Dtiny_init.S93 # Some CSWARM boards have the SER0 enable bit when
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91125cpci/src/
H A Dbcm91125cpci_init.S106 # Some BCM91125CPCI boards have the SER0 enable bit when
/broadcom-cfe-1.4.2/cfe/arch/mips/board/sentosa/src/
H A Dui_sentosa.c148 int enable; local
151 enable = !cmd_sw_isset(cmd, "-off");
152 if (enable) {
/broadcom-cfe-1.4.2/cfe/arch/mips/board/swarm/src/
H A Dui_swarm.c169 int enable; local
172 enable = !cmd_sw_isset(cmd, "-off");
173 if (enable) {
H A Dswarm_init.S89 * mode, we muck with the SCD to enable uni mode and do a
209 # Some CSWARM boards have the SER0 enable bit when
/broadcom-cfe-1.4.2/cfe/include/
H A Dcfe_spi.h58 int (*enable)(cfe_spi_channel_t *chan,uint8_t slave); member in struct:cfe_spi_s
78 #define SPI_ENABLE(chan,slave) (chan)->ops->enable(chan,slave)
/broadcom-cfe-1.4.2/cfe/arch/mips/board/lausanne/src/
H A Dlausanne_init.S109 # Some CSWARM boards have the SER0 enable bit when
H A Dui_lausanne.c184 int enable; local
187 enable = !cmd_sw_isset(cmd, "-off");
188 if (enable) {
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/include/
H A Dbcm1480_hsp_utils.h336 Function called to enable/disable hardward to generate
342 @param b_enable - enable (1) or disable(0) sync-flood
362 uint32_t enable);
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91280e/src/
H A Dui_bcm91280e.c220 int enable; local
223 enable = !cmd_sw_isset(cmd, "-off");
224 if (enable) {
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Dsb_pci_machdep.c61 void pci_ext_arb_set(int enable);
62 void pci_ext_clk_set(int enable);
215 /* enable bridge to PCI and PCI memory accesses, including
235 pci_ext_arb_set (int enable) argument
237 _ext_arb = enable;
242 pci_ext_clk_set (int enable) argument
244 _ext_clk = enable;
261 ctrl = M_PCICTL_OE; /* enable reset output */
264 ctrl = M_PCICTL_OE | M_PCICTL_CE;/* enable the tristate drivers */
266 ctrl |= M_PCICTL_CO; /* enable th
[all...]
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Dui_pmcmds.c1164 uint32_t enable = 0; local
1180 enable = 0x1 << i;
1181 reg_val = operand | (((uint64_t) enable) << 32);
1194 enable = 0x0001;
1199 enable = (enable << 1) | 0x1;
1202 reg_val = V_BCM1480_HR_ENABLE(enable) |
1241 enable = 0x1;
1244 if ((i & enable) == path)
1251 enable
1307 uint32_t enable = 0; local
[all...]
H A Dui_ccncmds.c29 extern void ht_ccn_enable(unsigned int node, unsigned int port, int enable);
497 /* The following command can be issued multiple times to enable all
618 cmd_addcmd("ccn enable",
622 "ccn enable [node]",
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_l2cache.S210 # XXX is this necessary for global enable/disable operations?
264 # XXX is this necessary for global enable/disable operations?
450 # re-enable ECC errors in each channel as appropriate
465 # re-enable ECC errors in global config as appropriate
H A Dbcm1480_hsp_utils.c555 /* enable the calendar */
613 * Do the RX SPI4 config register. Be sure to enable divide-by-4 mode
789 uint32_t hsp_ht_enable_sync_flood_on_errors(uint32_t port, uint32_t enable);
791 uint32_t hsp_ht_enable_sync_flood_on_errors(uint32_t port, uint32_t enable) argument
799 if (enable)
813 if (enable)
H A Dbcm1480_pci_machdep.c517 /* PCI: enable bridge to PCI and PCI memory accesses, including
556 /* PCI: enable bus-side access */
623 /* PCI: enable bus-side access */
807 /* HT: enable a split Low Access Range. */
815 /* Clear reset to enable programming of BARs. */
832 /* HT: enable bridge to internal bus */
1616 /* Program and enable our Full Access Bar */
1711 void ht_ccn_enable(unsigned int node, unsigned int port, int enable);
1725 ht_ccn_enable(unsigned int node, unsigned int port, int enable)
1733 if (enable)
1724 ht_ccn_enable(unsigned int node, unsigned int port, int enable) argument
[all...]
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_l2cache.S196 # XXX is this necessary for global enable/disable operations?
244 # XXX is this necessary for global enable/disable operations?
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Ddev_tulip.c1020 srom_set_enable(tulip_softc *sc, int enable) argument
1025 unsigned int bits = (enable ? 0x3F : 0x00);
1033 /* Send the enable command to the SROM */
3394 void tulip_srom_enable(void *softc, int enable);
3420 tulip_srom_enable(void *softc, int enable)
3426 xprintf("%s: SROM enable not supported\n", tulip_devname(sc));
3434 srom_set_enable(sc, enable);
3419 tulip_srom_enable(void *softc, int enable) argument

Completed in 101 milliseconds