Home
last modified time | relevance | path

Searched refs:vers (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/disk/
H A Dpart_iso.h17 unsigned char vers; /* Version */ member
27 unsigned char vers; /* Version */ member
65 unsigned char vers; /* Version */ member
103 unsigned char vers; /* Version */ member
/rk3399_rockchip-uboot/net/
H A Dnfs.h65 uint32_t vers; member
H A Dnfs.c189 rpc_pkt.u.call.vers = htonl(2); /* NFS v2 */ in rpc_req()
191 rpc_pkt.u.call.vers = htonl(3); /* NFS v3 */ in rpc_req()
196 rpc_pkt.u.call.vers = htonl(2); /* portmapper is version 2 */ in rpc_req()
/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c375 u32 vers, cap, cap2, impl, speed; in ahci_print_info() local
379 vers = readl(mmio + HOST_VERSION); in ahci_print_info()
413 (vers >> 24) & 0xff, in ahci_print_info()
414 (vers >> 16) & 0xff, in ahci_print_info()
415 (vers >> 8) & 0xff, in ahci_print_info()
416 vers & 0xff, in ahci_print_info()
H A Ddwc_ahsata.c273 u32 vers, cap, impl, speed; in ahci_print_info() local
277 vers = readl(&host_mmio->vs); in ahci_print_info()
294 (vers >> 24) & 0xff, in ahci_print_info()
295 (vers >> 16) & 0xff, in ahci_print_info()
296 (vers >> 8) & 0xff, in ahci_print_info()
297 vers & 0xff, in ahci_print_info()
/rk3399_rockchip-uboot/common/
H A DKconfig528 bool "add U-Boot environment variable vers"