Home
last modified time | relevance | path

Searched refs:swab32s (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/mtd/parsers/
H A Dredboot.c170 swab32s(&buf[j].flash_base); in parse_redboot_partitions()
171 swab32s(&buf[j].mem_base); in parse_redboot_partitions()
172 swab32s(&buf[j].size); in parse_redboot_partitions()
173 swab32s(&buf[j].entry_point); in parse_redboot_partitions()
174 swab32s(&buf[j].data_length); in parse_redboot_partitions()
175 swab32s(&buf[j].desc_cksum); in parse_redboot_partitions()
176 swab32s(&buf[j].file_cksum); in parse_redboot_partitions()
/linux/include/linux/
H A Dswab.h19 # define swab32s __swab32s macro
35 swab32s(buf); in swab32_array()
/linux/drivers/message/fusion/
H A Dmptlan.c1503 swab32s(p + 0); in mpt_lan_type_trans()
1504 swab32s(p + 1); in mpt_lan_type_trans()
1505 swab32s(p + 2); in mpt_lan_type_trans()
1506 swab32s(p + 3); in mpt_lan_type_trans()
/linux/drivers/spi/
H A Dspi-imx.c335 swab32s(&val); in spi_imx_buf_rx_swap_u32()
391 swab32s(&val); in spi_imx_buf_tx_swap_u32()
433 swab32s(&val); in mx53_ecspi_rx_target()
475 swab32s(&val); in mx53_ecspi_tx_target()
/linux/mm/
H A Dswapfile.c3241 swab32s(&swap_header->info.version); in read_swap_header()
3242 swab32s(&swap_header->info.last_page); in read_swap_header()
3243 swab32s(&swap_header->info.nr_badpages); in read_swap_header()
3247 swab32s(&swap_header->info.badpages[i]); in read_swap_header()
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c352 swab32s(buf); in swap_buffer()