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

  /src/sys/dev/isa/
isv.c 94 static uint16_t isv_read(struct isv_regs *, bus_size_t);
123 isv_read(struct isv_regs *ir, bus_size_t reg) function in typeref:typename:uint16_t
139 video = isv_read(ir, ISV_STATUS) & ISV_STATUS_VIDEO_MASK;
375 isv_read(ir, ISV_DATA);
isv.c 94 static uint16_t isv_read(struct isv_regs *, bus_size_t);
123 isv_read(struct isv_regs *ir, bus_size_t reg) function in typeref:typename:uint16_t
139 video = isv_read(ir, ISV_STATUS) & ISV_STATUS_VIDEO_MASK;
375 isv_read(ir, ISV_DATA);
isv.c 94 static uint16_t isv_read(struct isv_regs *, bus_size_t);
123 isv_read(struct isv_regs *ir, bus_size_t reg) function in typeref:typename:uint16_t
139 video = isv_read(ir, ISV_STATUS) & ISV_STATUS_VIDEO_MASK;
375 isv_read(ir, ISV_DATA);

Completed in 36 milliseconds