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

  /src/sys/dev/ic/
igsfb_subr.c 77 bus_space_handle_t vdoh; local in function:igsfb_enable
82 ret = bus_space_map(iot, iobase + IGS_VDO, 1, ioflags, &vdoh);
104 bus_space_write_1(iot, vdoh, 0, IGS_VDO_ENABLE | IGS_VDO_SETUP);
106 bus_space_write_1(iot, vdoh, 0, IGS_VDO_ENABLE);
119 out1: bus_space_unmap(iot, vdoh, 1);
igsfb_subr.c 77 bus_space_handle_t vdoh; local in function:igsfb_enable
82 ret = bus_space_map(iot, iobase + IGS_VDO, 1, ioflags, &vdoh);
104 bus_space_write_1(iot, vdoh, 0, IGS_VDO_ENABLE | IGS_VDO_SETUP);
106 bus_space_write_1(iot, vdoh, 0, IGS_VDO_ENABLE);
119 out1: bus_space_unmap(iot, vdoh, 1);

Completed in 22 milliseconds