Searched refs:max_bytes (Results 1 – 3 of 3) sorted by relevance
399 u32 sg_count, max_bytes; in ahci_fill_sg() local402 max_bytes = MAX_DATA_BYTES_PER_SG; in ahci_fill_sg()403 sg_count = ((buf_len - 1) / max_bytes) + 1; in ahci_fill_sg()413 ahci_sg->addr = VADDR_TO_PHY(buf + i * max_bytes); in ahci_fill_sg()416 (buf_len < max_bytes in ahci_fill_sg()418 : (max_bytes - 1))); in ahci_fill_sg()420 buf_len -= max_bytes; in ahci_fill_sg()
54 layer->max_bytes = lcdc_layer_max_bytes_64; in lcdc_get_default_layer_config()219 ptr->LAYER[layer_index].LINECFG = LCDC_LAYER_LINECFG_MPT_SIZE_SET(layer->max_bytes) in lcdc_config_layer()
97 lcdc_layer_max_bytes_per_transfer_t max_bytes; /**< Layer max transfer bytes */ member
Completed in 7 milliseconds