Lines Matching defs:btype

255 #define CHIP(id, btype) \
256 { PCI_VENDOR_ID_CIRRUS, id, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (btype) }
358 enum cirrus_board btype;
423 return cinfo->btype == BT_LAGUNA || cinfo->btype == BT_LAGUNAB;
484 maxclock = cirrusfb_board_info[cinfo->btype].maxclock[maxclockidx];
502 switch (cinfo->btype) {
522 if (cinfo->btype == BT_SD64 && info->fix.smem_len <= MB_ &&
698 bi = &cirrusfb_board_info[cinfo->btype];
839 if (cinfo->btype == BT_ALPINE || cinfo->btype == BT_SD64)
856 if (cinfo->btype == BT_ALPINE || cinfo->btype == BT_PICASSO4 ||
857 cinfo->btype == BT_SD64) {
871 if (cinfo->btype == BT_LAGUNAB) {
890 if ((cinfo->btype == BT_SD64) ||
891 (cinfo->btype == BT_ALPINE) ||
892 (cinfo->btype == BT_GD5480))
946 switch (cinfo->btype) {
971 switch (cinfo->btype) {
1020 switch (cinfo->btype) {
1045 switch (cinfo->btype) {
1089 switch (cinfo->btype) {
1148 switch (cinfo->btype) {
1215 if (cirrusfb_board_info[cinfo->btype].scrn_start_bit19)
1359 if (cirrusfb_board_info[cinfo->btype].scrn_start_bit19) {
1454 bi = &cirrusfb_board_info[cinfo->btype];
1457 switch (cinfo->btype) {
1508 if (cinfo->btype != BT_PICASSO4) {
1513 if (cinfo->btype != BT_SD64)
1527 switch (cinfo->btype) {
1570 if (cinfo->btype != BT_PICASSO4) {
1613 if (cinfo->btype == BT_ALPINE || cinfo->btype == BT_SD64 ||
1674 if (cinfo->btype == BT_PICASSO4)
1676 if (cinfo->btype == BT_ALPINE)
1678 if (cinfo->btype == BT_GD5480)
1680 if (cinfo->btype == BT_PICASSO) {
1686 switch (cinfo->btype) {
1699 switch (cinfo->btype) {
1822 else if ((cinfo->btype == BT_ALPINE || cinfo->btype == BT_SD64) &&
1896 if (cinfo->btype != BT_ALPINE && (SRF & 0x80) != 0)
1996 if (cinfo->btype == BT_GD5480) {
2004 strscpy(info->fix.id, cirrusfb_board_info[cinfo->btype].name,
2031 assert(cinfo->btype != BT_NONE);
2107 cinfo->btype = (enum cirrus_board) ent->driver_data;
2110 " Found PCI device, base address 0 is 0x%Lx, btype set to %d\n",
2111 (unsigned long long)pdev->resource[0].start, cinfo->btype);
2125 board_size = (cinfo->btype == BT_GD5480) ?
2203 enum cirrus_board btype;
2212 btype = zcl->type;
2244 cirrusfb_board_info[btype].name, regbase, ramsize / MB_,
2254 cinfo->btype = btype;
2282 if (cirrusfb_board_info[btype].init_sr1f)
2284 cirrusfb_board_info[btype].sr1f);
2417 if (cinfo->btype == BT_PICASSO) {
2433 if (cinfo->btype == BT_PICASSO) {
2473 if (cinfo->btype == BT_PICASSO) {
2496 if (cinfo->btype == BT_PICASSO) {
2539 if (cinfo->btype == BT_PICASSO || cinfo->btype == BT_PICASSO4 ||
2540 cinfo->btype == BT_ALPINE || cinfo->btype == BT_GD5480 ||
2541 cinfo->btype == BT_SD64 || is_laguna(cinfo)) {
2543 if (cinfo->btype == BT_PICASSO)
2564 if (cinfo->btype == BT_PICASSO || cinfo->btype == BT_PICASSO4 ||
2565 cinfo->btype == BT_ALPINE || cinfo->btype == BT_GD5480) {
2566 if (cinfo->btype == BT_PICASSO)