Home
last modified time | relevance | path

Searched refs:fb (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.8/kernel/src/driver/disk/ahci/
Dhba.rs49 pub fb: u64, // 0x08, FIS base address, 256-byte aligned field
192 pub fn init(&mut self, clb: u64, fb: u64, ctbas: &Vec<u64>) { in init()
210 volatile_write!(self.fb, fb); in init()
213 ptr::write_bytes(phys_2_virt(fb as usize) as *mut u64, 0, 256); in init()
Dmod.rs109 let fb = virt_2_phys(ahci_port_base_vaddr + (32 << 10) + (j << 8)); in ahci_rust_init() localVariable
121 hba_mem_list[i].ports[j].init(clb as u64, fb as u64, &ctbas); in ahci_rust_init()
Dahci.h214 uint64_t fb; // 0x08, FIS base address, 256-byte aligned member
/DragonOS-0.1.8/kernel/src/libs/libUI/
Dtextui-render.c124 uint32_t *fb = (uint32_t *)textui_framework.buf->vaddr; in __textui_render_chromatic() local
138 addr = (uint32_t *)(fb + textui_framework.buf->width * (y + i) + x); in __textui_render_chromatic()