/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);
|