Searched refs:vers (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/disk/ |
| H A D | part_iso.h | 17 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 D | nfs.h | 65 uint32_t vers; member
|
| H A D | nfs.c | 189 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 D | ahci.c | 375 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 D | dwc_ahsata.c | 273 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 D | Kconfig | 528 bool "add U-Boot environment variable vers"
|