Searched refs:ctrl_num (Results 1 – 2 of 2) sorted by relevance
138 fn _port(ctrl_num: u8, port_num: u8) -> &'static mut HbaPort { in _port()140 let port: &HbaPort = &list[ctrl_num as usize].ports[port_num as usize]; in _port()
43 pub ctrl_num: u8, field87 let port = _port(self.ctrl_num, self.port_num); in read_at()242 let port = _port(self.ctrl_num, self.port_num); in write_at()382 pub fn new(ctrl_num: u8, port_num: u8) -> Result<Arc<LockedAhciDisk>, SystemError> { in new()389 ctrl_num, in new()