HomeSort by: relevance | last modified time | path
    Searched defs:tag (Results 1 - 25 of 656) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/m68k/fpsp/
l_fpsp.h 158 STAG equ LV+192 ;source tag (1 byte) variable in typeref:typename:source
160 DTAG equ LV+193 ;dest tag (1 byte) variable in typeref:typename:dest
272 norm_tag equ $00 tag bits in {7:5} position
l_fpsp.h 158 STAG equ LV+192 ;source tag (1 byte) variable in typeref:typename:source
160 DTAG equ LV+193 ;dest tag (1 byte) variable in typeref:typename:dest
272 norm_tag equ $00 tag bits in {7:5} position
fpsp.h 184 STAG equ LV-40 ;source tag (1 byte) variable in typeref:typename:source
188 stag_mask equ $E0 ;upper 3 bits are source tag type
208 DTAG equ LV-32 ;dest tag (1 byte) variable in typeref:typename:dest
209 dtag_mask equ $E0 ;upper 3 bits are dest type tag
342 norm_tag equ $00 tag bits in {7:5} position
fpsp.h 184 STAG equ LV-40 ;source tag (1 byte) variable in typeref:typename:source
188 stag_mask equ $E0 ;upper 3 bits are source tag type
208 DTAG equ LV-32 ;dest tag (1 byte) variable in typeref:typename:dest
209 dtag_mask equ $E0 ;upper 3 bits are dest type tag
342 norm_tag equ $00 tag bits in {7:5} position
  /src/tests/usr.bin/xlint/lint1/
