Searched refs:window_offset_address (Results 1 – 1 of 1) sorted by relevance
297 uint32_t window_offset_address; in whd_bus_transfer_backplane_bytes() local320 window_offset_address = address & BACKPLANE_ADDRESS_MASK; in whd_bus_transfer_backplane_bytes()321 if ( (window_offset_address + transfer_size) > BACKPLANE_ADDRESS_MASK ) in whd_bus_transfer_backplane_bytes()324 transfer_size = BACKPLANE_WINDOW_SIZE - window_offset_address; in whd_bus_transfer_backplane_bytes()