HomeSort by: relevance | last modified time | path
    Searched defs:hbs (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hpcsh/hpcsh/
bus_space.c 139 bus_space_create(struct hpcsh_bus_space *hbs, const char *name,
143 if (hbs == NULL) {
144 hbs = kmem_zalloc(sizeof(*hbs), KM_SLEEP);
145 hbs->hbs_flags = HBS_FLAGS_ALLOCATED;
147 memset(hbs, 0, sizeof(*hbs));
148 KASSERT(hbs);
151 *hbs = __default_bus_space;
152 hbs->hbs_cookie = hbs
172 struct hpcsh_bus_space *hbs = t; local in function:bus_space_destroy
187 struct hpcsh_bus_space *hbs = t; local in function:_bus_space_map
224 struct hpcsh_bus_space *hbs = t; local in function:_bus_space_alloc
259 struct hpcsh_bus_space *hbs = t; local in function:_bus_space_free
269 struct hpcsh_bus_space *hbs = t; local in function:_bus_space_unmap
    [all...]
  /src/sys/arch/hpcmips/dev/
plumiobus.c 174 struct hpcmips_bus_space *hbs; local in function:__plumiobus_subregion
176 hbs = kmem_alloc(sizeof(*hbs), KM_SLEEP);
177 *hbs = *t;
178 hbs->t_base += ofs;
179 hbs->t_size = size;
181 return (hbs);
  /src/sys/arch/sparc64/dev/
ffb.c 1432 * HBS = (sync pulse + back porch + hres) / x - 1
1435 * HCE = HBS - 4
1454 uint32_t vbe, vbs, vse, vss, hre, hbe, hbs, hse, hss, hce, hcs; local in function:ffb_set_vmode
1554 hbs = (sp + bp + mode->hdisplay) / x - 1;
1558 hce = hbs - 4;
1570 hre, hbe, hbs, hse, hss, hce, hcs));
1600 DAC_WRITE(sc, FFB_DAC_VALUE, hbs);
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461pcmcia.c 1108 struct hpcsh_bus_space *hbs = (void *)t; local in function:fixup_sh3_pcmcia_area6
1110 hbs->hbs_r_1 = _sh3_pcmcia_bug_read_1;
1111 hbs->hbs_rm_1 = _sh3_pcmcia_bug_read_multi_1;
1112 hbs->hbs_rr_1 = _sh3_pcmcia_bug_read_region_1;
1113 hbs->hbs_w_1 = _sh3_pcmcia_bug_write_1;
1114 hbs->hbs_wm_1 = _sh3_pcmcia_bug_write_multi_1;
1115 hbs->hbs_wr_1 = _sh3_pcmcia_bug_write_region_1;
1116 hbs->hbs_sm_1 = _sh3_pcmcia_bug_set_multi_1;
1117 hbs->hbs_c_1 = _sh3_pcmcia_bug_copy_region_1;

Completed in 15 milliseconds