Searched refs:flags (Results 26 - 50 of 70) sorted by relevance

123

/broadcom-cfe-1.4.2/cfe/usb/
H A Dusbd.h214 int usb_create_pipe(usbdev_t *dev,int pipenum,int mps,int flags);
220 usbreq_t *usb_make_request(usbdev_t *dev,int pipenum,uint8_t *buf,int length,int flags);
228 int usb_make_sync_request(usbdev_t *dev,int pipenum,uint8_t *buf,int length,int flags);
267 usb_ept_t * (*hcdrv_ept_create)(usbbus_t *,int usbaddr,int eptnum,int mps,int flags);
280 #define UBEPTCREATE(bus,addr,num,mps,flags) (*((bus)->ub_hwdisp->hcdrv_ept_create))(bus,addr,num,mps,flags)
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_draminit.c371 uint8_t flags; member in struct:csdata_s
408 uint32_t flags; /* ECC enabled */ member in struct:mcdata_s
418 uint32_t flags; /* various flags */ member in struct:initdata_s
649 if (mc->csdata[idx].flags & CS_PRESENT) return idx;
861 tdata->flags &= ~CS_CASLAT_MASK;
862 tdata->flags |= (((caslatency << CS_CASLAT_SHIFT)) & CS_CASLAT_MASK);
1084 (mc->flags & MCFLG_FORCEREG)) { /* registered DIMM */
1651 cs->flags = CS_PRESENT | CS_AUTO_TIMING;
1658 if (spd[JEDEC_SPD_WIDTH] != 72) mc->flags
[all...]
H A Dsb1250_irq.c173 unsigned long flags; member in struct:irq_action_s
184 /* status flags */
336 action->flags = irqflags;
356 if ((p->flags & action->flags & CFE_IRQ_FLAGS_SHARED) == 0) {
H A Dsb1250_pci_machdep.c888 pci_hwinit (int port, pci_flags_t flags) argument
914 rev017 = ((flags & PCI_FLG_LDT_REV_017) != 0);
959 pci_hwreinit (int port, pci_flags_t flags) argument
988 extern void sp1011_setup(pcitag_t tag, pci_flags_t flags);
989 extern void as90l10208_setup(pcitag_t tag, pci_flags_t flags);
1004 pci_businit_hostbridge (pcitag_t tag, pci_flags_t flags) argument
1068 pci_bridge_setup (pcitag_t tag, pci_flags_t flags) argument
1077 sp1011_setup (tag, flags);
1080 as90l10208_setup (tag, flags);
/broadcom-cfe-1.4.2/cfe/arch/mips/common/src/
H A Dtools.mk26 # Basic compiler options and preprocessor flags. By placing
29 # There are three macros with flags:
31 # CFLAGS -- flags common to everything we build
32 # ZIPSTART_CFLAGS - flags unique to ZIPSTART
33 # CFE_CFLAGS - flags unique to CFE
/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_zlibfs.c192 int flags; /* flags byte */ local
206 get_byte(file,&c); flags = (int) c;
208 if (method != Z_DEFLATED || (flags & RESERVED) != 0) {
215 if ((flags & EXTRA_FIELD) != 0) { /* skip the extra field */
223 if ((flags & ORIG_NAME) != 0) { /* skip the original file name */
226 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */
229 if ((flags & HEAD_CRC) != 0) { /* skip the header crc */
H A Dcfe_autoboot.c340 * cfe_autoboot(dev,flags)
346 * flags - controls behaviour of cfe_autoboot
352 int cfe_autoboot(char *dev,int flags) argument
361 forever = (flags & CFE_AUTOFLG_TRYFOREVER) ? 1 : 0;
362 pollconsole = (flags & CFE_AUTOFLG_POLLCONSOLE) ? 1 : 0;
408 * cfe_add_autoboot(type,flags,dev,loader,filesys,file)
416 * flags - loader flags (LOADFLG_xxx)
425 int cfe_add_autoboot(int type,int flags,char *dev,char *loader,char *filesys,char *file) argument
434 method->ab_flags = flags;
[all...]
H A Dcfe_main.c546 pci_flags_t flags; local
550 flags = PCI_FLG_NORMAL;
552 flags |= PCI_FLG_LDT_REV_017;
555 setoptions(pci_optnames,str,&flags);
558 pci_configure(flags);
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_draminit.c395 uint8_t flags; /* 3: */ member in struct:csdata_s
440 uint32_t flags; /* 32: ECC enabled */ member in struct:mcdata_s
465 uint32_t flags; /* 32: various flags */ member in struct:initdata_s
700 if (mc->csdata[idx].flags & CS_PRESENT) {
709 if (mc->csdata[idx].flags & CS_PRESENT) {
971 tdata->flags &= ~CS_CASLAT_MASK;
972 tdata->flags |= (((caslatency << CS_CASLAT_SHIFT)) & CS_CASLAT_MASK);
991 (mc->flags & MCFLG_FORCEREG)) {
1132 (mc->flags
[all...]
H A Dbcm1480_irq.c185 unsigned long flags; member in struct:irq_action_s
196 /* status flags */
374 action->flags = irqflags;
397 if ((p->flags & action->flags & CFE_IRQ_FLAGS_SHARED) == 0) {
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/include/
H A Dbcm1480_draminit.h108 #define DRAM_CS_GEOM(csel,rows,cols,banks,flags) \
109 .byte MCR_GEOM,csel,rows,cols,banks,flags,0,0,0,0,0,0 ;
110 #define DRAM_CS_SPD(csel,flags,chan,dev) \
111 .byte MCR_SPD,csel,flags,chan,dev,0,0,0,0,0,0,0 ;
139 #define DRAM_CS_GEOM(csel,rows,cols,banks,flags) \
140 {MCR_GEOM,csel,rows,cols,banks,flags,0,0,0,0,0,0}
141 #define DRAM_CS_SPD(csel,flags,chan,dev) \
142 {MCR_SPD,csel,flags,chan,dev,0,0,0,0,0,0,0}
254 uint8_t geom_flags; /* flags */
261 uint8_t spd_flags; /* flags */
[all...]
/broadcom-cfe-1.4.2/cfe/net/
H A Dnet_api.h132 int tcp_setflags(int s,unsigned int flags);
133 int tcp_getflags(int s,unsigned int *flags);
/broadcom-cfe-1.4.2/cfe/pci/
H A Dpciconf.c170 pci_configure_tree (int port, pci_flags_t flags) argument
173 pci_hwinit(port, flags);
249 pci_businit_dev_func (pcitag_t tag, pci_flags_t flags) argument
279 pci_businit_hostbridge(tag, flags);
354 psec->no_probe = ldt_chain_init(tag, port, bus2, flags);
369 pci_businit(port, bus2, probe_limit, flags);
390 pci_businit_dev (int port, int bus, int device, pci_flags_t flags) argument
421 pci_businit_dev_func(tag, flags);
428 pci_businit (int port, int bus, int probe_limit, pci_flags_t flags) argument
443 pci_businit_dev (port, bus, device, flags);
1130 pci_setup_ppb(int port, pci_flags_t flags) argument
1273 pci_setup_devices(int port, pci_flags_t flags) argument
1312 pci_configure_tree(int port, pci_flags_t flags) argument
1407 pci_configure(pci_flags_t flags) argument
[all...]
H A Dpcivar.h80 void pci_configure(pci_flags_t flags);
H A Dldtinit.c387 int port, int bus, pci_flags_t flags)
497 if ((flags & PCI_FLG_LDT_REV_017) == 0) {
647 ldt_chain_init (pcitag_t tag, int port, int bus, pci_flags_t flags) argument
684 double_ended = ldt_fabric_init(tag, offset, port, bus, flags);
697 if ((flags & PCI_FLG_LDT_REV_017) == 0) {
386 ldt_fabric_init(pcitag_t br_tag, int br_offset, int port, int bus, pci_flags_t flags) argument
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcmcore/src/
H A Dbcmcore_irq.c93 unsigned long flags; member in struct:irq_action_s
104 /* status flags */
386 action->flags = irqflags;
404 if ((p->flags & action->flags & CFE_IRQ_FLAGS_SHARED) == 0) {
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/include/
H A Dsb1250_draminit.h105 #define DRAM_CS_SPD(csel,flags,chan,dev) \
106 .byte MCR_SPD,csel,flags,chan,dev,0,0,0,0,0,0,0 ;
128 #define DRAM_CS_SPD(csel,flags,chan,dev) \
129 {MCR_SPD,csel,flags,chan,dev,0,0,0,0,0,0,0}
226 uint8_t spd_flags; /* flags */
271 #define MCFLG_ECC_ENABLE 1 /* flags for channel configuration */
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Dmpc824x_pci_machdep.c217 pci_hwinit (int port, pci_flags_t flags) argument
240 pci_hwreinit (int port, pci_flags_t flags) argument
254 pci_businit_hostbridge (pcitag_t tag, pci_flags_t flags) argument
279 pci_bridge_setup (pcitag_t tag, pci_flags_t flags) argument
/broadcom-cfe-1.4.2/cfe/hosttools/
H A Dswapflashimage.c114 uint32_t flags; local
127 flags = get_be32(hdr->flags);
129 printf("Flash image is %d bytes, flags %08X, CRC %08X\n",
130 (unsigned int)size,(unsigned int)flags,(unsigned int)hdrcrc);
H A Dmkpcidb.c62 int flags; member in struct:pci_knowndev
/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_flash.c181 uint32_t flags; local
194 flags = GET32(hdr->flags);
196 printf("Flash image is %d bytes, flags %08X, CRC %08X\n",size,flags,hdrcrc);
H A Dui_pcicmds.c93 pci_flags_t flags; local
97 flags = PCI_FLG_NORMAL;
99 flags |= PCI_FLG_LDT_REV_017;
102 setoptions(pci_optnames,str,&flags);
105 pci_configure(flags);
/broadcom-cfe-1.4.2/cfe/arch/x86/common/src/
H A Dtools.mk33 # Basic compiler options and preprocessor flags
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Dsb_pci_machdep.c253 pci_hwinit (int port, pci_flags_t flags) argument
311 pci_hwreinit (int port, pci_flags_t flags) argument
325 pci_businit_hostbridge (pcitag_t tag, pci_flags_t flags) argument
350 pci_bridge_setup (pcitag_t tag, pci_flags_t flags) argument
/broadcom-cfe-1.4.2/cfe/zlib/
H A DMakefile.riscos7 C++flags = -c -depend !Depend -IC: -throwback

Completed in 138 milliseconds

123