Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dsata_sil.h98 PORT_LRAM_SLOT_SZ = 0x0080, /* 32 bytes PRB + 2 SGE, ACT... */ enumerator
H A Dsata_sil.c124 prb = port + PORT_LRAM + tag * PORT_LRAM_SLOT_SZ; in sil_read_fis()
/openbmc/linux/drivers/ata/
H A Dsata_sil24.c105 PORT_LRAM_SLOT_SZ = 0x0080, /* 32 bytes PRB + 2 SGE, ACT... */ enumerator
488 prb = port + PORT_LRAM + sil24_tag(tag) * PORT_LRAM_SLOT_SZ; in sil24_read_tf()