Home
last modified time | relevance | path

Searched refs:device_is_big_endian (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/tty/serial/
H A Dserial_port.c228 port->iotype = device_is_big_endian(dev) ? UPIO_MEM32BE : UPIO_MEM32; in __uart_read_properties()
/linux-6.15/include/linux/
H A Dproperty.h109 static inline bool device_is_big_endian(const struct device *dev) in device_is_big_endian() function
/linux-6.15/drivers/gpio/
H A Dgpio-mmio.c728 if (device_is_big_endian(dev)) in bgpio_parse_fw()
/linux-6.15/drivers/tty/serial/8250/
H A D8250_bcm7271.c1041 up.port.iotype = device_is_big_endian(dev) ? UPIO_MEM32BE : UPIO_MEM32; in brcmuart_probe()