| /u-boot/arch/powerpc/include/asm/ |
| A D | cpm_8xx.h | 160 ushort scent_rbase; 161 ushort scent_tbase; 164 ushort scent_mrblr; 167 ushort scent_rbptr; 168 ushort scent_r_cnt; 172 ushort scent_tbptr; 173 ushort scent_t_cnt; 185 ushort scent_rccm; 186 ushort scent_rccr; 361 ushort sen_gaddr2; [all …]
|
| A D | immap_8xx.h | 22 ushort sc_swsr; 97 ushort sit_tbscr; 102 ushort sit_rtcsc; 108 ushort sit_piscr; 283 ushort scc_dsr; 343 ushort cp_cpcr; 345 ushort cp_rccr; 354 ushort cp_rter; 356 ushort cp_rtmr; 388 ushort cp_pipc; [all …]
|
| A D | iopin_8xx.h | 33 ushort __iomem *datp = &immap->im_ioport.iop_padat; in iopin_set_high() 41 ushort __iomem *datp = &immap->im_ioport.iop_pcdat; in iopin_set_high() 45 ushort __iomem *datp = &immap->im_ioport.iop_pddat; in iopin_set_high() 56 ushort __iomem *datp = &immap->im_ioport.iop_padat; in iopin_set_low() 64 ushort __iomem *datp = &immap->im_ioport.iop_pcdat; in iopin_set_low() 68 ushort __iomem *datp = &immap->im_ioport.iop_pddat; in iopin_set_low() 79 ushort __iomem *datp = &immap->im_ioport.iop_padat; in iopin_is_high() 225 ushort __iomem *odrp = &immap->im_cpm.cp_pbodr; in iopin_set_odr() 240 ushort __iomem *odrp = &immap->im_cpm.cp_pbodr; in iopin_set_act() 255 ushort __iomem *odrp = &immap->im_cpm.cp_pbodr; in iopin_is_odr() [all …]
|
| /u-boot/arch/m68k/include/asm/ |
| A D | immap_5272.h | 35 ushort sc_scr; 36 ushort sc_spr; 115 ushort res1; 117 ushort res2; 119 ushort res3; 191 ushort res8; 197 ushort res9; 204 ushort res1; 206 ushort res2; 208 ushort res3; [all …]
|
| A D | fec.h | 22 ushort cbd_sc; /* Status and Control */ 45 #define BD_ENET_RX_RO1 ((ushort)0x4000) 52 #define BD_ENET_RX_BC ((ushort)0x0080) 53 #define BD_ENET_RX_MC ((ushort)0x0040) 54 #define BD_ENET_RX_LG ((ushort)0x0020) 55 #define BD_ENET_RX_NO ((ushort)0x0010) 56 #define BD_ENET_RX_SH ((ushort)0x0008) 57 #define BD_ENET_RX_CR ((ushort)0x0004) 58 #define BD_ENET_RX_OV ((ushort)0x0002) 59 #define BD_ENET_RX_CL ((ushort)0x0001) [all …]
|
| A D | immap_5282.h | 96 ushort wcr; 97 ushort wmr; 98 ushort wcntr; 99 ushort wsr;
|
| /u-boot/net/ |
| A D | cdp.c | 45 static ushort cdp_compute_csum(const uchar *buff, ushort len) in cdp_compute_csum() 47 ushort csum; in cdp_compute_csum() 50 ushort leftover; in cdp_compute_csum() 51 ushort *p; in cdp_compute_csum() 61 p = (ushort *)buff; in cdp_compute_csum() 106 ushort *s; in cdp_send_trigger() 107 ushort *cp; in cdp_send_trigger() 110 ushort chksum; in cdp_send_trigger() 134 s = (ushort *)pkt; in cdp_send_trigger() 239 const ushort *ss; in cdp_receive() [all …]
|
| A D | tftp.c | 96 static ushort tftp_windowsize; 98 static ushort tftp_next_ack; 100 static ushort tftp_last_nack; 319 ushort *s; in tftp_send() 336 s = (ushort *)pkt; in tftp_send() 376 s = (ushort *)pkt; in tftp_send() 395 s = (ushort *)pkt; in tftp_send() 408 s = (ushort *)pkt; in tftp_send() 420 s = (ushort *)pkt; in tftp_send() 594 (ushort)(tftp_cur_block + 1)); in tftp_handler() [all …]
|
| A D | net.c | 177 ushort net_our_vlan = 0xFFFF; 1229 if (myvlanid == (ushort)-1) in net_process_received_packet() 1232 if (mynvlanid == (ushort)-1) in net_process_received_packet() 1405 ushort sumlen; in net_process_received_packet() 1581 ushort myvlanid; in net_eth_hdr_size() 1584 if (myvlanid == (ushort)-1) in net_eth_hdr_size() 1594 ushort myvlanid; in net_set_ether() 1597 if (myvlanid == (ushort)-1) in net_set_ether() 1618 ushort protlen; in net_update_ether() 1743 if (x == (ushort)-1) in vlan_to_string() [all …]
|
| /u-boot/include/ |
| A D | exynos_lcd.h | 25 ushort vl_col; /* Number of columns (i.e. 640) */ 26 ushort vl_row; /* Number of rows (i.e. 480) */ 27 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ 28 ushort vl_width; /* Width of display area in millimeters */ 29 ushort vl_height; /* Height of display area in millimeters */
|
| A D | flash.h | 16 ushort sector_count; /* number of erase units */ 24 ushort buffer_size; /* # of bytes in write buffer */ 28 ushort vendor; /* the primary vendor id */ 29 ushort cmd_reset; /* vendor specific reset command */ 31 ushort interface; /* used for x8/x16 adjustments */ 33 ushort manufacturer_id; /* manufacturer id */ 34 ushort device_id; /* device id */ 35 ushort device_id2; /* extended device id */ 36 ushort ext_addr; /* extended query table address */ 37 ushort cfi_version; /* cfi version */ [all …]
|
| A D | atmel_lcd.h | 22 ushort vl_col; /* Number of columns (i.e. 640) */ 23 ushort vl_row; /* Number of rows (i.e. 480) */ 24 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */
|
| A D | lcd_console.h | 13 void (*fp_putc_xy)(struct console_t *pcons, ushort x, ushort y, char c);
|
| A D | video.h | 99 ushort xsize; 100 ushort ysize; 101 ushort rot;
|
| A D | net.h | 503 extern ushort net_our_vlan; /* Our VLAN */ 504 extern ushort net_native_vlan; /* Our Native VLAN */ 533 extern ushort cdp_native_vlan; /* CDP returned native VLAN */ 534 extern ushort cdp_appliance_vlan; /* CDP returned appliance VLAN */ 849 void vlan_to_string(ushort x, char *s); 852 ushort string_to_vlan(const char *s); 855 ushort env_get_vlan(char *);
|
| /u-boot/cmd/ |
| A D | mii.c | 17 ushort hi; 18 ushort lo; 19 ushort mask; 118 ushort regno; 120 ushort len; 144 ushort regval, 148 ushort regval); 175 ushort regval, in dump_reg() 179 ushort mask_in_place; in dump_reg() 213 ushort regval) in special_field() [all …]
|
| /u-boot/include/net/ |
| A D | dsa.h | 135 int dsa_set_tagging(struct udevice *dev, ushort headroom, ushort tailroom);
|
| /u-boot/drivers/block/ |
| A D | ide.c | 88 ushort *dbuf = (ushort *)sect_buf; in ide_input_swap_data() 156 ushort *dbuf; in ide_output_data_shorts() 158 dbuf = (ushort *)sect_buf; in ide_output_data_shorts() 171 ushort *dbuf; in ide_input_data_shorts() 173 dbuf = (ushort *)sect_buf; in ide_input_data_shorts() 302 ide_output_data_shorts(device, (ushort *)buffer, n); in atapi_issue() 306 ide_input_data_shorts(device, (ushort *)buffer, n); in atapi_issue() 718 ushort *dbuf; in ide_output_data() 720 dbuf = (ushort *)sect_buf; in ide_output_data() 732 ushort *dbuf; in ide_input_data() [all …]
|
| /u-boot/drivers/mmc/ |
| A D | mvebu_mmc.c | 78 ushort waittype = 0; in mvebu_mmc_send_cmd() 79 ushort resptype = 0; in mvebu_mmc_send_cmd() 80 ushort xfertype = 0; in mvebu_mmc_send_cmd() 81 ushort resp_indx = 0; in mvebu_mmc_send_cmd() 101 ushort hw_state, count = 0; in mvebu_mmc_send_cmd()
|
| /u-boot/post/lib_powerpc/ |
| A D | cmpi.c | 34 ushort op2;
|
| A D | threei.c | 33 ushort op2;
|
| A D | andi.c | 31 ushort op2;
|
| A D | store.c | 197 ret = *(ushort *)(base0 + test->offset) == test->value ? in cpu_post_test_store()
|
| /u-boot/board/LaCie/common/ |
| A D | common.c | 75 ushort version; in lacie_read_mac_address()
|
| /u-boot/drivers/video/exynos/ |
| A D | exynos_fb.c | 48 ushort vl_col; /* Number of columns (i.e. 640) */ 49 ushort vl_row; /* Number of rows (i.e. 480) */ 50 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ 51 ushort vl_width; /* Width of display area in millimeters */ 52 ushort vl_height; /* Height of display area in millimeters */
|