Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/
Dredboot.c156 swab32s(&buf[j].flash_base); in parse_redboot_partitions()
157 swab32s(&buf[j].mem_base); in parse_redboot_partitions()
158 swab32s(&buf[j].size); in parse_redboot_partitions()
159 swab32s(&buf[j].entry_point); in parse_redboot_partitions()
160 swab32s(&buf[j].data_length); in parse_redboot_partitions()
161 swab32s(&buf[j].desc_cksum); in parse_redboot_partitions()
162 swab32s(&buf[j].file_cksum); in parse_redboot_partitions()
/linux-4.4.14/include/linux/
Dswab.h17 # define swab32s __swab32s macro
/linux-4.4.14/drivers/message/fusion/
Dmptlan.c1504 swab32s(p + 0); in mpt_lan_type_trans()
1505 swab32s(p + 1); in mpt_lan_type_trans()
1506 swab32s(p + 2); in mpt_lan_type_trans()
1507 swab32s(p + 3); in mpt_lan_type_trans()
/linux-4.4.14/sound/firewire/dice/
Ddice.c218 swab32s((u32 *)&card->shortname[i]); in dice_card_strings()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-queue.c41 swab32s((u32 *)(buf->buf + i)); in ivtv_buf_swap()
Divtv-vbi.c451 swab32s((u32 *)(p + y)); in ivtv_process_vbi_data()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-queue.c36 swab32s((u32 *)(buf->buf + i)); in cx18_buf_swap()
/linux-4.4.14/mm/
Dswapfile.c2225 swab32s(&swap_header->info.version); in read_swap_header()
2226 swab32s(&swap_header->info.last_page); in read_swap_header()
2227 swab32s(&swap_header->info.nr_badpages); in read_swap_header()
2229 swab32s(&swap_header->info.badpages[i]); in read_swap_header()
/linux-4.4.14/drivers/net/ethernet/freescale/
Dfec_main.c307 swab32s(buf); in swap_buffer()