Home
last modified time | relevance | path

Searched defs:swap_byte_order (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/atm/
H A Diphase.c69 #define swap_byte_order(x) (((x & 0xff) << 8) | ((x & 0xff00) >> 8)) macro
/kernel/linux/linux-6.6/drivers/atm/
H A Diphase.c70 #define swap_byte_order(x) (((x & 0xff) << 8) | ((x & 0xff00) >> 8)) macro

Completed in 8 milliseconds