Home
last modified time | relevance | path

Searched refs:wlan_inw_le16_to_cpu (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
Dwlan_compat.h524 #define wlan_inw_le16_to_cpu(a) inw((a)) macro
529 #define wlan_inw_le16_to_cpu(a) __cpu_to_le16(inw((a))) macro
Dhfa384x.h2957 return wlan_inw_le16_to_cpu(hw->iobase+reg); in __hfa384x_getreg()