msg_013.c 8 enum tag;
12 void function(enum tag);
14 enum tag { enum
msg_013.c 8 enum tag;
12 void function(enum tag);
14 enum tag { enum
  /src/sys/arch/evbppc/explora/
consinit.c 70 bus_space_tag_t tag; local in function:consinit
79 tag = elb_get_bus_space_tag(BASE_COM);
80 comcnattach(tag, _BUS_SPACE_UNSTRIDE(tag, BASE_COM), COM_CONSOLE_SPEED,
84 tag = elb_get_bus_space_tag(BASE_FB);
85 fb_cnattach(tag, BASE_FB2, (void *)BASE_FB);
89 tag = elb_get_bus_space_tag(BASE_PCKBC);
90 pckbc_cnattach(tag, _BUS_SPACE_UNSTRIDE(tag, BASE_PCKBC),
91 _BUS_SPACE_UNSTRIDE(tag, BASE_PCKBC2-BASE_PCKBC), PCKBC_KBD_SLOT
    [all...]
consinit.c 70 bus_space_tag_t tag; local in function:consinit
79 tag = elb_get_bus_space_tag(BASE_COM);
80 comcnattach(tag, _BUS_SPACE_UNSTRIDE(tag, BASE_COM), COM_CONSOLE_SPEED,
84 tag = elb_get_bus_space_tag(BASE_FB);
85 fb_cnattach(tag, BASE_FB2, (void *)BASE_FB);
89 tag = elb_get_bus_space_tag(BASE_PCKBC);
90 pckbc_cnattach(tag, _BUS_SPACE_UNSTRIDE(tag, BASE_PCKBC),
91 _BUS_SPACE_UNSTRIDE(tag, BASE_PCKBC2-BASE_PCKBC), PCKBC_KBD_SLOT
    [all...]
  /src/sys/arch/netwinder/pci/
pci_machdep.c 19 pcitag_t tag; local in function:netwinder_pci_attach_hook
24 tag = pci_make_tag(pba->pba_pc, pba->pba_bus, 9, 0);
25 pci_conf_write(pba->pba_pc, tag,
30 intreg = pci_conf_read(pba->pba_pc, tag, PCI_INTERRUPT_REG);
36 pci_conf_write(pba->pba_pc, tag, PCI_INTERRUPT_REG, intreg);
37 pci_conf_write(pba->pba_pc, tag, 0x10, 0x400 | PCI_MAPREG_TYPE_IO);
38 pci_conf_write(pba->pba_pc, tag, 0x14, 0x00800000);
43 tag = pci_make_tag(pba->pba_pc, pba->pba_bus, 12, 0);
44 pci_conf_write(pba->pba_pc, tag,
48 intreg = pci_conf_read(pba->pba_pc, tag, PCI_INTERRUPT_REG)
    [all...]
pci_machdep.c 19 pcitag_t tag; local in function:netwinder_pci_attach_hook
24 tag = pci_make_tag(pba->pba_pc, pba->pba_bus, 9, 0);
25 pci_conf_write(pba->pba_pc, tag,
30 intreg = pci_conf_read(pba->pba_pc, tag, PCI_INTERRUPT_REG);
36 pci_conf_write(pba->pba_pc, tag, PCI_INTERRUPT_REG, intreg);
37 pci_conf_write(pba->pba_pc, tag, 0x10, 0x400 | PCI_MAPREG_TYPE_IO);
38 pci_conf_write(pba->pba_pc, tag, 0x14, 0x00800000);
43 tag = pci_make_tag(pba->pba_pc, pba->pba_bus, 12, 0);
44 pci_conf_write(pba->pba_pc, tag,
48 intreg = pci_conf_read(pba->pba_pc, tag, PCI_INTERRUPT_REG)
    [all...]
  /src/sys/dev/i2c/
i2c_subr.c 66 i2c_tag_t tag = iba->iba_tag; local in function:iicbus_print
71 if (tag->ic_channel != I2C_CHANNEL_DEFAULT) {
72 aprint_normal(" bus %d", tag->ic_channel);
i2c_subr.c 66 i2c_tag_t tag = iba->iba_tag; local in function:iicbus_print
71 if (tag->ic_channel != I2C_CHANNEL_DEFAULT) {
72 aprint_normal(" bus %d", tag->ic_channel);
  /src/bin/setfacl/
mask.c 53 acl_tag_t tag; local in function:set_acl_mask
94 if (acl_get_tag_type(entry, &tag) == -1)
98 if (tag == ACL_MASK) {
mask.c 53 acl_tag_t tag; local in function:set_acl_mask
94 if (acl_get_tag_type(entry, &tag) == -1)
98 if (tag == ACL_MASK) {
  /src/sys/arch/prep/prep/
consinit.c 135 bus_space_tag_t tag = &genppc_isa_io_space_tag; local in function:consinit
137 if(comcnattach(tag, consinfo->addr, consinfo->speed, COM_FREQ,
consinit.c 135 bus_space_tag_t tag = &genppc_isa_io_space_tag; local in function:consinit
137 if(comcnattach(tag, consinfo->addr, consinfo->speed, COM_FREQ,
  /src/sys/arch/rs6000/rs6000/
consinit.c 80 bus_space_tag_t tag = &rs6000_iocc0_io_space_tag; local in function:consinit
82 if(comcnattach(tag, consinfo->addr, consinfo->speed, COM_FREQ,
consinit.c 80 bus_space_tag_t tag = &rs6000_iocc0_io_space_tag; local in function:consinit
82 if(comcnattach(tag, consinfo->addr, consinfo->speed, COM_FREQ,
  /src/sys/dev/marvell/
gtidmacvar.h 37 * MARVELL_TAG_SDRAM_CS* to a tag. In this case, device_register() should
38 * replace mva_tags of marvell_attach_args to the tag list for you.
41 enum marvell_tags tag; member in struct:gtidmac_winacctbl
gtidmacvar.h 37 * MARVELL_TAG_SDRAM_CS* to a tag. In this case, device_register() should
38 * replace mva_tags of marvell_attach_args to the tag list for you.
41 enum marvell_tags tag; member in struct:gtidmac_winacctbl
  /src/sys/arch/arm/gemini/
gemini_ipm.h 15 uint8_t tag; member in struct:ipm_desc
21 * void *gemini_ipm_register(uint8_t tag, unsigned int ipl, size_t quota,
26 * - register an IPM service, identified by 'tag'
37 * - if the 'tag' is already in use, or if 'quota' descriptors are not available,
gemini_ipm.h 15 uint8_t tag; member in struct:ipm_desc
21 * void *gemini_ipm_register(uint8_t tag, unsigned int ipl, size_t quota,
26 * - register an IPM service, identified by 'tag'
37 * - if the 'tag' is already in use, or if 'quota' descriptors are not available,
  /src/sys/arch/x86/pci/
aapic.c 46 pcitag_t tag; local in function:aapic_attach
67 tag = pci_make_tag(pa->pa_pc, bus, dev, func);
68 reg = pci_conf_read(pa->pa_pc, tag, AMD8131_PCIX_MISC);
70 pci_conf_write(pa->pa_pc, tag, AMD8131_PCIX_MISC, reg);
aapic.c 46 pcitag_t tag; local in function:aapic_attach
67 tag = pci_make_tag(pa->pa_pc, bus, dev, func);
68 reg = pci_conf_read(pa->pa_pc, tag, AMD8131_PCIX_MISC);
70 pci_conf_write(pa->pa_pc, tag, AMD8131_PCIX_MISC, reg);
  /src/sys/arch/x86/x86/
convert_xmm_s87.c 42 unsigned int tag, ab_tag, st; local in function:process_xmm_to_s87
54 * It really isn't worth setting the 'tag' bits to 01 (zero) or
64 * r7 downwards - so the high bits of the tag register indicate
78 /* tag word handled below */
89 /* Tag word and registers. */
99 tag = 0;
101 tag <<= 2;
109 tag |= 1; /* Zero */
111 tag |= 2; /* Denormal */
113 tag |= 2; /* Infinity or NaN *
124 unsigned int tag, ab_tag; local in function:process_s87_to_xmm
    [all...]

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>