Searched refs:offsetAsSectors (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/drivers/
H A Dmmc.h85 IOOperation* operation, bool offsetAsSectors);
105 uint8_t command, IOOperation* operation, bool offsetAsSectors);
/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_module.cpp98 IOOperation* operation, bool offsetAsSectors)
104 result = bus->DoIO(rca, command, operation, offsetAsSectors);
97 mmc_bus_do_io(device_node* node, void* cookie, uint16_t rca, uint8_t command, IOOperation* operation, bool offsetAsSectors) argument
H A Dmmc_bus.h48 bool offsetAsSectors);
H A Dmmc_bus.cpp97 bool offsetAsSectors)
102 return fController->do_io(fCookie, command, operation, offsetAsSectors);
96 DoIO(uint16_t rca, uint8_t command, IOOperation* operation, bool offsetAsSectors) argument
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp365 SdhciBus::DoIO(uint8_t command, IOOperation* operation, bool offsetAsSectors) argument
438 offset / (offsetAsSectors ? kBlockSize : 1), &response);
788 bool offsetAsSectors)
791 return bus->DoIO(command, operation, offsetAsSectors);
787 do_io(void* controller, uint8_t command, IOOperation* operation, bool offsetAsSectors) argument
H A Dsdhci.h45 bool offsetAsSectors);
441 IOOperation* operation, bool offsetAsSectors);

Completed in 50 milliseconds