Home
last modified time | relevance | path

Searched refs:cbl (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/power/power_delivery/
H A Dpd_vdo.h362 #define VDO_CABLE(hw, fw, cbl, lat, term, tx1d, tx2d, rx1d, rx2d, cur, vps, sopp, usbss) \ argument
363 (((hw) & 0x7) << 28 | ((fw) & 0x7) << 24 | ((cbl) & 0x3) << 18 \
/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_dwc.h431 unsigned int cbl; member
H A Dsata_dwc.c580 ap.cbl = ATA_CBL_SATA; in scan_sata()
675 if ((ap.cbl == ATA_CBL_SATA) && (!ata_id_is_sata(ata_dev->id))) { in scan_sata()