Lines Matching refs:uint32
50 uint32 vendevid; /* Target Vendor and Device ID on SD bus */
53 uint32 sbwad; /* Save backplane window address */
93 *regsva = (uint32 *)SI_ENUM_BASE; in bcmsdh_attach()
206 bcmsdh_cfg_read(void *sdh, uint fnc_num, uint32 addr, int *err) in bcmsdh_cfg_read()
228 bcmsdh_cfg_write(void *sdh, uint fnc_num, uint32 addr, uint8 data, int *err) in bcmsdh_cfg_write()
246 uint32
247 bcmsdh_cfg_read_word(void *sdh, uint fnc_num, uint32 addr, int *err) in bcmsdh_cfg_read_word()
251 uint32 data = 0; in bcmsdh_cfg_read_word()
271 bcmsdh_cfg_write_word(void *sdh, uint fnc_num, uint32 addr, uint32 data, int *err) in bcmsdh_cfg_write_word()
332 bcmsdhsdio_set_sbaddr_window(void *sdh, uint32 address) in bcmsdhsdio_set_sbaddr_window()
349 uint32
350 bcmsdh_reg_read(void *sdh, uint32 addr, uint size) in bcmsdh_reg_read()
354 uint32 word = 0; in bcmsdh_reg_read()
389 case sizeof(uint32): in bcmsdh_reg_read()
402 uint32
403 bcmsdh_reg_write(void *sdh, uint32 addr, uint size, uint32 data) in bcmsdh_reg_write()
447 bcmsdh_recv_buf(void *sdh, uint32 addr, uint fn, uint flags, in bcmsdh_recv_buf()
490 bcmsdh_send_buf(void *sdh, uint32 addr, uint fn, uint flags, in bcmsdh_send_buf()
533 bcmsdh_rwdata(void *sdh, uint rw, uint32 addr, uint8 *buf, uint nbytes) in bcmsdh_rwdata()
611 uint32
616 uint32
628 bcmsdh_chipinfo(void *sdh, uint32 chip, uint32 chiprev) in bcmsdh_chipinfo()